NLP Cloud for your agents.
Connect NLP Cloud once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to NLP Cloud.
What agents can do with NLP Cloud
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
nlpcloud_entitiesExtract named entities from text. `text` is the content to analyze. `model` specifies the model (e.g. en_core_web_lg or bart-large-mnli).
nlpcloud_classificationClassify text into categories. `text` is the content. `model` specifies the model.
nlpcloud_sentimentAnalyze sentiment of text. `text` is the content. `model` specifies the model.
nlpcloud_summarizationSummarize a longer text. `text` is the content to summarize. `model` specifies the model.
nlpcloud_list_modelsList available NLP models.
nlpcloud_generationGenerate text from a prompt with a model like finetuned-llama-3-70b.
nlpcloud_chatbotChat with a conversational model.
nlpcloud_semantic_similarityCompute semantic similarity between two texts.
nlpcloud_questionAsk a question about a context passage.
nlpcloud_translationTranslate text from one language to another.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to NLP Cloud.
- Go to the Token page.
- Copy your API token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect NLP Cloud to Even: call connect_begin("nlpcloud") on the even-connect MCP and walk me through it.
Extract named entities from text and analyze sentiment with NLP Cloud.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.