{
  "protocolVersion": "0.2.0",
  "name": "IsItAgentReady",
  "description": "Scores any website for AI-agent readiness on a 100-point navigability scale, with a public leaderboard and a remediation playbook.",
  "url": "https://itisagentready.com/.well-known/agent-card.json",
  "version": "1.0.0",
  "provider": {
    "organization": "MahoneyContextProtocol",
    "url": "https://itisagentready.com"
  },
  "documentationUrl": "https://itisagentready.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "scan-agent-readiness",
      "name": "Scan Agent Readiness",
      "description": "Score a URL's readiness for AI agents (0-100) with a per-check breakdown and remediation.",
      "tags": ["audit", "agent-readiness", "discovery", "mcp", "a2a"],
      "examples": ["Is https://example.com ready for AI agents?"]
    },
    {
      "id": "view-leaderboard",
      "name": "View Leaderboard",
      "description": "Read the public agent-readiness leaderboard and the field's most common failures.",
      "tags": ["leaderboard", "benchmark"],
      "examples": ["Show the top agent-ready sites."]
    }
  ]
}
