The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Easyaccesspdf MCP listing page.
English | Deutsch | Français | Español | 日本語
🌐 Official website: easyaccesspdf.com · Free PDF Checker · Pricing · MCP setup guide
Connect AI clients (Claude Code, Claude Desktop, Cursor, Codex) to the EasyAccessPDF MCP server: convert documents to Markdown, export PDFs to JSON/HTML/text, run veraPDF accessibility checks, and auto-fix PDF/UA issues — directly from your AI workflow.
https://easyaccesspdf.com/wp-json/easy/v1/mcp2025-03-26)initialize, ping and tools/list answer without auth — only tools/call requires credentials| Tool | What it does | Cost |
|---|---|---|
eap_convert_to_markdown | Document (PDF, DOCX, DOC, PPT, XLS, HTML, EPUB, RTF, ODT, TXT) → clean Markdown | Included with membership |
eap_export_pdf | PDF → json (structured tree), html, text, or annotated-pdf (layout visualization, 24h download URL) | Included with membership |
eap_check_pdf | veraPDF PDF/UA-1 (ISO 14289-1) accessibility audit: pages, grade A/B/C/F, issue list, tag coverage | Included with membership |
eap_get_account_status | Plan, expiry, credit balance, current prices | Included with membership |
eap_fix_pdf | Auto-tag + metadata injection + veraPDF re-audit → 24h download URL for a zip (tagged PDF + report + manual-review checklist) | 1 credit per document — billed for members and non-members alike |
All tools take a publicly accessible URL of the document (max 50MB). Documents are processed in the EU (Frankfurt) and not stored.
tools/list)eap_fix_pdf.claude).base64( youremail@example.com : your-application-password ).Keep the token private — it can spend your credits. Revoke any time in your WP profile.
%APPDATA%\Claude\claude_desktop_config.json (Windows) / ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
~/.cursor/mcp.json (or project .cursor/mcp.json):
~/.codex/config.toml:
Verify with codex mcp list.
Clients that only speak stdio MCP can use bridge/eap-mcp-bridge.mjs — a zero-dependency Node 18+ script that forwards stdio JSON-RPC to the hosted endpoint. A Dockerfile is included for containerized runners.
Or with Docker: docker build -t eap-mcp-bridge . && docker run -i --rm -e EAP_TOKEN=<BASE64> eap-mcp-bridge. Without EAP_TOKEN the bridge still answers initialize / tools/list (introspection is open); tools/call then returns the upstream 401.
See examples/python_client.py and examples/node_client.mjs — plain HTTP/JSON-RPC, no dependencies beyond requests / Node 18+.
Both run: initialize → tools/list → eap_get_account_status and print the results.
eap_fix_pdf always costs 1 remediation credit per document ($2.99 single-fix value; credit packs bring it to $0.67) — for members and non-members alike. Membership has no fix privilege.MIT — see LICENSE. Examples only; EasyAccessPDF is a commercial service operated by HEPA Zweigniederlassung der RUBIX GmbH, Germany.