mcpbeat

stagenth · 文档解析 MCP Server

com.stagenth/doc-parse
answering

stagenth · 文档解析 is answering right now. Last checked 11 min ago. It exposes 4 tools.

Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
1341 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

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

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

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.

doc
doc_chunk
把文档切成适合 RAG / 向量嵌入的语义块(按标题层级切,超长块按段落细分)。 返回 [{index, heading, text, chars}],喂检索/嵌入无需再自己写切块逻辑。
doc_images
抽取文档内嵌的图片(PDF / .docx / .pptx),打包 ZIP 落文件中转站并返下载 URL。 过滤 <1KB 的图标噪声;多模态 AI 可配合 doc_parse 的文本一起理解图文文档。
doc_parse
把 PDF / Word(.docx) / PPT(.pptx) / HTML / 纯文本 解析成干净 Markdown + 结构化(按实际解析页数计费,每页 1 credit)。 纯解析 + 格式转换、不生成任何 AI 内容;扫描件 OCR 暂未支持。 支持 page_range 只解析指定页码段(只按解析的页数扣费)。
doc_tables
抽取文档中的表格(PDF / .docx / .pptx),转成 headers+rows 的 JSON 可直接计算。 与 doc_parse 的区别:表格不再压平成 markdown 竖线文本,而是结构化行列, AI 可直接算合计/对比;PDF 用版面识别找表格。

Endpoints

URLTransportStateLatencyChecked
https://stagenth.com/mcp/doc-parse/ streamable-http answering 925 ms 11 min ago

stagenth · 文档解析 — questions

Answers built from our own checks of this server.

What can stagenth · 文档解析 do?
It exposes 4 tools, read directly from the server on our last check. Among them: doc_chunk, doc_images, doc_parse, doc_tables. 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 stagenth · 文档解析 working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1341 ms. The bar chart above shows every period we have measured.
How do I connect stagenth · 文档解析?
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 stagenth · 文档解析 need an API key?
No. stagenth · 文档解析 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 stagenth · 文档解析?
It answers our handshake in 1341 ms on average, which is faster than 2% 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.