MCP server
Inclaria accessibility, right inside your AI assistant
Inclaria's MCP server lets your AI assistant audit a page's accessibility and look up the European legal framework, without leaving your tool.
What is MCP?
The Model Context Protocol (MCP) is an open standard that connects AI assistants to external tools. Inclaria's MCP server exposes our audit capabilities as tools your assistant can call on its own, in the flow of the conversation.
Why it's useful
Audit without switching tools
Ask 'scan this page's accessibility': your assistant runs a real WCAG 2.2 AA audit (axe-core, real browser) and returns the score, violations and WCAG references.
EAA law one prompt away
Query the European Accessibility Act transposition law for any EU country: national law, official languages, key points.
Built into your dev loop
In Cursor or your IDE, fix the code and re-check accessibility in the same loop, without copy-pasting URLs between tools.
The two tools
scan_pageAgency planRuns a WCAG 2.2 AA / EN 301 549 accessibility audit on a page (axe-core, real browser rendering). Returns the score, conformance rate, issue counts by severity and the top violations with their WCAG references.
get_accessibility_lawFreeReturns the EAA national transposition law and key obligations for an EU country: national law, official languages, notable points.
Connect your assistant
The server works with any MCP client (Claude, Cursor, and other compatible assistants). Add it to your client's configuration with your Inclaria API key as a Bearer token:
- Create an API key from your Inclaria dashboard (Agency plan).
- Add the MCP server to your client's configuration, with your key as a Bearer token.
- Ask your assistant to scan a page or look up a country's EAA law.
Endpoint
https://inclaria.com/api/mcp{
"mcpServers": {
"inclaria": {
"url": "https://inclaria.com/api/mcp",
"headers": {
"Authorization": "Bearer incl_xxxxxxxxxxxx"
}
}
}
}Compatible with MCP clients over Streamable HTTP (JSON-RPC 2.0), including Claude and Cursor.
Example requests
Scan the accessibility of https://example.com and give me the critical issues.
What is the EAA transposition law in Germany?
Access and plan
The get_accessibility_law tool (legal framework) is free. The scan_page tool (live audit) is part of the Agency plan and requires an API key, managed from your dashboard.
Ready to plug in your AI?
Create your API key and connect your assistant in minutes.
Go to my dashboard