Skip to main content
Glama

Web Accessibility MCP Server

simulate_colorblind

Visualize webpage appearance for colorblind users by simulating types like protanopia, deuteranopia, or tritanopia. Enhances accessibility testing with actionable insights.

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" }

Other Tools from Web Accessibility MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bilhasry-deriv/mcp-web-a11y'

If you have feedback or need assistance with the MCP directory API, please join our Discord server