npm analyzed 0.1.0

@wcag-checkr/mcp

v0.1.0
npm

Model Context Protocol server for wcagcheckr. Lets LLM-IDEs (Claude Code, Cursor, Continue, etc.) drive accessibility audits, verify forensic receipts, and look up tier features programmatically. Same audit engine as the Chrome extension and CI runner.

maintainer
wcagcheckr
license
UNLICENSED
first seen
2026-05-24
last seen
2026-06-14
releases · 30d
233
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities0 tools
transport stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

code evidencev0.1.0 · npm-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 1

  • fs package/wcagcheckr-mcp.mjs :28 import { existsSync } from 'node:fs';

shell / exec 1

  • shell package/wcagcheckr-mcp.mjs :25 import { spawn } from 'node:child_process';

network 1

  • net package/wcagcheckr-mcp.mjs :202 const res = await fetch(`${SERVER_BASE_URL}/v1/products/${product_slug}/forensic/public-key`);

declared dependencies 2

  • @modelcontextprotocol/sdk@^1.0.0
  • @wcag-checkr/ci@^0.1.0