MCP
Verified Safeby jina-ai
Overview
A remote Model Context Protocol (MCP) server that provides access to Jina Reader, Embeddings and Reranker APIs with a suite of URL-to-markdown, web search, image search, and embeddings/reranker tools.
Installation
npm run startEnvironment Variables
- JINA_API_KEY
- VITE_GHOST_API_KEY
Security Notes
The server acts as a proxy to various Jina AI APIs and can fetch arbitrary external URLs for content reading and screenshot capture. While deployed on Cloudflare Workers (which provides some isolation) and employing URL normalization and API key checks, fetching user-provided external content always carries inherent risks like large payloads or unexpected data. No 'eval' or hardcoded secrets were identified; API keys are expected via environment variables or headers. Error handling for API calls is present.
Similar Servers
exa-mcp-server
Provides AI assistants and coding agents with real-time web search, code context, and deep research capabilities via the Model Context Protocol.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
kagimcp
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.