Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

EasyAccessPDF

io.github.luotwo/easyaccesspdf-mcp

PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.

Uptime
100.0%
1 direct probes · 30d
Response
1152ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

eap_convert_to_markdown

Convert a document to clean Markdown (included with membership, no credits). Formats: PDF, Word (.docx/.doc), PowerPoint, Excel, HTML, EPUB, RTF, ODT, TXT. Pass a publicly accessible URL of the docume…

eap_get_account_status

Get the EasyAccessPDF account status: membership plan, expiry date, remaining PDF credits, current service prices.

eap_check_pdf

Check a PDF for accessibility compliance (PDF/UA-1, ISO 14289-1) using veraPDF. Included with membership — no credits charged. Returns pages, grade (A/B/C/F), issue list, tag coverage. Pass a publicly…

eap_fix_pdf

Auto-fix a PDF for accessibility: injects metadata, auto-tags the document, re-audits with veraPDF. Costs 1 remediation credit per document ($2.99 single-fix value) — billed for members and non-member…

eap_export_pdf

Export a PDF to another format (included with membership, no credits). Formats: json (structured document tree), html, text (plain text), annotated-pdf (layout visualization with labeled structure box…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "easyaccesspdf": {
      "url": "https://easyaccesspdf.com/wp-json/easy/v1/mcp",
      "transport": "streamable-http"
    }
  }
}