SkillAgentSearch skills...

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-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

62/100

Category

Security

Supported Platforms

Claude Code
Claude Desktop
Cursor

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.

Substance
20/30
Structure
15/20
Description
15/15
Adoption
3/20
Freshness
11/15

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 found

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.

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.

SkillScoreStarsUpdatedFormat
siteproof-mcp (this skill)by deashidle-stack6236mo agoMCP Server
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.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.

SiteProof 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

License

MIT

Related Skills

View on GitHub
GitHub Stars3
CategorySecurity
Updated6mo ago
Forks0

Languages

TypeScript

Trust signals

86/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

2 low