← rmcp.dev
INDIVIDUAL MCP TOOL
check_mcp_endpoint
Return the most recently stored check for an indexed endpoint.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
search_mcp_servers— Search indexed remote MCP servers by intended task, capability, product, category, endpoint metadata, or associated tools.search_mcp_tools— Search individual tool capabilities across every indexed MCP server and identify each matching parent server.get_mcp_server— Get a complete structured server record, endpoints, tools, evidence-based trust, risks, warnings and install options.get_mcp_tool— Get one tool schema, parent server, endpoint, availability, inferred risk and parent installation instructions.get_mcp_endpoint— Get stored transport, authentication, protocol, availability, latency, TLS, redirect and schema-change information for an indexed endpoint.get_install_instructions— Generate client-specific, copyable installation instructions without embedding credentials.compare_mcp_servers— Compare two to four known RMCP servers by capabilities, tools, auth, transport, evidence, risk, latency and installation complexity.