mcp-a11y-learning-guide
Verified Safeby burnworks
Overview
A local Model Context Protocol (MCP) server designed to assist users learning web accessibility by acting as a guide, providing curated official WCAG/W3C resources and learning paths through a chatbot interface.
Installation
node /full_path_to/mcp-a11y-learning-guide/dist/index.jsSecurity Notes
The server explicitly whitelists allowed URL prefixes for all external references (W3C/WAIC domains), preventing calls to untrusted external sources. It loads configuration and knowledge from local YAML and Markdown files, which is appropriate for its intended local operation. No dynamic code execution (e.g., 'eval') or hardcoded secrets were found in the provided source code. The primary security considerations revolve around ensuring the integrity of the local mapping files, which is outside the application's direct control.
Similar Servers
mcp
Provides AI assistants with direct, secure access to the latest official Microsoft documentation to prevent hallucinations and verify code.
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
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-accessibility-scanner
Automated web accessibility scanning and browser automation using Playwright and Axe-core, enabling LLMs to perform WCAG compliance checks and generate reports.