mcpbeat

EasyAccessPDF MCP Server

io.github.luotwo/easyaccesspdf-mcp
answering

EasyAccessPDF is answering right now. Last checked 14 min ago. It exposes 5 tools. Last commit 22 Jul 2026.

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

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
581 ms
Response time
average over 24h
0
Stars
last commit 22 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add easyaccesspdf-mcp --transport http https://easyaccesspdf.com/wp-json/easy/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "easyaccesspdf-mcp": {
      "url": "https://easyaccesspdf.com/wp-json/easy/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.easyaccesspdf-mcp]
url = "https://easyaccesspdf.com/wp-json/easy/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "easyaccesspdf-mcp": {
      "url": "https://easyaccesspdf.com/wp-json/easy/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "easyaccesspdf-mcp": {
      "url": "https://easyaccesspdf.com/wp-json/easy/v1/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

eap
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 accessible URL of the PDF.
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 document.
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 boxes — returned as a 24h download URL). Pass a publicly accessible URL of the PDF.
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-members alike; membership does not include auto-fix. Returns a 24h download URL for a zip package (tagged PDF + veraPDF report + manual-review checklist). Pass a publicly accessible URL of the PDF.
eap_get_account_status
Get the EasyAccessPDF account status: membership plan, expiry date, remaining PDF credits, current service prices.

Endpoints

URLTransportStateLatencyChecked
https://easyaccesspdf.com/wp-json/easy/v1/mcp streamable-http answering 489 ms 14 min ago

EasyAccessPDF — questions

Answers built from our own checks of this server.

What can EasyAccessPDF do?
It exposes 5 tools, read directly from the server on our last check. Among them: eap_check_pdf, eap_convert_to_markdown, eap_export_pdf, eap_fix_pdf, eap_get_account_status. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is EasyAccessPDF working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 581 ms. The bar chart above shows every period we have measured.
How do I connect EasyAccessPDF?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does EasyAccessPDF need an API key?
No. EasyAccessPDF completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is EasyAccessPDF?
It answers our handshake in 581 ms on average, which is faster than 17% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is EasyAccessPDF open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.