Back to ora

Card snapshot

ora.ai · 2026-05-23 09:08:00 UTC · 3f88f3511705d75821585f7d8c4b2131e71531ca6121191737b46bb1bbc3b520

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.

{
  "name": "ora",
  "description": "Agent-readiness scanner that scores websites on a 0-100 scale across five layers: Discovery, Identity, Access, Integration, and User Experience.",
  "url": "https://ora.ai",
  "version": "1.0.0",
  "skills": [
    {
      "name": "scan_domain",
      "description": "Scan a website for agent-readiness and return a score, grade, and layer-by-layer breakdown.",
      "input": {
        "url": "The domain or URL to scan (e.g. stripe.com)",
        "mcpUrl": "Optional MCP server URL to test"
      }
    },
    {
      "name": "get_score",
      "description": "Get the cached agent-readiness score for a previously scanned domain.",
      "input": {
        "domain": "The domain to look up (e.g. stripe.com)"
      }
    },
    {
      "name": "get_leaderboard",
      "description": "Get the ranked leaderboard of domains by agent-readiness score.",
      "input": {
        "category": "Optional category filter (e.g. AI, Fintech)",
        "limit": "Max number of results (default 25)"
      }
    }
  ],
  "provider": {
    "name": "ora",
    "url": "https://ora.ai"
  }
}