WCAG 2.2 API
How do I query WCAG 2.2 data over an API?
Point a GET request at api.theartofservice.com/api/agent/frameworks/WCAG 2.2, or add the MCP server to Claude Desktop or Cursor with the config below. You get 5 controls, 5 domains and every cross-framework mapping this standard carries. The free tier is 10 calls a day and needs no signup or API key.
Add WCAG 2.2 to Claude Desktop or Cursor in one config block
Copy this config into your MCP client to start querying WCAG 2.2 data with AI:
{
"mcpServers": {
"compliance": {
"url": "https://api.theartofservice.com/mcp"
}
}
}No API key required for up to 10 calls/day. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Three curl calls that return WCAG 2.2 data
Get WCAG 2.2 details
curl https://api.theartofservice.com/api/agent/frameworks/WCAG%202.2List all WCAG 2.2 controls
curl https://api.theartofservice.com/api/agent/frameworks/WCAG%202.2/controlsMap WCAG 2.2 to another framework
curl "https://api.theartofservice.com/api/agent/cross-map?source=WCAG%202.2&target=SOC%202"Install the Python or npm client
Python (Langchain)
pip install theartofservice-compliancenpm (MCP Server)
npx @theartofservice/compliance-mcpQuestions developers ask about the WCAG 2.2 API
Is there an API for WCAG 2.2?▾
How do I access WCAG 2.2 controls programmatically?▾
Can I map WCAG 2.2 controls to other frameworks?▾
Does the WCAG 2.2 API work with Claude, ChatGPT, or Cursor?▾
How much does the WCAG 2.2 API cost?▾
What WCAG 2.2 actually requires
The API returns the data. If you want the standard explained first, with its controls, domains and the frameworks it overlaps with, that is on the WCAG 2.2 framework page.
WCAG 2.2 controls, domains and mappings →Start using the WCAG 2.2 API today
No signup required for 10 free API calls per day. Create a free account for 100 calls/month.