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