- stagenth doc parse
stagenth doc parse
Parse PDF / Word / PPT / HTML into clean Markdown: doc_parse (page ranges), doc_tables (tables as JSON), doc_images (extract embedded images), doc_chunk (heading-based RAG chunks).
Overview
stagenth doc parse
Parse PDF / Word / PPT / HTML into clean Markdown: doc_parse (page ranges), doc_tables (tables as JSON), doc_images (extract embedded images), doc_chunk (heading-based RAG chunks).
Tools
doc_parse— PDF / .docx / .pptx / HTML / txt / md to clean Markdown + per-page structure; supportspage_rangelike3-10(billed per parsed page)doc_tables— extract document tables as headers+rows JSON that AI can compute on directlydoc_images— extract embedded images (icons filtered), delivered as a ZIP downloaddoc_chunk— split a document into heading-based semantic chunks sized for RAG / embeddings
Connect
- Sign up at https://www.stagenth.com and create an API token (Console → API Tokens).
- Add to your MCP client config:
{"mcpServers":{"stagenth-doc-parse":{"type":"http","url":"https://stagenth.com/mcp/doc-parse/","headers":{"Authorization":"Bearer <YOUR_API_KEY>"}}}}
Server Config
{
"mcpServers": {
"stagenth-doc-parse": {
"type": "http",
"url": "https://stagenth.com/mcp/doc-parse/",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}Project Info
Created At
3 days agoUpdated At
3 days agoAuthor Name
-Star
-Language
-License
-Recommend Servers
View AllKudosity
6 hours ago
Mapquest Mcp
12 hours ago
Wingie Enuygun Mcp
4 hours ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago