# StitchAPI Docs (remote · stitchapi.dev)

Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page.

- Trust score: 25/100 (low)
- Change this week: −41
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `stitchapi.dev`: 25/100 (this document), [markdown](https://verifymcp.io/servers/dev-stitchapi-docs/api-mcp.md), [page](https://verifymcp.io/servers/dev-stitchapi-docs/api-mcp)
- npm · `@stitchapi/docs-mcp`: 43/100, [markdown](https://verifymcp.io/servers/dev-stitchapi-docs/stitchapi-docs-mcp.md), [page](https://verifymcp.io/servers/dev-stitchapi-docs/stitchapi-docs-mcp)

## Channel facts

- Endpoint: `https://stitchapi.dev/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 500.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http dev-stitchapi-docs https://stitchapi.dev/api/mcp
```

### Codex

```toml
[mcp_servers.dev-stitchapi-docs]
url = "https://stitchapi.dev/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add dev-stitchapi-docs --url https://stitchapi.dev/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-stitchapi-docs:
    url: "https://stitchapi.dev/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-stitchapi-docs": {
      "type": "http",
      "url": "https://stitchapi.dev/api/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-01 (score 25, −43)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.17 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 68, 0)

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

### 2026-07-30 (score 68, +1)

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

### 2026-07-29 (score 67, +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-07-27 (score 66, +1)

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

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (2)

### `search_docs` (~76 tokens)

Search the StitchAPI documentation semantically (hybrid BM25 + vector). Returns the most relevant doc sections as excerpts with deep links — never full pages. Follow up with get_doc to read a full page.

Input parameters:

- `limit` (integer): Max results to return (default 5).
- `query` (string, required): Natural-language search query.

### `get_doc` (~98 tokens)

Fetch a full StitchAPI documentation page as Markdown — the "read the whole thing" escape hatch for a search_docs hit. Pass a `url` (as returned by search_docs) or a `slug` like "guides/resilience/throttle".

Input parameters:

- `slug` (string): Page slug, e.g. "guides/resilience/throttle".
- `url` (string): Page URL from search_docs (absolute or /docs/…).

## Diagnostics

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

## Score history

- 2026-08-03: 25
- 2026-08-02: 25
- 2026-08-01: 25
- 2026-07-31: 68
- 2026-07-30: 68
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://stitchapi.dev/api/mcp
- Repository: https://github.com/rejifald/StitchAPI
- Website: https://stitchapi.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-stitchapi-docs/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-stitchapi-docs/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-stitchapi-docs/api-mcp
