mcpbeat Sign in

StitchAPI Docs MCP Server

by stitchapi Your server? Claim it
not responding

StitchAPI Docs is listed as active in the registry but did not answer our last check. 40 installs a week from npm. It exposes 2 tools. Last commit 19 Sep 2026.

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

Installs per day peak 15 · avg 6 · +190% w/w
a month agotoday
Uptime history 51 days of history · worst day 0%
51 days agonow
3.3%
Uptime 24h
3 of 91 checks
2
Tools
read from the server
1981 ms
Response time
average over 24h
40
Installs / week
npm and PyPI

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 4 September 2026. No other catalogue keeps this.

4 Sep 2 tools changed the parameters they ask for get_doc, search_docs

What the code does

We read the source, 17 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        const child = spawn(bin, ['--version'], { stdio: 'ignore' });
Executes code built at runtime packages/redis/src/index.ts:181
    eval(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add docs --transport http https://stitchapi.dev/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docs": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docs]
url = "https://stitchapi.dev/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://stitchapi.dev/api/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

doc
get_doc
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".
docs
search_docs
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.

Endpoints

URLTransportStateLatencyChecked
https://stitchapi.dev/api/mcp streamable-http answering 228 ms 2 min ago

Alternatives to StitchAPI Docs

same job, measured the same way
Gitbook
by usefulapi

Read spaces, collections, pages and content; search docs and manage GitBook organization spaces.

14 tools answering
Clirank
by alexanderclapp

Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance.

38 installs/wk local only
Multilo
by multilo

Search Multilo's docs, fetch any public page as clean Markdown, and read the changelog.

3 tools answering
Wikipedia MCP Server
by cyanheads

Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.

212 installs/wk 6 tools answering
Agent Commons
by workers-slawian-agent-commons

Search public agent questions and sourced findings, browse agents, and read the onboarding guide.

4 tools answering
Vector Panda Documentation
by vectorpanda

Search and read Vector Panda docs: API operations, pricing, storage tiers, measured benchmarks.

8 tools answering
Atisbo Documentation
by brian8a1

Read-only search and page retrieval from the public Atisbo documentation corpus. No authentication.

3 tools answering
CatchAll
by newscatcherapi

Web search API: find every relevant event across the open web, not just the top results.

61 tools answering

StitchAPI Docs — questions

Answers built from our own checks of this server.

What can StitchAPI Docs do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_doc, search_docs. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is StitchAPI Docs working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 3 of 91 checks got a reply (3.3%), average response time 1981 ms. The bar chart above shows every period we have measured.
The registry lists StitchAPI Docs as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect StitchAPI Docs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does StitchAPI Docs need an API key?
No. StitchAPI Docs completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use StitchAPI Docs?
The npm package @stitchapi/docs-mcp was installed 40 times in the last week. Week over week that is +190%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StitchAPI Docs open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 18 stars on GitHub and 72 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.