|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "ai.jina-mcp-http", |
| 4 | + "name": "Jina AI (Remote)", |
| 5 | + "alias": "jina", |
| 6 | + "description": "Official Jina AI remote MCP server: web/arXiv/image search, URL-to-markdown reading, screenshots, reranking, classification, embeddings-powered dedup, and PDF extraction via a single hosted Streamable HTTP endpoint. Works without a key; add a Jina API key for higher rate limits.", |
| 7 | + "logo": "https://avatars.githubusercontent.com/u/60539444?v=4", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "search", |
| 11 | + "ai-ml" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "jina", |
| 15 | + "search", |
| 16 | + "web-search", |
| 17 | + "reader", |
| 18 | + "reranker", |
| 19 | + "embeddings", |
| 20 | + "ai" |
| 21 | + ], |
| 22 | + "transport": { |
| 23 | + "type": "http", |
| 24 | + "url": "https://mcp.jina.ai/v1", |
| 25 | + "headers": { |
| 26 | + "Authorization": "Bearer ${input:JINA_API_KEY}" |
| 27 | + }, |
| 28 | + "metadata": { |
| 29 | + "inputs": [ |
| 30 | + { |
| 31 | + "id": "JINA_API_KEY", |
| 32 | + "label": "Jina API Key", |
| 33 | + "description": "Optional. The server works without a key but applies rate limits; provide a Jina API key for higher rate limits and better performance. Starts with jina_.", |
| 34 | + "type": "text", |
| 35 | + "required": false, |
| 36 | + "secret": true, |
| 37 | + "placeholder": "jina_************************", |
| 38 | + "obtain": { |
| 39 | + "url": "https://jina.ai/?sui=apikey", |
| 40 | + "instructions": "1. Go to jina.ai\n2. Sign up or log in\n3. Open the API dashboard / API key page\n4. Copy your key (starts with jina_)", |
| 41 | + "button_label": "Get API Key" |
| 42 | + } |
| 43 | + } |
| 44 | + ] |
| 45 | + } |
| 46 | + }, |
| 47 | + "auth": { |
| 48 | + "type": "optional_api_key", |
| 49 | + "instructions": "Optional. Works without a key (rate-limited). For higher rate limits, get a Jina API key at jina.ai and it is sent as an Authorization: Bearer header." |
| 50 | + }, |
| 51 | + "contributor": { |
| 52 | + "name": "Jina AI", |
| 53 | + "github": "jina-ai", |
| 54 | + "url": "https://jina.ai" |
| 55 | + }, |
| 56 | + "links": { |
| 57 | + "repository": "https://github.com/jina-ai/MCP", |
| 58 | + "homepage": "https://jina.ai", |
| 59 | + "documentation": "https://github.com/jina-ai/MCP" |
| 60 | + }, |
| 61 | + "platforms": [ |
| 62 | + "all" |
| 63 | + ], |
| 64 | + "capabilities": { |
| 65 | + "tools": true, |
| 66 | + "resources": false, |
| 67 | + "prompts": false, |
| 68 | + "read_only_mode": false |
| 69 | + }, |
| 70 | + "changelog_url": "https://github.com/jina-ai/MCP/releases" |
| 71 | +} |
0 commit comments