Jina AI Web Search
Summary
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.
Available Actions(2)
readAndFetchContent
Read a URL and fetch its content. Parameters: url (string, required) - URL to fetch.
searchAndGetSERP
Search the web and get SERP. Parameters: keyword (string, required) - The keyword to search on the web.
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation