MCP Uptime
← MCP Reliability Index  /  Web & Scraping
S

stagenth · 文档解析

com.stagenth/doc-parse
Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.
healthy
status
4
tools exposed
11738ms
connect latency
0e2753d03d85
schema fingerprint

Tools (4)

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 用版面识别找表格。
doc_images
抽取文档内嵌的图片(PDF / .docx / .pptx),打包 ZIP 落文件中转站并返下载 URL。 过滤 <1KB 的图标噪声;多模态 AI 可配合 doc_parse 的文本一起理解图文文档。
doc_chunk
把文档切成适合 RAG / 向量嵌入的语义块(按标题层级切,超长块按段落细分)。 返回 [{index, heading, text, chars}],喂检索/嵌入无需再自己写切块逻辑。

Endpoint

https://stagenth.com/mcp/doc-parse/
Category: Web & Scraping · Last checked: 2026-07-30T13:10:30Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.