Developer Tools
rmcp.dev
Helps discover, categorize, and retrieve metadata about registered MCP servers.
ENDPOINT 1
https://rmcp.dev/mcp
MCP server metadata
- Name
- rmcp-registry
- Version
- 1.1.0
Search RMCP when the user needs an external capability, API, data source or workflow that is not available through currently connected tools. RMCP indexes remote public MCP servers and their individual tools. Search by the task the user wants completed, then inspect candidate endpoints, authentication, availability, permissions and installation instructions before recommending one. Search by intended task, not only by product name. Prefer currently reachable Streamable HTTP endpoints and read-only tools when they satisfy the request. Inspect tool schemas and explain authentication requirements before recommending a server. “Indexed” means RMCP has a record; “Observed” means RMCP connected and observed metadata; “Endpoint Verified” only means endpoint validation succeeded; official registry listing is a separate signal. None of these proves a third-party server is safe. Trust data is evidence, not a guarantee. Always obtain user approval before connecting an external MCP server, and use installation instructions for the user’s actual client.
Known tools 8
search_mcp_serversSearch indexed remote MCP servers by intended task, capability, product, category, endpoint metadata, or associated tools.
Inferred read-onlysearch_mcp_toolsSearch individual tool capabilities across every indexed MCP server and identify each matching parent server.
Inferred read-onlyget_mcp_serverGet a complete structured server record, endpoints, tools, evidence-based trust, risks, warnings and install options.
Inferred read-onlyget_mcp_toolGet one tool schema, parent server, endpoint, availability, inferred risk and parent installation instructions.
Inferred read-onlyget_mcp_endpointGet stored transport, authentication, protocol, availability, latency, TLS, redirect and schema-change information for an indexed endpoint.
Inferred read-onlyget_install_instructionsGenerate client-specific, copyable installation instructions without embedding credentials.
Inferred read-onlycompare_mcp_serversCompare two to four known RMCP servers by capabilities, tools, auth, transport, evidence, risk, latency and installation complexity.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rmcp-registry]
url = "https://rmcp.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rmcp-registry": {
"type": "http",
"url": "https://rmcp.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rmcp-registry
Remote MCP URL: https://rmcp.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rmcp-registry": {
"url": "https://rmcp.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rmcp-registry": {
"type": "http",
"url": "https://rmcp.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rmcp-registry",
"transport": "streamable-http",
"url": "https://rmcp.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.