← reqistry.dev

INDIVIDUAL MCP TOOL

get_change_feed

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

reqistry.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.reqistry.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_change_feed 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

reqistry.dev

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.
  • check_health — Trigger (or return cached) a health check for one API.
  • 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.