Jina AI MCP Server
JSON →Access Jina AI's web services for web page reading, web search, and fact-checking. Requires a Jina AI API key.
Install
npx -y @smithery/cli Tools · 3
- read_webpage Extract content from web pages in a format optimized for LLMs. Supports multiple output formats (Default, Markdown, HTML, Text, Screenshot, Pageshot). Options for including links and images. Ability to generate alt text for images. Cache control options.
- search_web Search the web using Jina AI's search API. Configurable number of results (default: 5). Support for image retention and alt text generation. Multiple return formats (markdown, text, html). Returns structured results with titles, descriptions, and content.
- fact_check Fact-check statements using Jina AI's grounding engine. Provides factuality scores and supporting evidence. Optional deep-dive mode for more thorough analysis. Returns references with key quotes and supportive/contradictory classification.
Environment variables
JINA_API_KEYYOUR_KEYOPENAI_API_KEY
Links
★ 28 GitHub stars