Simple MCP Search Server
@MartinSchlott
About Simple MCP Search Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
3Search the web. Input: `{ query: string; site?: string; }`
Scrape content from a URL. Input: `{ url: string; }`
Perform a deep search using Jina AI. Input: `{ query: string; reasoning_effort?: 'low' | 'medium' | 'high'; no_direct_answer?: boolean; }`
Overview
What is Simple MCP Search Server?
This MCP server provides access to Jina AI search and scraping tools.
How to use Simple MCP Search Server?
Build with npm run build, then run with npm start config.json. The server uses the transport specified in config.json (HTTP or stdio). If HTTP, the endpoint is http://localhost:<port>.
Key features of Simple MCP Search Server
searchWeb: Search the web with an optional site filter.scrapeUrl: Scrape content from a given URL.performDeepSearch: Perform deep searches with configurable reasoning effort.- Configurable log level, transport, and port via
config.json.
Use cases of Simple MCP Search Server
—
FAQ from Simple MCP Search Server
—
More Search MCP servers
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Comments