io.github.aditya-ariosity/wcag-accessibility
NPM · WCAG-ACCESSIBILITY-MCP · SCANNED AUG 18
A WCAG accessibility testing MCP for AI agents, Codex, Claude Code, and automated UI audits.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- A known CVE affects extract-zip, but no fixed version has been published, so there is nothing to upgrade to. View diagnostics → Partial
- No install/post-install scripts declared.Pass
- 49 of 173 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 956 tokens (~136/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 71% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · wcag-accessibility-mcp
claude mcp add aditya-ariosity-wcag-accessibility -- npx -y wcag-accessibility-mcp
codex mcp add aditya-ariosity-wcag-accessibility -- npx -y wcag-accessibility-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aditya-ariosity-wcag-accessibility": {
"type": "local",
"command": [
"npx",
"-y",
"wcag-accessibility-mcp"
],
"enabled": true
}
}
} openclaw mcp add aditya-ariosity-wcag-accessibility --command npx --arg -y --arg wcag-accessibility-mcp
mcp_servers:
aditya-ariosity-wcag-accessibility:
command: "npx"
args: ["-y", "wcag-accessibility-mcp"] {
"mcpServers": {
"aditya-ariosity-wcag-accessibility": {
"command": "npx",
"args": [
"-y",
"wcag-accessibility-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 18 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 17 Aug 26 54
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 18 Aug 2026 · Analysed npm/wcag-accessibility-mcp@0.1.4
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-jmr9-qjv8-65gv | CVE-2026-56876 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N | no |
Dependencies 173 packages
| Packages resolved | 173 |
|---|---|
| Stale | 49 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
audit_file Audit a local HTML file ~142
Render a local .html or .htm file beneath the configured allowed root and return accessibility findings and corrections. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| filePath | string | yes | Absolute path, or path relative to the server working directory, to an HTML file. |
| height | integer | – | Viewport height in CSS pixels. |
| maxIssues | integer | – | Maximum violation groups returned; summary totals still cover the full run. |
| maxNodesPerIssue | integer | – | Maximum affected elements returned per rule. |
| standard | string | – | WCAG ruleset to test. Use best-practice to include additional axe guidance. |
| width | integer | – | Viewport width in CSS pixels. |
No output schema declared.
No examples provided.
audit_html Audit an HTML document ~160
Render supplied HTML in an isolated headless browser and return WCAG findings plus evidence and suggested corrections. Use for generated UI before it is hosted. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| baseUrl | string | – | Optional http(s) base URL used to resolve relative assets. |
| height | integer | – | Viewport height in CSS pixels. |
| html | string | yes | Complete HTML document or fragment to render and test. |
| maxIssues | integer | – | Maximum violation groups returned; summary totals still cover the full run. |
| maxNodesPerIssue | integer | – | Maximum affected elements returned per rule. |
| standard | string | – | WCAG ruleset to test. Use best-practice to include additional axe guidance. |
| width | integer | – | Viewport width in CSS pixels. |
No output schema declared.
No examples provided.
audit_url Audit a rendered URL ~147
Load a public or local web page in headless Chromium, run axe-core, and return prioritized WCAG findings, DOM evidence, computed styles, and contrast corrections. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | – | Viewport height in CSS pixels. |
| maxIssues | integer | – | Maximum violation groups returned; summary totals still cover the full run. |
| maxNodesPerIssue | integer | – | Maximum affected elements returned per rule. |
| standard | string | – | WCAG ruleset to test. Use best-practice to include additional axe guidance. |
| url | string | yes | Absolute http:// or https:// URL to render and test. |
| width | integer | – | Viewport width in CSS pixels. |
No output schema declared.
No examples provided.
check_contrast Check a color pair ~118
Calculate the WCAG contrast ratio for foreground and background colors and determine whether the pair passes for the supplied text size and weight.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | yes | Background CSS sRGB color such as white, #ffffff, rgb(), hsl(), or color(srgb ...). |
| fontSizePx | number | – | – |
| fontWeight | integer | – | – |
| foreground | string | yes | Foreground CSS sRGB color such as white, #767676, rgb(), hsl(), or color(srgb ...). |
| level | string | – | – |
No output schema declared.
No examples provided.
explain_issue Explain an accessibility rule ~49
Return implementation-focused remediation steps and the axe rule reference for a rule ID found in an audit.
| Name | Type | Req | Description |
|---|---|---|---|
| ruleId | string | yes | axe rule ID such as color-contrast, button-name, or label. |
No output schema declared.
No examples provided.
get_wcag_checklist Get the complete WCAG requirement checklist ~95
Return every success criterion required by a WCAG 2.0, 2.1, or 2.2 A/AA/AAA profile, with W3C references, axe rule mappings, and explicit automated-partial versus manual coverage. Use this to plan the checks that a browser audit cannot complete.
| Name | Type | Req | Description |
|---|---|---|---|
| evaluation | string | – | – |
| principle | string | – | – |
| standard | string | – | – |
No output schema declared.
No examples provided.
suggest_contrast_fix Suggest a passing color ~131
Find the nearest black-or-white-directed foreground or background adjustment that reaches the selected WCAG contrast threshold. Returns a mathematical candidate, not an automatic edit.
| Name | Type | Req | Description |
|---|---|---|---|
| adjust | string | – | – |
| background | string | yes | Background CSS sRGB color such as white, #ffffff, rgb(), hsl(), or color(srgb ...). |
| fontSizePx | number | – | – |
| fontWeight | integer | – | – |
| foreground | string | yes | Foreground CSS sRGB color such as white, #767676, rgb(), hsl(), or color(srgb ...). |
| level | string | – | – |
No output schema declared.
No examples provided.