Cursor A11y MCP

by westsideori
Verified

a11y

Run accessibility tests on a URL or a local path (relative URL appended to http://localhost:5000).

Input Schema

NameRequiredDescriptionDefault
relativePathNoRelative path appended to http://localhost:5000
urlNoFull URL to test

Input Schema (JSON Schema)

{ "properties": { "relativePath": { "description": "Relative path appended to http://localhost:5000", "type": "string" }, "url": { "description": "Full URL to test", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools