Web Accessibility MCP Server

simulate_colorblind

Test webpage accessibility by simulating how it appears to users with color blindness. Choose from protanopia, deuteranopia, or tritanopia to visualize and improve compliance with WCAG guidelines.

Instructions

Simulate how a webpage looks for colorblind users

Input Schema

NameRequiredDescriptionDefault
outputPathNoOptional path to save the screenshot
typeYesType of color blindness to simulate
urlYesURL to capture
userAgentNoOptional user agent string to use for the request

Input Schema (JSON Schema)

{ "properties": { "outputPath": { "description": "Optional path to save the screenshot", "type": "string" }, "type": { "description": "Type of color blindness to simulate", "enum": [ "protanopia", "deuteranopia", "tritanopia" ], "type": "string" }, "url": { "description": "URL to capture", "type": "string" }, "userAgent": { "description": "Optional user agent string to use for the request", "type": "string" } }, "required": [ "url", "type" ], "type": "object" }

You must be authenticated.

Other Tools from Web Accessibility MCP Server

Related Tools

ID: mya2mkxy9a