MCP.so
Sign In
M

Multi Format Document Parser

@agenson-tools

About Multi Format Document Parser

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "document-parser": {
      "command": "npx",
      "args": [
        "@agenson-horrowitz/document-parser-mcp"
      ]
    }
  }
}

Tools

5

Extract text, tables, and metadata from PDF files with layout preservation. Perfect for agents processing reports, invoices, contracts, research papers. Handles multi-page documents, preserves formatting, extracts embedded metadata.

Perform OCR on images to extract text with confidence scores. Supports screenshots, scanned documents, photos of text. Returns structured text with confidence metrics. Essential for agents processing visual content.

Convert HTML documents to clean, structured markdown. Preserves headings, links, tables, lists. Perfect for agents that need to process HTML content in LLM-friendly format. Handles complex HTML structures intelligently.

Extract tables from any supported document format as structured JSON. Handles PDF tables, HTML tables, CSV-like structures in text. Returns clean tabular data perfect for agent analysis and processing.

Parse any document and generate a structured summary with configurable detail level. Extracts key information, main points, and metadata. Perfect for agents that need document overviews before detailed processing.

Comments

More Other MCP servers