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.