{
  "protocolVersion": "1.0",
  "name": "AgentReady",
  "description": "Audit any public website for AI-agent visibility and operability, return a machine-readable Fix Pack, and verify fixes after implementation.",
  "url": "https://www.agentready.me/",
  "provider": {
    "organization": "AgentReady.me",
    "url": "https://www.agentready.me/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.agentready.me/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "scan_url",
      "name": "Agent readiness scan",
      "description": "Scan a public URL for AI-agent readiness: protocol files, answer-shaped content, browser-agent operability, security posture, commerce surfaces.",
      "tags": ["audit", "aeo", "agent-readiness"]
    },
    {
      "id": "get_fix_pack",
      "name": "Fix Pack",
      "description": "Machine-readable prioritized fixes (stable ids, severity, remediation, acceptance criteria) for a scanned site.",
      "tags": ["fixes", "remediation"]
    },
    {
      "id": "verify_fixes",
      "name": "Verify fixes",
      "description": "Re-scan and diff against a previous Fix Pack: resolved ids, remaining ids, score delta.",
      "tags": ["verification"]
    }
  ],
  "interfaces": {
    "mcp": {
      "serverCard": "https://www.agentready.me/.well-known/mcp.json",
      "endpoint": "https://www.agentready.me/api/mcp",
      "transport": "streamable-http"
    },
    "openapi": "https://www.agentready.me/openapi.json"
  }
}
