# Reqistry (remote · mcp.reqistry.dev)

Discover, compare, and monitor 1,400+ APIs directly from your AI coding agent.

- Trust score: 64/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `mcp.reqistry.dev`: 64/100 (this document), [markdown](https://verifymcp.io/servers/dev-reqistry-mcp/mcp.md), [page](https://verifymcp.io/servers/dev-reqistry-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.reqistry.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 703 tokens (~54/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-reqistry-mcp https://mcp.reqistry.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-reqistry-mcp]
url = "https://mcp.reqistry.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-reqistry-mcp": {
      "type": "remote",
      "url": "https://mcp.reqistry.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-reqistry-mcp --url https://mcp.reqistry.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-reqistry-mcp:
    url: "https://mcp.reqistry.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-reqistry-mcp": {
      "type": "http",
      "url": "https://mcp.reqistry.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-17 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 61, +1)

- [functional regression] Schema quality: 417 → 703
- [functional] New tool “assess_api_production_safety”
- [functional] New tool “compare_apis”
- [functional] New tool “get_api_trust_score”
- [functional] New tool “get_change_feed”
- [functional] New tool “get_use_case_collections”
- [functional] New tool “suggest_alternatives”

### 2026-08-12 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 59, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 58, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-09 (score 58)

First indexed and scored.

## MCP tools (13)

### `list_categories` (~33 tokens)

List all active API categories with the number of published APIs in each. Use to populate a category filter or browse by topic.

### `get_category_apis` (~62 tokens)

List published APIs in a category by slug (e.g. 'weather', 'finance'). Paginated. Use list_categories first to get a category slug.

Input parameters:

- `limit` (number)
- `page` (number)
- `slug` (string, required)

### `get_api` (~45 tokens)

Get full detail for one API by slug or id, including health, metadata, verification, and warnings. Use after browsing a category to drill in.

Input parameters:

- `slug` (string, required)

### `get_alternatives` (~58 tokens)

Find alternative APIs similar to a given API id — prefers same category, falls back to same API type. limit must be 2 or 3 (default 3).

Input parameters:

- `id` (string, required)
- `limit` (number)

### `check_health` (~49 tokens)

Trigger (or return cached) a health check for one API. Returns CACHED within cooldown, or QUEUED with a poll URL. Rate-limited per device.

Input parameters:

- `id` (string, required)

### `get_api_trust_score` (~58 tokens)

Get the Reqistry trust score for one API by id or slug. Score covers uptime, response time, docs quality, auth clarity, CORS, pricing clarity, freshness, and OpenAPI availability.

Input parameters:

- `id` (string, required)

### `compare_apis` (~57 tokens)

Compare 2 to 4 APIs side-by-side by id or slug. Returns auth, pricing, rate limits, SDKs, response time, CORS, verification, OpenAPI, and trust scores.

Input parameters:

- `ids` (array, required)

### `assess_api_production_safety` (~48 tokens)

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

Input parameters:

- `id` (string, required)

### `suggest_alternatives` (~45 tokens)

Suggest healthier alternatives to a weak or dead API. Uses the same category/type matching as Reqistry alternatives.

Input parameters:

- `id` (string, required)
- `limit` (number)

### `get_change_feed` (~44 tokens)

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

Input parameters:

- `limit` (number)

### `get_use_case_collections` (~34 tokens)

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

### `submit_api` (~132 tokens)

Submit a new API for review. Creates a 'pending' submission (not immediately published). At least name or link required. Email optional.

Input parameters:

- `auth` (string)
- `category` (string)
- `cors` (string)
- `description` (string)
- `documentation` (string)
- `https` (boolean)
- `link` (string)
- `name` (string)
- `notes` (string)
- `pricing` (string)
- `rateLimit` (string)
- `submitterEmail` (string)
- `submitterName` (string)

### `recommend_apis` (~38 tokens)

Get recommended APIs — personalized when the device has bookmarks, otherwise random picks. Optional limit (max 50).

Input parameters:

- `limit` (number)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-reqistry-mcp/mcp#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 63
- 2026-08-18: 63
- 2026-08-17: 63
- 2026-08-16: 62
- 2026-08-15: 62
- 2026-08-14: 61
- 2026-08-13: 60
- 2026-08-12: 60
- 2026-08-11: 59
- 2026-08-10: 58
- 2026-08-09: 58

## Links

- Remote endpoint: https://mcp.reqistry.dev/mcp
- Website: https://reqistry.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-reqistry-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-reqistry-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/dev-reqistry-mcp/mcp
