wcag-mcp
Verified Safeby joe-watkins
Overview
Provides comprehensive WCAG 2.2 guidelines, techniques, glossary terms, and Understanding documentation to agentic systems via a Model Context Protocol (MCP) server.
Installation
npx -y wcag-guidelines-mcpSecurity Notes
The server primarily performs lookups on pre-loaded static WCAG data, reducing runtime security risks. User input is parsed as JSON, and tool arguments are handled internally without apparent injection vulnerabilities. The 'execSync' command is used in build-time scripts for data acquisition (git submodule updates, fetching W3C JSON, parsing HTML), not at runtime based on arbitrary user input. Cross-Origin Resource Sharing (CORS) is set to allow all origins ('*'), which is typical for a public API but means no origin-based access control is enforced at the server level.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.