web-search-mcp
Related Servers
Alternatives to web-search-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables web searching, URL content extraction, and summarization without requiring API keys. It also provides advanced mathematical evaluation and multi-language Wikipedia summary retrieval tools.5352 npm6MIT
- AlicenseNot gradedqualityCmaintenanceMulti-purpose research MCP server integrating web search, deep research, web scraping, research methodology routing, and GPT Researcher report generation.MIT

xngmcpofficial
AlicenseNot gradedqualityBmaintenanceAn MCP server that exposes web_search and web_fetch tools, enabling web search via SearXNG and fetching readable public pages.1MIT- AlicenseNot gradedqualityCmaintenanceA self-contained web-research MCP server that lets local LLM agents search, fetch, and synthesize web content using tools like web_search, web_fetch, and web_research.2MIT
- AlicenseAqualityCmaintenanceMCP server that searches 9 sources, scrapes full content, reranks results, and synthesizes cited answers with free LLMs.5MIT
- AlicenseCqualityAmaintenanceAn MCP server for deep research that performs search, scraping, synthesis, fact-checking, and persistent memory, enabling users to conduct comprehensive research tasks via Claude.85 npm1MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: read_url returns raw content, analyze_urls returns an analysis of provided URLs, and research_web performs a web search with summarized results. Descriptions explicitly cross-reference the tools to prevent confusion.
All tool names follow the same verb_noun snake_case pattern: read_url, analyze_urls, research_web. The naming is predictable and immediately communicates the action and target.
Three tools is well-scoped for a web research server: one for raw reading, one for URL analysis, and one for open-ended search. Each tool covers a distinct workflow without unnecessary redundancy.
The tool surface covers the full web research workflow: searching, reading a page in full, and analyzing one or more provided URLs. There are no obvious missing operations that would block an agent from completing typical research tasks.