← Registry

API Tools

reqistry.dev

A service for discovering and monitoring APIs, providing category listings, detailed API information, alternatives, and health checks.

1 endpoint13 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://mcp.reqistry.dev/mcp

No auth detected

MCP server metadata

Name
dev.reqistry/mcp
Version
2.0.0
Capabilities
tools.listChanged

Known tools 13

list_categories

List all active API categories with the number of published APIs in each.

Inferred read-only
get_category_apis

List published APIs in a category by slug (e.

Inferred read-only
get_api

Get full detail for one API by slug or id, including health, metadata, verification, and warnings.

Inferred read-only
get_alternatives

Find alternative APIs similar to a given API id — prefers same category, falls back to same API type.

Inferred read-only
check_health

Trigger (or return cached) a health check for one API.

Inferred read-only
get_api_trust_score

Get the Reqistry trust score for one API by id or slug.

Inferred read-only
compare_apis

Compare 2 to 4 APIs side-by-side by id or slug.

Inferred read-only
assess_api_production_safety

Assess whether an API looks production-safe using Reqistry trust score, health, docs, auth, pricing, CORS, and OpenAPI signals.

Inferred read-only
suggest_alternatives

Suggest healthier alternatives to a weak or dead API.

Inferred read-only
get_change_feed

Read recent Reqistry API change events: pricing changes, docs moves, OpenAPI changes, health degradation/recovery, and trust-score changes.

Inferred read-only
get_use_case_collections

Get curated use-case packs such as finance dashboards, free AI APIs, travel apps, and no-auth prototype APIs.

Inferred read-only
submit_api

Submit a new API for review.

Inferred read-only
recommend_apis

Get recommended APIs — personalized when the device has bookmarks, otherwise random picks.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.