MCP Web Search Tool
Related Servers
Alternatives to MCP Web Search Tool
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that integrates with Brave Search API to provide real-time search capabilities through Server-Sent Events (SSE).361 npmGPL 3.0
- AlicenseBqualityCmaintenanceA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.175 npm41ISC
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables web search, scraping, crawling, and content extraction through multiple engines including SearXNG, Firecrawl, and Tavily.4121 npm141MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to perform web searches using SearXNG, a privacy-respecting metasearch engine.143MIT
- FlicenseCqualityDmaintenanceA Model Context Protocol server that enables web search capabilities using the Tavily API, allowing AI models to retrieve current information from the internet through natural language commands.3-
- -licenseNot gradedqualityNot gradedmaintenanceA unified Model Context Protocol server that integrates multiple search providers including Brave, Tavily, Exa, Semantic Scholar, and arXiv. It enables users to perform web, news, and image searches alongside academic research and citation analysis through a single interface.-
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: web_search for searching and fetching a list of results, and fetch_url for retrieving the full content of a specific result. There is no overlap in functionality.
Both tool names follow a consistent snake_case verb_noun pattern ('web_search' and 'fetch_url'), making them predictable and easy to understand.
With only two tools, the server is minimal but well-scoped for its purpose of web search and content retrieval. While a few more tools could enhance completeness, the current count is appropriate for a focused utility.
The server covers the essential workflow of search then fetch, with pagination support via cursors. Missing advanced search features like filtering or sorting, but these are not critical for basic use.