Skip to main content
Glama
package.json1.18 kB
{ "name": "accessibility-mcp", "version": "1.0.0", "description": "MCP server for accessibility auditing with axe-core, Lighthouse, and WAVE API", "type": "module", "main": "dist/index.js", "bin": { "accessibility-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest", "test:unit": "vitest run --dir tests/unit", "test:integration": "vitest run --dir tests/integration", "lint": "eslint src tests", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "accessibility", "a11y", "axe-core", "lighthouse", "wave", "wcag" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@axe-core/playwright": "^4.10.0", "lighthouse": "^12.0.0", "playwright": "^1.48.0" }, "devDependencies": { "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", "eslint": "^9.12.0", "tsx": "^4.19.1", "typescript": "^5.6.3", "vitest": "^2.1.3" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/Duds/accessibility-mcp'

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