MCP Server
MCP
wcagc — accessibility scanning
Deterministic axe-core accessibility scans (WCAG 2.1 AA, EN 301 549, PDF/UA) via your account.
Install
npx -y @wcagc/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.wcagc.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@wcagc/mcp",
"version": "0.7.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A wcagc API key with the mcp:scan scope. Mint one under Settings -> API keys; every plan can, with a daily quota on Free and Starter.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WCAGC_MCP_KEY"
},
{
"description": "The wcagc API to call. Defaults to the hosted API; override only for a self-hosted deployment.",
"format": "string",
"name": "WCAGC_API_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment