streamable-httpMITupdated 2mo ago
Scan any website's AI readiness from inside your AI coding tool โ then let it fix the findings in your codebase and re-scan to verify.
What can you do with agentgauge?
AgentGauge skill for Claude Code
Scan any website's AI readiness from inside your AI coding tool โ then let it fix the findings in your codebase and re-scan to verify.
AgentGauge grades whether AI search can find you (citability, llms.txt, schema, AI-crawler access) and whether AI agents can use you (tools, identity, commerce signals), against the AgentReady standard with stable AR-IDs and MUST/SHOULD/MAY conformance. Free scan, instant letter grade.
Install
1. The MCP server (recommended)
claude mcp add --transport http agentgauge https://mcp.agentgauge.ai/mcp
Cursor / Claude Desktop JSON config:
{
"mcpServers": {
"agentgauge": { "url": "https://mcp.agentgauge.ai/mcp" }
}
}
No auth. One tool: scan_website({ url }).
2. The skill
Copy SKILL.md into your Claude Code skills directory as agentgauge/SKILL.md:
mkdir -p ~/.claude/skills/agentgauge
curl -fsSL https://raw.githubusercontent.com/GlassCaseOfEmotion/agentgauge-skill/main/SKILL.md \
-o ~/.claude/skills/agentgauge/SKILL.md
Use
/agentgauge scan mysite.com
or just ask: "check my site's AI readiness and fix what's failing". The skill scans, prioritizes the findings (spec MUSTs first), implements fixes in your repo, and re-scans after deploy to verify the grade actually moved.
What gets checked
31 checks across 6 categories: Discoverability, Content for Agents, AI Visibility (GEO), Capabilities (MCP/A2A/OpenAPI), Identity & Access, and Commerce.
Built by AgentGauge ยท Weekly monitoring: Watch by AgentGauge ยท Contact: support@agentgauge.ai
Install
Add agentgauge to your client. Pick the one you use.
claude mcp add --transport http agentgauge https://mcp.agentgauge.ai/mcpcodex mcp add agentgauge --url https://mcp.agentgauge.ai/mcp{
"mcpServers": {
"agentgauge": {
"url": "https://mcp.agentgauge.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentgauge": {
"type": "http",
"url": "https://mcp.agentgauge.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentgauge": {
"url": "https://mcp.agentgauge.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentgauge": {
"serverUrl": "https://mcp.agentgauge.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 80 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 13, 2026 |