Skip to content
Back to AgentReady

Card snapshot

www.agentready.me · 2026-07-22 09:13:56 UTC · 6806295a903d4b225365a4975565acb96145b8a5611ea623b82a92a6cc12c665

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