Developers
Build accessible-PDF auditing and conversion into your own processes: from an AI assistant over MCP, or from any language with the REST API.
MCP connection
Model Context Protocol server with 9 tools so an assistant (Claude and others) can upload documents, follow progress and download the accessible PDF/A.
Endpoint
https://pdfaccesible.com/mcpTransportHTTP (JSON-RPC 2.0)
View MCP tools
REST API
Upload a PDF, get back an id and check the status whenever you like: processing happens in the background, so your integration is never left waiting.
Base
https://pdfaccesible.com/api/v1FormatJSON (UTF-8)
View endpoints
Get started
- Create an account and verify your email.
- Generate a key in My account → API credentials.
- Send it with every call as
Authorization: Bearer …. - Upload, check the status with the id and download the result.
Auditing is free; converting uses your plan quota.