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 includes options for links, images, and alt text generation.
Search the web using Jina AI's search API. Configurable number of results (default: 5) with support for image retention, alt text generation, and multiple return formats (markdown, text, html).
Fact-check statements using Jina AI's grounding engine. Provides factuality scores, supporting evidence, optional deep-dive mode, and returns references with key quotes and supportive/contradictory classification.