Parse any document into structured blocks — and generate documents in 9 formats — using the AILANG Parse API.
Inside Claude Code, add the marketplace and install the plugin:
/plugin marketplace add sunholo-data/docparse-skill
/plugin install ailang-parse@ailang-parse-marketplace
This plugin registers an MCP server and a skill for document parsing and generation. When installed, Claude automatically gets these tools:
| Tool | Purpose |
|---|---|
mcpParse |
Parse any document into blocks, Markdown, or HTML |
mcpConvert |
Generate a document — docx, pptx, xlsx, odt, odp, ods, html, md, qmd |
mcpFormats |
Discover formats, samples, pricing, capabilities |
mcpEstimate |
Predict cost/latency before parsing |
mcpAuth |
Get an API key via device auth (RFC 8628) |
mcpAuthPoll |
Poll for auth completion |
mcpAccount |
View tier, quota, usage, pricing, history |
Just ask Claude to parse or produce a document — the MCP tools handle everything automatically, including authentication.
# Reading documents:
"Parse this DOCX file and show me the headings"
"Extract tables from report.xlsx"
"Convert this PDF to markdown"
# Producing documents:
"Turn these notes into a PowerPoint"
"Write this up as a Word document"
"Give me that summary as an .xlsx"
"Export this analysis as Quarto"
# About the service:
"What formats do you support?"
"How much would it cost to parse this file?"
To generate a document, Claude writes Markdown and converts it — front matter, tables, inline formatting, links and embedded images all carry through. Headers, footers, comments and tracked changes have no Markdown syntax, so those survive only when converting from a document that already has them.
No manual API key setup needed. If auth is required, Claude will walk you through the device auth flow.
# Set your API key if you already have one
export DOCPARSE_API_KEY="dp_your_key_here"Or get one via:
- AILANG Parse Dashboard — sign in with Google
- Device auth flow — Claude handles this automatically via
mcpAuth
Parsing:
| Category | Formats | Speed |
|---|---|---|
| Office | DOCX, PPTX, XLSX, ODT, ODP, ODS | 5-50ms deterministic |
| Text | CSV, Markdown, HTML, EPUB, EML, MBOX, TEX, RTF | 5-15ms deterministic |
| PDF/Image | PDF, PNG, JPG | AI-powered |
| Audio/Video | MP3, MP4 | AI-powered |
Generation (9): DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML, Markdown, QMD (Quarto)
Ask mcpFormats for the live list — it is the service's own answer and never goes stale.
Per-document pricing (not per-page). A 1-page or 1,000-page document costs the same.
| Tier | Monthly | Requests | AI Parses |
|---|---|---|---|
| Free | EUR 0 | 1,000 | 50 |
| Pro | EUR 29 | 100,000 | 500 |
| Business | EUR 99 | 500,000 | 2,000 |