Parses PDF, Word, PowerPoint, and HTML documents into clean Markdown, extracting tables as JSON and images, with support for page ranges and RAG-ready chunking.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 27 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The stagenth-doc-parse MCP server exposes 4 tools, focused primarily on database capabilities. Its published description reads: "Parses PDF, Word, PowerPoint, and HTML documents into clean Markdown, extracting tables as JSON and images, with support for page ranges and RAG-ready chunking". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates stagenth-doc-parse F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Cross-tool shadowing" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check stagenth-doc-parse's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add stagenth-doc-parse to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://stagenth.com/mcp/doc-parse/Streamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
把 PDF / Word(.docx) / PPT(.pptx) / HTML / 纯文本 解析成干净 Markdown + 结构化(按实际解析页数计费,每页 1 credit)。 纯解析 + 格式转换、不生成任何 AI 内容;扫描件 OCR 暂未支持。 支持 page_range 只解析指定页码段(只按解析的页数扣费)。
抽取文档中的表格(PDF / .docx / .pptx),转成 headers+rows 的 JSON 可直接计算。 与 doc_parse 的区别:表格不再压平成 markdown 竖线文本,而是结构化行列, AI 可直接算合计/对比;PDF 用版面识别找表格。
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: doc_tables
A tool description tries to alter the model’s use of another tool.
接计算。 与 doc_parse 的区别:表格不再压平成 markdown 竖线文本,而是结构化行列, AI 可RecommendationDescriptions must describe only their own tool.
tool: doc_images
A tool description tries to alter the model’s use of another tool.
图标噪声;多模态 AI 可配合 doc_parse 的文本一起理解图文文档。RecommendationDescriptions must describe only their own tool.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
执行,用户间数据隔离。提供工具:doc_parse(PDF/Word/PPT → 干净 Markdown + 结构化,按页计费)。RecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Scrapes web pages to clean Markdown with JS rendering, multi-page crawl, structured extraction, and sitemap support.
14 PDF tools: merge, split, compress, watermark, encrypt, organize, metadata, and page extraction.
QR and barcode toolkit: generate, decode, vector SVG, logo QR, WiFi and vCard QR codes.
Turn Excel or CSV data into charts (bar, line, pie, scatter, radar) and get a download URL.
Image toolkit: resize, compress, crop, watermark, convert, rotate, and EXIF read/strip.
Secure file transfer MCP server that relays files between AI agents and downstream services using bearer-token authentication.
抽取文档内嵌的图片(PDF / .docx / .pptx),打包 ZIP 落文件中转站并返下载 URL。 过滤 <1KB 的图标噪声;多模态 AI 可配合 doc_parse 的文本一起理解图文文档。
把文档切成适合 RAG / 向量嵌入的语义块(按标题层级切,超长块按段落细分)。 返回 [{index, heading, text, chars}],喂检索/嵌入无需再自己写切块逻辑。