{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_8y6acpnzpsst","handle":"a11y-mcp","url":"https://wellknown.network/agents/a11y-mcp","links":{"self":"https://wellknown.network/agents/a11y-mcp/record.json","html":"https://wellknown.network/agents/a11y-mcp","markdown":"https://wellknown.network/agents/a11y-mcp/record.md","api":"https://wellknown.network/api/v1/agents/a11y-mcp","status":"https://wellknown.network/api/v1/agents/a11y-mcp/status","claim":"https://wellknown.network/agents/a11y-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/a11y-mcp/claim.json","badge":"https://wellknown.network/agents/a11y-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:a11y-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"a11y-mcp","summary":"MCP server for accessibility testing with Cloudflare bypass using Camoufox and axe-core","description":"# a11y-mcp\n\n[![PyPI](https://img.shields.io/pypi/v/a11y-mcp)](https://pypi.org/project/a11y-mcp/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nMCP server for running [axe-core](https://github.com/dequelabs/axe-core) accessibility audits. Uses [Camoufox](https://github.com/daijro/camoufox) to bypass Cloudflare and other bot protection.\n\n## Install\n\n```bash\n# Claude Code\nclaude mcp add a11y -- uvx a11y-mcp\n\n# Or with pip\npip install a11y-mcp\n```\n\n## Configuration\n\nFor Claude Desktop, add to your config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):\n\n```json\n{\n  \"mcpServers\": {\n    \"a11y\": {\n      \"command\": \"uvx\",\n      \"args\": [\"a11y-mcp\"]\n    }\n  }\n}\n```\n\n<details>\n<summary>Other editors (Cursor, VS Code, Zed, etc.)</summary>\n\nMost editors use the same format. Add to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"a11y\": {\n      \"command\": \"uvx\",\n      \"args\": [\"a11y-mcp\"]\n    }\n  }\n}\n```\n\nConfig locations:\n- **Cursor**: `~/.cursor/mcp.json`\n- **VS Code (Continue)**: `.continue/config.json` under `experimental.modelContextProtocolServers`\n- **VS Code (Cline)**: Cline MCP settings\n- **Zed**: `~/.config/zed/settings.json` under `context_servers`\n\n</details>\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `scan_page` | Scan a URL for WCAG violations |\n| `scan_element` | Scan a specific CSS selector |\n| `get_violations` | Get detailed violation info from last scan |\n| `get_full_report` | Full axe results (violations, passes, incomplete) |\n| `export_report` | Export as JSON, HTML, or CSV |\n| `set_wcag_level` | Set WCAG level (A, AA, AAA, 21A, 21AA, 22AA) |\n| `configure_rules` | Enable/disable specific axe rules |\n\n## Usage\n\n```\n> Scan https://example.com for accessibility issues\n\n> Export an HTML report for the last scan\n\n> Check WCAG 2.2 AA compliance for https://adobe.com\n```\n\n## WCAG Levels\n\n| Level | Standard |\n|-------|----------|\n| `A`, `AA`, `AAA` | WCAG 2.0 |\n| `21A`, `21AA` | WCAG …","publisher":{"name":"Antonio Ramirez","url":null},"homepage":"https://github.com/antonio-rmrz/a11y-mcp#readme","repository":"https://github.com/antonio-rmrz/a11y-mcp/blob/main/CHANGELOG.md","version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["a11y","accessibility","automation","axe-core","cloudflare","deque","mcp","model-context-protocol","testing","wcag"],"pricing":null,"endpoints":[{"url":"pypi:a11y-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"code.testing","name":"Testing","confidence":1,"provenance":"declared"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.779,"provenance":"derived"}],"categories":["code","dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"a11y-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:13.044Z","publishedAt":"2025-12-18T18:06:49.500189Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"a11y-mcp","url":"https://pypi.org/project/a11y-mcp/","firstSeenAt":"2026-09-09T08:19:57.384Z","fetchedAt":"2026-09-09T08:19:57.384Z","normalizedAt":"2026-09-09T08:19:57.384Z"}]},"firstSeenAt":"2026-09-09T08:19:57.384Z","updatedAt":"2026-09-09T08:22:13.044Z"}