MCP ServerHTTPOfficialv0.5.4

AILANG Parse MCP Server

Parse DOCX, PPTX, XLSX, and PDF files with deterministic output that captures track changes, comments, headers, footers, and merged cells. Built for developers who need structured, reliable document extraction for automation and analysis workflows.

io.github.sunholo-data/parse

Hosted URL

https://docparse.ailang.sunholo.com/mcp/

Transport

HTTP

Auth

No auth required

What the AILANG Parse MCP server does

How models use it and what it is built for.

Parse DOCX, PPTX, XLSX, and PDF files with deterministic output that captures track changes, comments, headers, footers, and merged cells. Built for developers who need structured, reliable document extraction for automation and analysis workflows.

Connect to AILANG Parse

Hosted endpoint — paste into any MCP client.

https://docparse.ailang.sunholo.com/mcp/

Environment variables

Configuration this server reads at startup.

  • DOCPARSE_API_KEYSecret

    AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/

  • AILANG_PARSE_MCP_URL

    Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/

  • DOCPARSE_API_KEYSecret

    AILANG Parse API key (dp_...). Optional — the bridge auto-loads keys saved at ~/.config/ailang-parse/credentials.json. Get one from https://www.sunholo.com/ailang-parse/

  • AILANG_PARSE_MCP_URL

    Override the hosted MCP endpoint. Defaults to https://docparse.ailang.sunholo.com/mcp/

Resources

Where to find authoritative docs and source for AILANG Parse.

Example prompts for AILANG Parse

Paste any of these into Agent Studio after connecting AILANG Parse.

  • Parse this DOCX file and extract all tracked changes with author and timestamp
  • Convert a PDF to structured JSON, preserving headers and footers
  • Extract merged cell data from an XLSX spreadsheet with cell references
  • Show me all comments and annotations in this PPTX presentation

AILANG Parse MCP server — FAQ

Common questions about connecting and running AILANG Parse.

  • What file formats does this parser support?

    DOCX, PPTX, XLSX, and PDF. The parser is deterministic, meaning the same file always produces identical output, and it preserves metadata like track changes, comments, headers, footers, and merged cells.

  • Do I need an API key to use this MCP server?

    An API key (format: dp_...) is optional. If you don't provide DOCPARSE_API_KEY as an environment variable, the bridge automatically loads keys saved in ~/.config/ailang-parse. You can also override the hosted endpoint with AILANG_PARSE_MCP_URL if needed.

  • How do I install and run this server?

    Install via npm: npx @ailang/parse@0.5.4. The server runs as an HTTP bridge connecting to the hosted MCP endpoint at https://docparse.ailang.sunholo.com/mcp/ by default.

  • Can this parser extract comments and track changes from documents?

    Yes. The parser specifically tracks comments, track changes, headers, and footers in DOCX files, and preserves annotations in PPTX and PDF files. All metadata is included in the structured output.

  • What makes this parser 'deterministic'?

    Deterministic parsing means the same input file always produces identical output, making it reliable for automated workflows, testing, and reproducible document processing. This is critical for CI/CD pipelines and batch document analysis.

Run AILANG Parse across 30+ AI models, side-by-side

Connect AILANG Parse to Claude, GPT, Gemini, DeepSeek and 30+ AI models in MCP Agent Studio. Compare answers side-by-side, save reusable agent presets, share runs — all in your browser, no install required.

Open Agent Studio

Related servers

More on MCP Playground