{
  "name": "agentgauge",
  "version": "1.0.0",
  "description": "AgentGauge agent-readiness scanner. Scan any website and get a grade for whether AI search can find it (citability, llms.txt, schema) and AI agents can use it (tools, identity, commerce), graded against the AgentReady standard.",
  "url": "https://mcp.agentgauge.ai/mcp",
  "transport": "streamable-http",
  "authentication": { "type": "none" },
  "capabilities": { "tools": true, "prompts": false, "resources": false },
  "tools": [
    {
      "name": "scan_website",
      "description": "Run an AgentGauge agent-readiness scan of a website. Input: { url }. Returns the grade, Found-by-AI and Usable-by-AI gauges, conformance against the AgentReady standard, every check with its status and summary, and a share link to the full report.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": { "type": "string", "description": "The website URL or domain to scan, e.g. \"example.com\"" }
        },
        "required": ["url"]
      }
    }
  ],
  "provider": {
    "name": "AgentGauge",
    "url": "https://www.agentgauge.ai",
    "email": "support@agentgauge.ai"
  },
  "documentation": "https://www.agentgauge.ai/agents"
}
