{
  "name": "Agent Readiness Scanner",
  "version": "0.1.0",
  "protocolVersion": "0.2",
  "description": "Aigency's open scanner for AI-agent readiness. Probes any URL against ~19 open standards and returns a 0-5 readiness level with per-check evidence and remediation prompts.",
  "url": "https://agentready.aigency.ai",
  "interfaces": [
    {
      "transport": "http+json",
      "endpoint": "https://agentready.aigency.ai/api/scan"
    }
  ],
  "capabilities": {
    "streaming": false,
    "stateful": false,
    "auth": "none"
  },
  "skills": [
    {
      "id": "scan_site",
      "name": "Scan a site for agent readiness",
      "description": "Run the full check battery against a URL.",
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
