This is the Claude Code plugin for AILANG Parse, a universal document parsing and generation API.
This plugin registers an MCP server at https://docparse.ailang.sunholo.com/mcp/ which provides 7 tools:
| Tool | Purpose | Auth Required |
|---|---|---|
mcpParse |
Parse any document into blocks, Markdown, or HTML | Hosted: yes |
mcpConvert |
Generate a document — docx, pptx, xlsx, odt, odp, ods, html, md, qmd | Hosted: yes |
mcpFormats |
Discover formats, 26 samples, pricing tiers, capabilities | No |
mcpEstimate |
Predict cost/latency before parsing | No |
mcpAuth |
Start device auth to get an API key (RFC 8628) | No |
mcpAuthPoll |
Poll for auth completion | No |
mcpAccount |
View tier, quota, usage, pricing, history | Yes (except action:"pricing") |
- Call
mcpFormatsfirst to discover capabilities, samples, and pricing - Call
mcpEstimateto check if AI is needed and predict cost - Call
mcpParseormcpConvertwith the document - If you get
AUTH_REQUIRED, callmcpAuthto start device auth, thenmcpAuthPoll
- No auth needed for
mcpFormats,mcpEstimate, andmcpAccount(action:"pricing") - API key required for
mcpParse,mcpConvert, and othermcpAccountactions - Keys use
dp_prefix (e.g.dp_a1b2c3d4...) - Get a key via
mcpAuth(device flow) or the dashboard - Pass as
apiKeyparameter in tool calls, or setDOCPARSE_API_KEYenv var for scripts
If MCP is unavailable, shell scripts in skills/ailang-parse/scripts/ provide the same functionality:
bash skills/ailang-parse/scripts/health.sh # Check API health
bash skills/ailang-parse/scripts/parse.sh FILE FMT # Parse a document
bash skills/ailang-parse/scripts/estimate.sh FILE # Estimate cost
bash skills/ailang-parse/scripts/samples.sh # List test files
bash skills/ailang-parse/scripts/capabilities.sh # Full service contract
bash skills/ailang-parse/scripts/device-auth.sh # Get API keyInput (17): DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML, Markdown, CSV, EPUB, EML, MBOX, PDF, PNG, JPG, MP3, MP4
Output (9): DOCX, PPTX, XLSX, ODT, ODP, ODS, HTML, Markdown, QMD (Quarto)
Office formats are deterministic (5-50ms). PDF, images, audio, video require AI.
Per-document, not per-page. Free: 1,000/month + 50 AI. Pro EUR 29: 100K + 500 AI. Business EUR 99: 500K + 2,000 AI.
Production: https://docparse.ailang.sunholo.com