siteproof-mcp
MCP server for WCAG accessibility, AEO, and AI agent security scanning. Connect Claude, ChatGPT, Cursor to Deveras scanners.
Install / Use
claude mcp add deashidle-stack -- npx -y github:deashidle-stack/siteproof-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
SecuritySupported Platforms
Our assessment of siteproof-mcp
siteproof-mcp scores 62/100 on our quality scale, 165th of 198 Security skills we index.
Its MCP Server is 2.3 KB long, split into 7 sections with 1 code example: moderately detailed.
It has 3 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
- Our last check on 2026-09-23 found the source still online.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 86/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-24. Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
siteproof-mcp compared with similar skills
All 4 of these similar skills score higher than siteproof-mcp; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| siteproof-mcp (this skill)by deashidle-stack | 62 | 3 | 6mo ago | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.3k | 9d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.7k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.2k | today | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install siteproof-mcp?
- Run
claude mcp add deashidle-stack -- npx -y github:deashidle-stack/siteproof-mcp. The install tabs above show the steps for each supported agent. - Which AI agents does siteproof-mcp work with?
- It is written for Claude Code, Claude Desktop and Cursor, as a MCP Server file. Other agents that read the same format can often use it too.
- Is siteproof-mcp safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 86/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is siteproof-mcp still maintained?
- The repository was last updated about 6 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
Skill content
View source on GitHubSiteProof MCP Server
Connect Claude, ChatGPT, Cursor, and other AI agents directly to Deveras website quality scanners via the Model Context Protocol.
Server URL: https://mcp.deveras.no/mcp
Quick Start
Add to your MCP client configuration:
{
"mcpServers": {
"siteproof": {
"url": "https://mcp.deveras.no/mcp"
}
}
}
Works with Claude Desktop, ChatGPT, Cursor, Windsurf, and any MCP-compatible client.
Tools
| Tool | Description |
|------|-------------|
| scan_accessibility | Run a WCAG accessibility + UX quality scan on any URL. Returns overall score, grade, and categorized issues with severity levels. |
| scan_aeo | AI Engine Optimization scan — checks how well a page is optimized for AI search engines (ChatGPT, Perplexity, Google AI Overviews). |
| scan_agentproof | AI agent security scan — verifies robots.txt, ai.txt, llms.txt, and other agent compliance signals. |
| get_fix_suggestion | Get a concrete code fix (before/after) for a specific WCAG accessibility rule. Supports 15 common violation types. |
| get_compliance_status | Estimate EU Accessibility Act (EAA) compliance readiness based on scan results. |
| get_fix_recipe | (Pro) Get structured fix recipes with before/after code, validation selectors, and framework-specific variants for React, Vue, Angular, Svelte, and Next.js. Accepts a URL to scan or raw axe-core violation JSON (BYOV). |
Example Usage
Ask your AI agent:
- "Scan https://example.com for accessibility issues"
- "How do I fix missing alt text on images?"
- "Check if my site is ready for the EU Accessibility Act"
- "How well is my site optimized for AI search engines?"
- "Scan my site's AI agent security configuration"
Architecture
- Runtime: Cloudflare Workers + Durable Objects
- Protocol: MCP over SSE (Streamable HTTP)
- Backend: Proxies to the SiteProof REST API
- Scanner: Browser Rendering API + axe-core for WCAG analysis
Related
- SiteProof REST API — Direct API access
- SiteProof GitHub Action — CI/CD quality gate
- Deveras — AI Truth Stack platform
License
MIT
Related Skills
Agent-Reach
85.3kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.7kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.2k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
