mcp-www
Related Servers
Alternatives to mcp-www
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceAI-first MCP server discovery tool that enables agents to search, inspect, and install MCP servers from multiple registries.12AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceA discovery tool for AI agents to search, evaluate, and install MCP servers from multiple registries.1MIT
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.563 npm10-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to dynamically discover, search, and inspect every MCP server in the official Model Context Protocol registry at runtime.1-
- AlicenseNot gradedqualityBmaintenanceEnables discovering existing MCP servers for any capability by federating the official MCP Registry, Smithery, and npm, ranking remote Streamable HTTP servers first. It provides search and detail tools so agents can find, evaluate, and install a suitable server.MIT

MCPLookup MCPofficial
AlicenseNot gradedqualityAmaintenanceEnables users to resolve server names, discover servers via taxonomy, and look up trust ratings for MCP servers through the MCPLookup independent trust layer.110 npmMIT
TDQS
Scored across 7 tools
The overlap between `browse` and `discover_browse` is significant—both perform DNS lookup and fetch server card data, with only a subtle distinction in that `browse` can also take a server URL directly. `discover` nests within `browse` as a subset, further blurring boundaries. This ambiguity makes it difficult for an agent to reliably select the correct discovery tool.
The naming mixes bare verbs (`discover`, `browse`, `install`) with compound verb-adjective-noun patterns (`call_remote_tool`, `read_remote_resource`, `get_remote_prompt`), and `discover_browse` is an unusual verb-verb compound. While all names are readable and mostly intuitive, the lack of a uniform verb_noun pattern prevents full consistency.
Seven tools is a well-scoped size for a server that handles discovery, inspection, remote interaction, and installation. The count covers all necessary phases without excessive bloat, and each tool has a clear role in the workflow, even if some overlap exists.
The tool set covers the complete lifecycle: DNS-based discovery, metadata inspection via server cards, remote tool/resource/prompt access, and installation configuration. There are no obvious missing operations for the stated purpose, and the browse function adequately lists available capabilities.