Web Accessibility MCP Server

simulate_colorblind

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