🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@overlayqa/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@overlayqa/mcp

OverlayQA MCP server — scan, compare, and file issues from your editor

unpublished
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
124
44.19%
Maintainers
1
Weekly downloads
 
Created
Source

@overlayqa/mcp

Run accessibility audits, file QA issues, and manage projects from your AI coding tools. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible editor.

Setup

Add this to your editor's MCP config:

Claude Code (.mcp.json in your project root):

{
  "mcpServers": {
    "overlayqa": {
      "command": "npx",
      "args": ["@overlayqa/mcp@latest"]
    }
  }
}

Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "overlayqa": {
      "command": "npx",
      "args": ["@overlayqa/mcp@latest"]
    }
  }
}

On first run, your browser opens to sign in to OverlayQA. The token is cached at ~/.overlayqa/auth.json for 30 days.

Tools

ToolWhat it does
scan_accessibilityRun a WCAG audit on any URL. Returns violations with severity, WCAG criteria, and an overall score.
scan_contrastCheck color contrast ratios across a page. Returns failing element pairs.
scan_and_create_issuesScan a URL and auto-create issues in a project for each violation above a severity threshold.
create_issueFile a QA issue with title, severity, type, and description.
list_issuesList issues in a project, with optional status and severity filters.
create_projectCreate a new project for a site URL.
list_projectsList all projects on your team.
compare_visualCompare a live page against a Figma frame (coming soon).
audit_tokensAudit design tokens on a page against a Figma file (coming soon).

Example prompts

Once connected, ask your AI assistant things like:

  • "Scan example.com for accessibility issues"
  • "Show me all open issues in my project"
  • "Create a high-severity issue: the login button has no focus ring"
  • "Scan my staging site and create issues for anything critical or high"

Pricing

Free during the 14-day trial. Scan tools remain available (3/day) after the trial. Creating issues and projects requires a paid plan. See overlayqa.com/pricing.

License

MIT

Keywords

mcp

FAQs

Package last updated on 09 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts