easyaccesspdf-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EAP_TOKEN | No | Optional. base64(account-email:wordpress-application-password) — only needed for tools/call; introspection (initialize, tools/list) works without it. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| eap_convert_to_markdownA | 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_get_account_statusA | Get the EasyAccessPDF account status: membership plan, expiry date, remaining PDF credits, current service prices. |
| eap_check_pdfA | 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_fix_pdfA | 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_export_pdfA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: checking accessibility, converting to Markdown, exporting to various formats, auto-fixing, and account status. There is no functional overlap.
All tools follow a consistent 'eap_verb_noun' pattern, making it easy to predict tool names and their actions.
Five tools is well-scoped for a PDF accessibility service, covering core operations without unnecessary bloat.
The toolset covers the full lifecycle: checking, fixing, exporting, converting, and account management. No obvious gaps for the stated purpose.