MCP Registry Search Server
This MCP server enables runtime search and browsing of MCP servers in the official Model Context Protocol registry. It provides discovery without hardcoded tool knowledge and exposes a single endpoint using streamable-http transport with no authentication.
🛠️ Key Features
- Search and browse every MCP server in the official MCP registry
- One connection to access registry data at runtime
- Endpoint: https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp
- Transport: streamable-http
- Auth: None required
- Tool registry name: io.github.Spacemandomains/mcp-registry-search
🚀 Use Cases
- Dynamically discover MCP servers from the official registry
- Search and inspect server metadata during agent/LLM runtime
- Paginate through the full registry
⚡ Developer Benefits
- No hardcoded tool knowledge needed
- Runtime inspection of server meta using provided tools
- Pagination support for listing servers
Limitations
- Limited to the official MCP registry described by the server
- Only exposes the two documented retrieval capabilities (list and details)