API Tools
reqistry.dev
A service for discovering and monitoring APIs, providing category listings, detailed API information, alternatives, and health checks.
ENDPOINT 1
https://mcp.reqistry.dev/mcp
MCP server metadata
- Name
- dev.reqistry/mcp
- Version
- 2.0.0
Known tools 13
list_categoriesList all active API categories with the number of published APIs in each.
Inferred read-onlyget_apiGet full detail for one API by slug or id, including health, metadata, verification, and warnings.
Inferred read-onlyget_alternativesFind alternative APIs similar to a given API id — prefers same category, falls back to same API type.
Inferred read-onlyassess_api_production_safetyAssess whether an API looks production-safe using Reqistry trust score, health, docs, auth, pricing, CORS, and OpenAPI signals.
Inferred read-onlyget_change_feedRead recent Reqistry API change events: pricing changes, docs moves, OpenAPI changes, health degradation/recovery, and trust-score changes.
Inferred read-onlyget_use_case_collectionsGet curated use-case packs such as finance dashboards, free AI APIs, travel apps, and no-auth prototype APIs.
Inferred read-onlyrecommend_apisGet recommended APIs — personalized when the device has bookmarks, otherwise random picks.
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.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.
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.