Agentic AI · MCP Server

Accessibility, Available to Your Agent.

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.

Claude DesktopClaude CodeCursorWindsurfVS Code (Copilot)Any MCP-compatible agent

One server. Every accessibility tool.

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.

What your agent can do

Four tools are live today. Every tool returns structured output that downstream agents and pipelines can act on.

Remediate PDFs

pdf-remediate

Hand your agent a PDF URL. It returns a fully-tagged, WCAG 2.1 AA accessible PDF plus a structured validation report.

Audit URLs

url-crawler

Crawl a single page or an entire site for accessibility violations. Get a structured report your agent can reason about and fix.

Remediate Web Pages

url-remediate

Apply targeted fixes to an HTML page — alt text, ARIA roles, heading order, color contrast — without rebuilding from scratch.

Generate ACR Scorecards

acr

Produce a vendor-grade Accessibility Conformance Report scored against WCAG 2.1 AA, ADA Title II, and Section 508 in seconds.

Connect in 60 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>"
      }
    }
  }
}
  1. 1Get an API key from your account page.
  2. 2Paste the JSON above into your MCP client config (Claude Desktop, Cursor, etc.).
  3. 3Restart the client. Your agent now has every accessibility tool at its fingertips.

Stop hand-clicking accessibility fixes.

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.