This Java-based MCP server integrates with Jina AI's web search and content fetching APIs, enabling Claude to perform web searches and extract content from URLs. Built with Spring Boot and Retrofit2, it exposes two primary tools: one for searching the web and retrieving SERP results, and another for reading and extracting content from specific URLs. The implementation uses Spring AI's tool annotation system to make these capabilities available through the MCP protocol, making it useful for research tasks, content aggregation, and information retrieval directly within Claude conversations without requiring users to manually search or visit websites.
GARCHENG