69
/ 100
15 days ago
glama

0xPdf MCP

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: PDF_PARSING_API_KEY, PDF_PARSING_BEARER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configENVIRONMENT
configENV
configPDF_PARSING_ALLOWED_FILE_ROOTS"": "/home/YOU/Downloads:/home/YOU/Documents",
configPDF_PARSING_API_BASE_URL"": "https://api.0xpdf.io",
configPDF_PARSING_ALLOWED_API_HOSTS"": "api.0xpdf.io",
configPDF_PARSING_REQUIRE_HTTPS"": "true",
configPDF_PARSING_API_PREFIX"": "api/v1",
🔐 secretPDF_PARSING_API_KEY"": "YOUR_API_KEY",
🔐 secretPDF_PARSING_BEARER_TOKEN
configPDF_PARSING_API_TIMEOUT_SECONDS
configPDF_PARSING_MCP_MAX_BATCH_FILES
configPDF_PARSING_MCP_MAX_BATCH_TOTAL_MB
configPDF_PARSING_MCP_MAX_CONCURRENT_HEAVY_TOOLS
configPDF_PARSING_MCP_MAX_RETRIES
configPDF_PARSING_MCP_RETRY_BACKOFF_BASE_SECONDS
configPDF_PARSING_MCP_RESPONSE_CHAR_LIMIT
configPDF_PARSING_MCP_MAX_STRING_CHARS
configPDF_PARSING_MCP_MAX_LIST_ITEMS
configPDF_PARSING_MCP_MAX_OBJECT_DEPTH
configPDF_PARSING_MCP_MAX_ESTIMATED_TOKENS
configPDF_PARSING_MCP_RESPONSE_BUDGET_POLICY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/risha-max-0xpdf-mcp-5shfdg)](https://m8ven.ai/mcp/risha-max-0xpdf-mcp-5shfdg)
commit: 4f6a4f9640759ff39d1eeebdf51fb4ff94320848
code hash: 1f2dead03ec585470de02ae7c1ebe7031e8b7b914ddcfb6cd695e3f824d66535
verified: 7/16/2026, 8:46:41 AM
view raw JSON →