This MCP server, developed by joeBlockchain, provides access to Jina AI's web services through Claude. It implements three main tools: web page reading and content extraction, web search, and fact checking/grounding. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, the server offers flexible output formats, image handling options, and structured responses. It's designed for developers and AI assistants who need to incorporate web content retrieval, search capabilities, and fact verification into their workflows, enabling natural language interaction with Jina AI's powerful APIs.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Extract content from web pages in a format optimized for LLMs. Supports multiple output formats (Default, Markdown, HTML, Text, Screenshot, Pageshot) and options for including links and images, as well as generating alt text for images.
Search the web using Jina AI's search API. Configurable number of results (default: 5) and supports image retention and alt text generation. Returns structured results with titles, descriptions, and content in multiple formats (markdown, text, html).
Fact-check statements using Jina AI's grounding engine. Provides factuality scores and supporting evidence, with an optional deep-dive mode for more thorough analysis. Returns references with key quotes and supportive/contradictory classification.