mcpbeat Sign in

Docs MCP Server

answering

Docs is answering right now. Last checked 7 min ago. It exposes 4 tools. Last commit 9 Sep 2026.

Search and read Empryo's documentation. Read-only, no auth, no local access.

Uptime history 4 days of history
4 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
227 ms
Response time
average over 24h
1154
Stars
last commit 9 Sep 2026

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

const spinnerProc = Bun.spawn(
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.

Builds a database query by concatenation mintlify-docs/concepts/compound-tools.mdx:14
| `move_symbol` | Move a symbol to another file + update every import. |
| `rename_file` | Rename or move a file + update every importer. |
Dumps the whole environment src/core/spawn.ts:64
  for (const [key, value] of Object.entries(process.env)) {

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Docs and you get told the day something new turns up.

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

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

Available tools 4

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

docs
list_docs
List Empryo documentation pages, or the sections and export URLs of one page.
read_docs
Read a full Empryo docs page or an exact section as Markdown or plain text. Use selectors returned by search_docs/list_docs; empty anchor means introduction.
search_docs
Search current Empryo documentation. Returns exact page and section selectors and citation URLs.
current
current_release
Read the current published Empryo version and available release artifacts. Never assumes the installed client matches this version.

Endpoints

URLTransportStateLatencyChecked
https://empryo.com/mcp streamable-http answering 337 ms 7 min ago

Alternatives to Docs

same job, measured the same way
I
Atisbo Documentation
by brian8a1

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

3 tools answering
Applivery
by applivery-docs

Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth.

4 tools answering
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
Kanbai — public project templates and SOPs
by kanbai

Read-only access to Kanbai's public project templates and SOPs. Public, no authentication.

5 tools answering
MintMCP Docs
by mintmcp

Search and read the official MintMCP documentation, the enterprise MCP gateway.

4 tools answering
Vocci
by vocci

Read-only MCP access to authorized Vocci sessions, notes, files, and memory search.

answering
WhyNote
by coooolinz

Read-only search, todo listing, and daily note access for a WhyNote account

28 installs/wk local only
Branch Docs
by branch-docs

Access and search Branch's official API documentation directly within any AI agent or client.

8 tools answering

Docs — questions

Answers built from our own checks of this server.

What can Docs do?
It exposes 4 tools, read directly from the server on our last check. Among them: current_release, list_docs, read_docs, 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 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 227 ms. The bar chart above shows every period we have measured.
How do I connect 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 Docs need an API key?
No. Docs completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Docs?
It answers our handshake in 227 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Docs open source?
We cannot say that it is. On our reading no licence is declared for it, which is not the same as open source: source code can be public and still be proprietary. Check the terms with the vendor before you build on it.