HomeSearch & Research › StitchAPI Docs

StitchAPI Docs

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

TypeScript Cloud Remote
★ 19 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://stitchapi.dev/api/mcp Reachable (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

{
  "mcpServers": {
    "stitchapi": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}

Package (npm 1.0.0-rc.5)

npx -y @stitchapi/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "stitchapi": {
      "command": "npx",
      "args": [
        "-y",
        "@stitchapi/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry