Cohere for your agents.
Connect Cohere 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 Cohere.
What agents can do with Cohere
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
cohere_list_modelsList available models.
cohere_chatChat with a Cohere model. `message` is the user turn; `model` e.g. command-r-plus.
cohere_embedCreate embeddings for texts.
cohere_rerankRerank a list of documents by relevance to a query. Returns each document's index and relevance_score, best first.
cohere_classifyClassify texts into labels using few-shot examples. `inputs` are the texts; `examples` are {text, label} pairs that define the classes.
cohere_tokenizeSplit text into tokens for a given model. Returns token ids and token strings.
cohere_detokenizeReassemble token ids back into text for a given model.
cohere_get_modelGet metadata for a single model (context length, endpoints supported, tokenizer).
cohere_summarizeSummarize a text. `text` is the content to summarize; `length` controls summary verbosity (short, medium, long).
cohere_generateGenerate text for a prompt. `prompt` is the input text; `model` defaults to command.
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.
- Open the API keys page.
- Copy your key (or create a new one).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Cohere to Even: call connect_begin("cohere") on the even-connect MCP and walk me through it.
Embed documents with Cohere and rerank search results by relevance to user queries.
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.