Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

69 Trust /100
Trust breakdown (6 categories)

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.

Install

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

# add to Claude Code
claude mcp add aditya-ariosity-wcag-accessibility -- npx -y wcag-accessibility-mcp
# add to Codex CLI
codex mcp add aditya-ariosity-wcag-accessibility -- npx -y wcag-accessibility-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aditya-ariosity-wcag-accessibility": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "wcag-accessibility-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aditya-ariosity-wcag-accessibility --command npx --arg -y --arg wcag-accessibility-mcp
# ~/.hermes/config.yaml
mcp_servers:
  aditya-ariosity-wcag-accessibility:
    command: "npx"
    args: ["-y", "wcag-accessibility-mcp"]
// mcp.json
{
  "mcpServers": {
    "aditya-ariosity-wcag-accessibility": {
      "command": "npx",
      "args": [
        "-y",
        "wcag-accessibility-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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
MCP tools · 7 exposed · ~842 tokens

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.

Tool Tokens
audit_file ~142

Render a local .html or .htm file beneath the configured allowed root and return accessibility findings and corrections. Read-only.

NameTypeReqDescription
filePathstringyesAbsolute path, or path relative to the server working directory, to an HTML file.
heightintegerViewport height in CSS pixels.
maxIssuesintegerMaximum violation groups returned; summary totals still cover the full run.
maxNodesPerIssueintegerMaximum affected elements returned per rule.
standardstringWCAG ruleset to test. Use best-practice to include additional axe guidance.
widthintegerViewport width in CSS pixels.

No output schema declared.

No examples provided.

audit_html ~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.

NameTypeReqDescription
baseUrlstringOptional http(s) base URL used to resolve relative assets.
heightintegerViewport height in CSS pixels.
htmlstringyesComplete HTML document or fragment to render and test.
maxIssuesintegerMaximum violation groups returned; summary totals still cover the full run.
maxNodesPerIssueintegerMaximum affected elements returned per rule.
standardstringWCAG ruleset to test. Use best-practice to include additional axe guidance.
widthintegerViewport width in CSS pixels.

No output schema declared.

No examples provided.

audit_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.

NameTypeReqDescription
heightintegerViewport height in CSS pixels.
maxIssuesintegerMaximum violation groups returned; summary totals still cover the full run.
maxNodesPerIssueintegerMaximum affected elements returned per rule.
standardstringWCAG ruleset to test. Use best-practice to include additional axe guidance.
urlstringyesAbsolute http:// or https:// URL to render and test.
widthintegerViewport width in CSS pixels.

No output schema declared.

No examples provided.

check_contrast ~118

Calculate the WCAG contrast ratio for foreground and background colors and determine whether the pair passes for the supplied text size and weight.

NameTypeReqDescription
backgroundstringyesBackground CSS sRGB color such as white, #ffffff, rgb(), hsl(), or color(srgb ...).
fontSizePxnumber
fontWeightinteger
foregroundstringyesForeground CSS sRGB color such as white, #767676, rgb(), hsl(), or color(srgb ...).
levelstring

No output schema declared.

No examples provided.

explain_issue ~49

Return implementation-focused remediation steps and the axe rule reference for a rule ID found in an audit.

NameTypeReqDescription
ruleIdstringyesaxe rule ID such as color-contrast, button-name, or label.

No output schema declared.

No examples provided.

get_wcag_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.

NameTypeReqDescription
evaluationstring
principlestring
standardstring

No output schema declared.

No examples provided.

suggest_contrast_fix ~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.

NameTypeReqDescription
adjuststring
backgroundstringyesBackground CSS sRGB color such as white, #ffffff, rgb(), hsl(), or color(srgb ...).
fontSizePxnumber
fontWeightinteger
foregroundstringyesForeground CSS sRGB color such as white, #767676, rgb(), hsl(), or color(srgb ...).
levelstring

No output schema declared.

No examples provided.