MCP
Verified Safeby jina-ai
Overview
Provides a suite of web content extraction, search, and AI-powered text/image processing tools via the Model Context Protocol (MCP) for Large Language Models (LLMs).
Installation
npm run startEnvironment Variables
- JINA_API_KEY
Security Notes
The server correctly handles Jina AI API keys via Authorization headers or environment variables, avoiding hardcoded secrets. Input validation is performed using Zod schemas for tool arguments. Network calls are made to official Jina AI APIs (r.jina.ai, svip.jina.ai, api.jina.ai). URL normalization is applied to mitigate certain URL-based risks. Image downloading leverages Cloudflare's secure image transformation and explicitly avoids processing SVG files to prevent potential XSS vectors. No 'eval' or other directly dangerous patterns were found. The primary security consideration relies on the trustworthiness of the external Jina AI services.
Similar Servers
exa-mcp-server
Provides AI agents with real-time web search, code context, and deep research capabilities via the Exa AI platform to enhance coding and information retrieval tasks.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
kagimcp
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.