Live · Streamable HTTP · No auth required

Every MCP server,
instantly discoverable

An MCP server that wraps the official Model Context Protocol registry. Any AI agent with this server configured can search, browse, and inspect every server in the ecosystem.

MCPhttps://mcpregistrysearchwilfredleejr.vercel.app/api/mcp
3
Tools
0
Config required
Servers discoverable

Three tools, full registry coverage

Search by intent, look up by name, or page through the full catalogue.

Search
search_mcp_registry
Natural language search across all servers in the registry. Returns name, description, endpoint, transport, repository, and status for each match.
query: stringlimit?: numberlatest_only?: boolean
Lookup
get_mcp_server_details
Full metadata for a specific server by its reverse-DNS name (e.g. io.github.username/server-name). Returns all versions, packages, tools, and environment variables.
name: string
Browse
list_mcp_servers
Paginated browse of every server in the registry. Use the next_cursor from the response to fetch subsequent pages.
limit?: numbercursor?: stringlatest_only?: boolean

Connect in seconds

1
Copy the config
Add the snippet to your MCP client configuration file.
2
Restart your agent
The three tools will appear automatically — no API keys needed.
3
Ask about any MCP server
Your agent will call search_mcp_registry before saying it can't help.
mcp config
{
  "mcpServers": {
    "mcp-registry-search": {
      "url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp"
    }
  }
}
Check health endpoint →Browse MCP Registry →