Skip to content
Back to agent-ready

Card snapshot

mcp.agent-ready.dev · 2026-09-14 12:50:52 UTC · 228f27aaa87bbfec19392fa93acf8401921c4ac9c0dc202106926ded42e8f212

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.

{
  "capabilities": {
    "pushNotifications": false,
    "streaming": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "description": "AI agent readability scanner. Scores any site against the Vercel Agent Readability Spec and llmstxt.org, and reports per-check remediation guidance.",
  "documentationUrl": "https://agent-ready.dev/docs/api",
  "name": "agent-ready",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "Agent Ready",
    "url": "https://agent-ready.dev"
  },
  "security": [
    {
      "bearer": []
    },
    {}
  ],
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "bearerFormat": "ar_live_",
        "description": "Agent Ready Pro API key (ar_live_\u2026). Required for scan_site and tasks/get; the ask skill is public. Issue a key at https://agent-ready.dev/dashboard/api-keys.",
        "scheme": "bearer"
      }
    }
  },
  "signatures": [
    {
      "protected": "eyJhbGciOiJFUzI1NiIsImprdSI6Imh0dHBzOi8vbWNwLmFnZW50LXJlYWR5LmRldi8ud2VsbC1rbm93bi9qd2tzLmpzb24iLCJraWQiOiJhZ2VudC1yZWFkeS1lczI1Ni0yMDI2LTA4LTIwIiwidHlwIjoiSk9TRSJ9",
      "signature": "cZnEdi9_S02iNscX59NtUoj3bgezTSzmmsx1XNGqR8B-cKuj8pNnjUyySeYxy_GIQzQyWkssaC2jtVSGINyTng"
    }
  ],
  "skills": [
    {
      "description": "Run the agent-ready scanner against a URL. Returns Vercel score, llmstxt.org score, per-check results, and discovered agentic-protocol endpoints. Send via message/send; a long scan returns a working Task whose id you poll with tasks/get.",
      "examples": [
        "Scan https://example.com for AI agent readability."
      ],
      "id": "scan_site",
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "name": "Scan a site",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "scan",
        "readability",
        "llms-txt",
        "mcp",
        "a2a"
      ]
    },
    {
      "description": "Fetch a completed or in-progress scan by its id via the A2A tasks/get method. Only scans owned by the authenticated API key's user are returned.",
      "examples": [
        "Get the result of scan abc123 via tasks/get."
      ],
      "id": "get_scan",
      "inputModes": [
        "application/json"
      ],
      "name": "Get a scan by id",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "scan",
        "read"
      ]
    },
    {
      "description": "Natural-language search (NLWeb) over Agent Ready's own methodology, check registry, and the specs it validates. Public \u2014 no API key required. Returns Schema.org-typed results.",
      "examples": [
        "How is the llms.txt score calculated?"
      ],
      "id": "ask",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "name": "Ask Agent Ready",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "ask",
        "nlweb",
        "search",
        "methodology"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0",
      "url": "https://agent-ready.dev/api/v1/a2a"
    }
  ],
  "url": "https://agent-ready.dev/api/v1/a2a",
  "version": "1.0.0"
}