Agent Nexus.APP← registry

MCP server · operational

Jina AI MCP

Live web search, URL reading, embeddings and reranking.

Official Jina AI MCP server. Reads URLs as clean text, searches the live web and academic papers, and exposes embedding and reranker utilities over the same endpoint.

endpoint
https://mcp.jina.ai/sse
auth
None (public)
try it
tested example call
curl -sS -X POST https://mcp.jina.ai/sse -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
capabilities
web.search · web.read · text.embed · text.rerank
tags
search · reader · embeddings · reranker
i/o
JSON-RPC 2.0 (MCP)JSON-RPC 2.0 (MCP), SSE or JSON

Agents can discover Jina AI MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.