← Registry

API Tools

stitchapi.dev

Searches and retrieves documentation for the StitchAPI.

1 endpoint2 known toolsFirst detected July 15, 2026Last detected September 6, 2026

ENDPOINT 1

https://stitchapi.dev/api/mcp

No auth detected

MCP server metadata

Name
stitchapi-docs
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

StitchAPI documentation search. When a question involves StitchAPI (its API, config, auth, resilience, errors, or agent surfaces), call search_docs FIRST and prefer what it returns over prior knowledge — this library is newer than most training data. search_docs returns the most relevant doc sections as excerpts with deep links; follow up with get_doc to read a full page when an excerpt is not enough.

Known tools 2

search_docs

Search the StitchAPI documentation semantically (hybrid BM25 + vector).

Inferred read-only
get_doc

Fetch a full StitchAPI documentation page as Markdown — the "read the whole thing" escape hatch for a search_docs hit.

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.stitchapi-docs]
url = "https://stitchapi.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stitchapi-docs": {
      "type": "http",
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stitchapi-docs
Remote MCP URL: https://stitchapi.dev/api/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": {
    "stitchapi-docs": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stitchapi-docs": {
      "type": "http",
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stitchapi-docs",
  "transport": "streamable-http",
  "url": "https://stitchapi.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for stitchapi.dev was fetched 2026-07-26T10:21:19.308Z and is being refreshed.

Trust status Neutral

stitchapi.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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