By sunholo-data
AILANG Parse — Universal document parsing and generation. Parse 17 formats into structured blocks via MCP. Includes auth, billing, cost estimation, and account management tools for AI agents.
Parse any document into structured blocks using the AILANG Parse API.
claude install github:sunholo-data/docparse-skill
This plugin registers an MCP server and a skill for document parsing. When installed, Claude automatically gets 7 tools:
| Tool | Purpose |
|---|---|
mcpParse | Parse any document into blocks, Markdown, or HTML |
mcpConvert | Convert between 17 input and 9 output formats |
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 a document — the MCP tools handle everything automatically, including authentication.
# Ask Claude directly:
"Parse this DOCX file and show me the headings"
"Extract tables from report.xlsx"
"Convert this PDF to markdown"
"What formats do you support for document parsing?"
"How much would it cost to parse this file?"
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:
mcpAuth| Category | Formats | Speed |
|---|---|---|
| Office | DOCX, PPTX, XLSX, ODT, ODP, ODS | 5-50ms deterministic |
| Text | CSV, Markdown, HTML, EPUB, EML, MBOX | 5-15ms deterministic |
| PDF/Image | PDF, PNG, JPG | AI-powered |
| Audio/Video | MP3, MP4 | AI-powered |
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 |
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sunholo-data/docparse-skill --plugin ailang-parsegopls language server for Claude Code while working on the AILANG Go implementation (~6k files, ~315k LOC). Provides instant diagnostics, go-to-definition, references, and hover types so the agent doesn't have to grep the codebase to navigate it.
AILANG - A deterministic programming language designed for AI code synthesis and reasoning
Parse PDF / Office / image files into clean Markdown via MinerU — zero-dependency, AI-Native, auto-routing between the free Agent API and the token-gated Standard API, with 15 content-tool delivery sinks.
Official Anthropic skills for PDF, Word, PowerPoint, and Excel document processing.
Professional document processing suite: 3 comprehensive skills for Word (.docx), Excel (.xlsx), and PDF files - create, edit, analyse, and process documents with advanced features like tracked changes, forms, tables, OCR, and formulas
Office document manipulation plugins for Claude Code
Editorial "Documents & Presentations" bundle for Claude Code from Antigravity Awesome Skills.
Anthropic's production PDF skill — extract text and tables, fill forms and generate PDFs. Essential for financial statements, contracts and scanned invoices.