Skip to content
Back to AgentFix Scanner

Card snapshot

agentfix.pro · 2026-07-07 00:13:58 UTC · e243f0f93fa9c5ac1b38f3dc6c42a490ee87ae1ebd04d27598f4b30f9664d471

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
  }
}