SimpleMCPSearchServer
1
Simple MCP Search Server is a project designed to provide search and scraping functionalities using Jina AI. It supports web searching, URL content scraping, and deep searching with customizable settings through a configuration file.
Simple MCP Search Server
This project provides a server that offers access to Jina AI's search and scraping capabilities. It includes tools for searching the web, scraping content from URLs, and performing deep searches. Configuration is done via a config.json
file.
Tools
- searchWeb: Facilitates web search with optional site filtering.
- scrapeUrl: Extracts content from specified URLs.
- performDeepSearch: Utilizes Jina AI for in-depth searches with adjustable reasoning effort.
Running
- Build with
npm run build
. - Start with
npm start config.json
specifying the desired transport mode ('http' or 'stdio'). When using http, connect viahttp://localhost:<port>/mcp
.