Skip to content
Back to search
100
MCP live v1.0.9 streamable-http

MCP Registry Search

io.github.Spacemandomains/mcp-registry-search

Search and browse every MCP server in the Model Context Protocol registry.

Uptime
100.0%
7 probes
Response
389ms
last probe
Tools
3
callable

Tools · 3

search_mcp_registry

Find servers by keyword or name (e.g. 'weather', 'github', 'database'). Returns matching servers with their endpoint URL, transport type, and description.

get_mcp_server_details

Get full metadata for a specific MCP server by its reverse-DNS registry name (e.g. io.github.username/server-name). Returns all versions, remotes, packages, and tools.

list_mcp_servers

Browse all MCP servers in the registry with pagination. Use the next_cursor from the response to fetch subsequent pages.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_registry_search": {
      "url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}