mcpbeat Sign in

SiteGPT Docs MCP Server

answering

SiteGPT Docs is answering right now. Last checked 9 min ago. It exposes 3 tools. Last commit 24 Aug 2026.

Search the SiteGPT documentation: setup, features, API reference, troubleshooting.

Uptime history 27 days of history · worst day 99%
27 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
696 ms
Response time
average over 24h
0
Stars
last commit 24 Aug 2026

What changed 3

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

15 Sep 2 tool descriptions were rewritten query_docs_filesystem_site_gpt_docs, search_site_gpt_docs
15 Sep a tool changed the parameters it asks for submit_feedback

Nothing serious here today

Today is the operative word: we check SiteGPT Docs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 9 min ago.

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

Available tools 3

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

docs
query_docs_filesystem_site_gpt_docs
Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the SiteGPT Docs documentation pages and OpenAPI specs. This is NOT a shell on any real machine — nothing runs on the user's computer, the server host, or any network. The filesystem is a sandbox backed by documentation chunks. This is how you read documentation pages: there is no separate "get page" tool. To read a page, pass its `.mdx` path to `head` or `cat` — a page at the URL path `/some/page` lives at `/some/page.mdx`. To search the docs with exact keyword or regex matches, use `rg`. To understand the docs structure, use `tree` or `ls`. **Paths are specific to this site — never guess them.** Discover real paths with `tree / -L 2`, `ls /`, or the search tool before reading. If a path does not exist, that only means the guess was wrong; it does NOT mean the topic is undocumented — use `rg -il "keyword" /` to find where it is covered. **Workflow:** Start with the search tool for broad or conceptual queries like "how to authenticate" or "rate limiting". Use this tool when you need exact keyword/regex matching, structural exploration, or to read the full content of a specific page by path. Supported commands: rg (ripgrep), grep, find, tree, ls, cat, head, tail, stat, wc, sort, uniq, cut, sed, awk, jq, plus basic text utilities. No writes, no network, no process control. Run `--help` on any command for usage. Each call is STATELESS: the working directory always resets to `/` and no shell variables, aliases, or history carry over between calls. If you need to operate in a subdirectory, chain commands in one call with `&&` or pass absolute paths (e.g., `cd /some-directory && ls` or `ls /some-directory`). Do NOT assume that `cd` in one call affects the next call. Examples (replace the placeholder paths with real ones from `tree` or search): - `tree / -L 2` — see the top-level directory layout - `rg -il "rate limit" /` — find all files mentioning "rate limit" - `rg -C 3 "apiKey" /some-directory/` — show matches with 3 lines of context around each hit - `head -80 /some/page.mdx` — read the top 80 lines of a specific page - `head -80 /page-one.mdx /page-two.mdx /section/page-three.mdx` — read multiple pages in one call - `cat /some/page.mdx` — read a full page when you need everything - `cat '/openapi/https://sitegpt.ai/api/v2/openapi.json' | jq '.paths | keys'` — list OpenAPI endpoints OpenAPI specs for this site are mounted at: `'/openapi/https://sitegpt.ai/api/v2/openapi.json'`, `'/openapi/https://sitegpt.ai/openapi.yaml'`. Use them to answer questions about endpoints, request/response schemas, parameters, and authentication. Output is truncated to 30KB per call. Prefer targeted `rg -C` or `head -N` over broad `cat` on large files. To read only the relevant sections of a large file, use `rg -C 3 "pattern" /path/file.mdx`. Batch multiple file reads into a single `head` or `cat` call whenever possible. When referencing pages in your response to the user, convert filesystem paths to URL paths by removing the `.mdx` extension. For example, `/some/page.mdx` becomes `/some/page`.
site
search_site_gpt_docs
Search across the SiteGPT Docs knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about SiteGPT Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages. If you need the full content of a specific page, use the query_docs_filesystem tool to `head` or `cat` the page path (append `.mdx` to the path returned from search — e.g. a result at `/some/page` is read with `head -200 /some/page.mdx`).
submit
submit_feedback
Report a problem with this documentation site so the docs team can fix it. Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example. This is for feedback about the documentation content itself — not for product support requests or feedback about this tool or assistant.

Endpoints

URLTransportStateLatencyChecked
https://sitegpt.ai/docs/mcp streamable-http answering 532 ms 9 min ago

Alternatives to SiteGPT Docs

same job, measured the same way
Yappy documentation
by yappy

Yappy macOS docs (yappy.biz): setup, permissions, LLM backends, troubleshooting.

3 tools answering
Docs MCP
by redpanda

Get authoritative answers about Redpanda documentation and search API references.

6 tools answering
Vonage Documentation MCP
by vonage

MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.

7 tools answering
Soracom Knowledge
by soracom

Search SORACOM documentation: service guides, FAQ, API references, IoT recipes, etc.

3 tools answering
Senzing
by senzing

Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting

13 tools answering
Dash MCP Server
by kapeli

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

124 installs/wk local only
Qiskit Documentation MCP Server
by qiskit

MCP server for querying and retrieving Qiskit documentation, guides, and API references

131 installs/wk local only
Verso
by nvlang

MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).

48 installs/wk local only

SiteGPT Docs — questions

Answers built from our own checks of this server.

What can SiteGPT Docs do?
It exposes 3 tools, read directly from the server on our last check. Among them: query_docs_filesystem_site_gpt_docs, search_site_gpt_docs, submit_feedback. 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 SiteGPT Docs working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 696 ms. The bar chart above shows every period we have measured.
How do I connect SiteGPT 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 SiteGPT Docs need an API key?
No. SiteGPT Docs completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SiteGPT Docs?
It answers our handshake in 696 ms on average, which is faster than 17% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is SiteGPT Docs open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.