Remediate PDFs
pdf-remediateHand your agent a PDF URL. It returns a fully-tagged, WCAG 2.1 AA accessible PDF plus a structured validation report.
Connect Claude, Cursor, Windsurf, or any MCP-compatible agent to The Accessible Org platform. Remediate PDFs, audit web pages, and generate ACR scorecards from inside your editor or chat.
The Model Context Protocol (MCP) is an open standard that lets AI agents call external tools in a structured, auditable way. Our MCP server exposes the full Accessible Org toolset — PDF remediation, URL auditing, page-level fixes, and ACR scorecards — over a single secure endpoint.
Point your agent at it once. From then on, your team can fix accessibility problems by asking, not by hand-clicking.
Four tools are live today. Every tool returns structured output that downstream agents and pipelines can act on.
pdf-remediateHand your agent a PDF URL. It returns a fully-tagged, WCAG 2.1 AA accessible PDF plus a structured validation report.
url-crawlerCrawl a single page or an entire site for accessibility violations. Get a structured report your agent can reason about and fix.
url-remediateApply targeted fixes to an HTML page — alt text, ARIA roles, heading order, color contrast — without rebuilding from scratch.
acrProduce a vendor-grade Accessibility Conformance Report scored against WCAG 2.1 AA, ADA Title II, and Section 508 in seconds.
Drop the snippet below into your client’s MCP configuration. Replace <YOUR_API_KEY> with a key from your account.
{
"mcpServers": {
"accessible": {
"url": "https://api.theaccessible.org/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}Bring The Accessible Org platform into the tools your team already uses. WCAG 2.1 AA, ADA Title II, and Section 508 compliance — one MCP server away.