Skip to main content
Glama
257,378 tools. Last updated 2026-07-04 14:13

"namespace:io.github.naimterrache-a11y" matching MCP tools:

  • Compares a screenshot of a URL against a stored baseline image to detect unintended visual regressions. Automatically creates the baseline on first run.
    MIT
  • Builds a static Storybook site for hosting, or returns setup guidance when Storybook is not configured.
    MIT
  • Inspect any element on the page to debug layout, visibility, or behavior issues by retrieving all its attributes, computed styles, accessibility state, and occlusion details.
    MIT
  • Sends a raw coordinate tap using native backend with Maestro fallback for WKWebView overlays where visual position differs from DOM hit-test. Verifies tap success via accessibility tree changes or screenshot delta.
    MIT
  • Verifies an element or text is visible by querying WebView DOM, native accessibility, and Maestro, and fails with an error when verification is impossible.
    MIT
  • Verifies that an element or text is not visible on the screen. Returns an error if absence cannot be confirmed, ensuring reliable negative assertions.
    MIT

Matching MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!
    Last updated
    2
    305
    46
    Mozilla Public 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables web accessibility audits using axe-core, allowing users to scan URLs, check WCAG compliance levels, and export reports. It uses an anti-detect browser to bypass Cloudflare and other bot protection.
    Last updated
    7
    MIT

Matching MCP Connectors

  • Cloudflare Workers MCP server: a11y-scorer

  • GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

  • Scan HTML, JSX, or TSX code to detect WCAG accessibility issues such as missing alt text, labels, empty buttons, heading order, and aria-hidden on focusable elements.
    MIT
  • Run visibility assertions and auto-check app health (crashes, logs, network errors) to get a trustworthy verdict on whether a just-implemented flow works.
    MIT
  • Run an accessibility audit on UI components to detect WCAG violations and impacted areas before shipping.
    MIT
  • Audit captured HAR and Lighthouse artifacts to diagnose response failures, performance issues, and security or accessibility problems from CI runs or customer bug reports.
    MIT
  • Web-optimize SVG by removing Inkscape editor elements, unused definitions, and rounding coordinates to reduce file size losslessly.
    MIT
  • Re-audit a URL against a saved baseline to detect accessibility regressions, fixes, and net changes.
    MIT
  • Create a draft GitHub pull request applying atomic accessibility patches from UX audit suggestions. Prevents conflicts and invalid code, can output patch locally.
    MIT
  • Serve a web project, capture screenshots, and receive a read-only UI critique with optional accessibility audits and design comparisons.
    MIT
  • Create a visual critique pin on a live page with concrete, actionable feedback. Specify the element, problem, and fix in under 40 words for AI-driven UI, copy, or accessibility review.
    MIT
  • Execute screen actions after visual observation: mouse clicks, keyboard input, accessibility actions, drag-and-drop, direct value setting, and CDP eval for browsers.
    Apache 2.0
  • Scan a specific element on a loaded page for accessibility issues using axe-core. Provide a CSS selector to check its WCAG compliance.
    MIT
  • Extract a concise JSON page summary (intent, headings, form fields, actions, navigation) for AI workflows, using minimal tokens. Optionally waits for DOM stability before snapshotting.
    MIT
  • Upload files to a file input element using a11y-tree ref for visible inputs or CSS selector for hidden inputs. Provide absolute file path(s) for single or multiple files.
    MIT
  • Scans local React, Vue, Svelte, and HTML code for missing alt text, unlabeled buttons, inputs, and links to improve accessibility.
    MIT