LIVE ENDPOINT
https://mcp.reqistry.dev/mcp
Connect to this endpoint to inspect the live schema for check_health and invoke it with your own arguments.
Indexed 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 server
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.dev-reqistry-mcp]
url = "https://mcp.reqistry.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dev-reqistry-mcp": {
"type": "http",
"url": "https://mcp.reqistry.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dev-reqistry-mcp
Remote MCP URL: https://mcp.reqistry.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": {
"dev-reqistry-mcp": {
"url": "https://mcp.reqistry.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dev-reqistry-mcp": {
"type": "http",
"url": "https://mcp.reqistry.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dev-reqistry-mcp",
"transport": "streamable-http",
"url": "https://mcp.reqistry.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_categories— List all active API categories with the number of published APIs in each.get_category_apis— List published APIs in a category by slug (e.get_api— Get full detail for one API by slug or id, including health, metadata, verification, and warnings.get_alternatives— Find alternative APIs similar to a given API id — prefers same category, falls back to same API type.get_api_trust_score— Get the Reqistry trust score for one API by id or slug.compare_apis— Compare 2 to 4 APIs side-by-side by id or slug.assess_api_production_safety— Assess whether an API looks production-safe using Reqistry trust score, health, docs, auth, pricing, CORS, and OpenAPI signals.suggest_alternatives— Suggest healthier alternatives to a weak or dead API.