{
  "protocolVersion": "0.2",
  "name": "AgentFix Scanner",
  "description": "AI-agent-readiness scanner. Given a URL, returns a graded report across 33 checks (llms.txt, schema, agent-card, robots for AI bots, and more).",
  "version": "0.1.0",
  "url": "https://agentfix.pro/api/a2a",
  "provider": {
    "organization": "AgentFix",
    "url": "https://agentfix.pro"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": []
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "scan-url",
      "name": "Scan a URL for AI-agent readiness",
      "description": "Submit a URL. Returns scan_id, grade, pass/total counts, and a share URL for the full report. Poll via tasks/get with the returned id.",
      "tags": [
        "scanning",
        "ai-readiness",
        "seo",
        "llms.txt",
        "agent-card"
      ],
      "examples": [
        "Scan https://example.com and tell me the grade.",
        "How AI-agent-ready is stripe.com?"
      ]
    }
  ],
  "documentationUrl": "https://agentfix.pro/blog/a2a-agent-card-explained",
  "contact": {
    "email": "support@agentfix.pro"
  }
}