Jina AI for your agents.
Connect Jina AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Jina AI.
What agents can do with Jina AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
jina_embeddingsCreate embeddings for texts. `model` e.g. jina-embeddings-v3.
jina_rerankRerank documents against a query.
jina_classifyZero-shot classification of texts (or images) into your own labels. `input` is an array of strings, `labels` is the array of candidate class names, and `model` is a classifier-capable model (e.g. jina-embeddings-v3 for text, jina-clip-v2 for images).
jina_readerRead/extract content from a URL. `url` is the page to read; optional `mode` can be html, text, markdown, screenshot, or pdf.
jina_segmentsSegment text into passages at natural boundaries.
jina_searchSearch across indexed data.
jina_healthCheck the health status of the Jina API.
jina_rate_limitGet current rate limit status and usage for your API key.
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 dashboard.
- Copy your API key (a free tier is available).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Jina AI to Even: call connect_begin("jina") on the even-connect MCP and walk me through it.
Generate embeddings for customer reviews with Jina and rerank them by relevance to a query.
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.