mcpbeat

MCP Registry Search MCP Server

io.github.Spacemandomains/mcp-registry-search
answering

MCP Registry Search is answering right now. Last checked 7 min ago. It exposes 3 tools. Last commit 16 May 2026.

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

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
218 ms
Response time
average over 24h
1
Stars
last commit 16 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add mcp-registry-search --transport http https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-registry-search": {
      "url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-registry-search]
url = "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-registry-search": {
      "url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-registry-search": {
      "url": "https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp"
    }
  }
}

This endpoint answered with an authorization challenge — the server is running, but you need an API key or OAuth to use it.

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mcp
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.
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.

Endpoints

URLTransportStateLatencyChecked
https://mcpregistrysearchwilfredleejr.vercel.app/api/mcp streamable-http needs key 99 ms 7 min ago

MCP Registry Search — questions

Answers built from our own checks of this server.

What can MCP Registry Search do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_mcp_server_details, list_mcp_servers, search_mcp_registry. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is MCP Registry Search working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 218 ms. The bar chart above shows every period we have measured.
How do I connect MCP Registry Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You will need your own key or an OAuth login: it refuses anonymous clients.
Does MCP Registry Search need an API key?
Yes. Every time we knock, MCP Registry Search answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is MCP Registry Search?
It answers our handshake in 218 ms on average, which is faster than 58% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is MCP Registry Search open source?
Yes — written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.