We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joe-watkins/wcag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "wcag-mcp",
"version": "2.0.0",
"description": "WCAG MCP server for agentic systems - powered by official W3C data",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"jsdom": "^25.0.1"
},
"engines": {
"node": ">=18.0.0"
},
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node src/index.js",
"build": "node scripts/build.js",
"postinstall": "npm run build"
}
}