0xPdf
БесплатноНе проверенWraps the 0xPdf HTTP API to enable AI agents to parse PDF invoices and forms into JSON using configurable schemas, with support for synchronous and asynchronous
Описание
Wraps the 0xPdf HTTP API to enable AI agents to parse PDF invoices and forms into JSON using configurable schemas, with support for synchronous and asynchronous parsing.
README
Schema in → PDF in → JSON out for Claude, Cursor, and other MCP clients.
This stdio MCP server wraps the 0xPdf HTTP API (auth, billing, rate limits intact). Agents can parse invoices/forms into a JSON schema, generate schemas, and poll async jobs.

Playground · Docs / MCP setup · Pricing
Install
pip install oxpdf-mcp
# or
uvx oxpdf-mcp
Get an API key at 0xpdf.io/dashboard.
Cursor / Claude Desktop
{
"mcpServers": {
"0xpdf": {
"command": "uvx",
"args": ["oxpdf-mcp"],
"env": {
"PDF_PARSING_API_BASE_URL": "https://api.0xpdf.io",
"PDF_PARSING_API_PREFIX": "api/v1",
"PDF_PARSING_API_KEY": "YOUR_API_KEY",
"PDF_PARSING_ALLOWED_API_HOSTS": "api.0xpdf.io",
"PDF_PARSING_REQUIRE_HTTPS": "true",
"PDF_PARSING_ALLOWED_FILE_ROOTS": "/home/YOU/Downloads:/home/YOU/Documents",
"PDF_PARSING_MCP_DISALLOW_FULL_RESPONSE_MODE": "true"
}
}
}
}
Or with pip:
"command": "oxpdf-mcp"
Tools (selected)
| Tool | Purpose |
|---|---|
parse_pdf_sync |
Schema-first sync parse |
parse_pdf_stream |
Streaming parse (SSE) |
submit_parse_job / wait_for_job_completion |
Async jobs |
list_schemas / create_schema |
Saved schemas |
generate_schema_from_description |
AI schema generation (wallet debit) |
get_pricing_current |
Balance / pricing |
health_check |
Liveness |
Full list and env vars: see source oxpdf_mcp/server.py and docs.
Env
| Variable | Default | Notes |
|---|---|---|
PDF_PARSING_API_KEY |
— | Required for authenticated tools |
PDF_PARSING_API_BASE_URL |
https://api.0xpdf.io |
Production API |
PDF_PARSING_ALLOWED_API_HOSTS |
— | Required in production (api.0xpdf.io) |
PDF_PARSING_REQUIRE_HTTPS |
false |
Set true for production |
PDF_PARSING_ALLOWED_FILE_ROOTS |
CWD | Colon-separated absolute paths for pdf_path |
SDKs (non-MCP)
- Python: oxpdf
- JS/TS: @0xpdf/client
License
MIT
Установка 0xPdf
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/risha-max/0xpdf-mcpFAQ
0xPdf MCP бесплатный?
Да, 0xPdf MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для 0xPdf?
Нет, 0xPdf работает без API-ключей и переменных окружения.
0xPdf — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить 0xPdf в Claude Desktop, Claude Code или Cursor?
Открой 0xPdf на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare 0xPdf with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
