MCPServers
Jina AI Web Search - MCP server logo

Jina AI Web Search

5
0

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.

Last Updated: April 25, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags