Skip to content
Back to BotVisibility

Card snapshot

botvisibility.com · 2026-07-01 18:21:25 UTC · 7d2e0b05839943f8694def33a8ef25f0493e947c18a72a15cdc830afbd442c28

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": "BotVisibility",
  "description": "AI agent readiness scanner \u2014 scan any URL to check how visible and usable it is to AI agents. 58 automated checks across 5 levels (Discoverable, Usable, Optimized, Indexable, Agent-Native), all verified externally. Also exposes a live MCP server at /api/mcp (Streamable HTTP).",
  "url": "https://botvisibility.com",
  "api": {
    "type": "rest",
    "url": "https://botvisibility.com/api/scan",
    "documentation": "https://botvisibility.com/openapi.json"
  },
  "payments": {
    "model": "One scan, 58 checks across 5 levels. Humans scan free in the browser and via MCP; agents who need volume pay $0.10 USDC per scan on Solana via x402 through the self-hosted pay.sh gateway. No account, no API key.",
    "free": {
      "endpoint": "https://botvisibility.com/api/scan",
      "method": "GET|POST",
      "description": "The full 58-check report. Free up to a daily allowance per caller; beyond that it returns HTTP 402 pointing to the paid gateway."
    },
    "paid": {
      "endpoint": "https://pay.botvisibility.com/api/v1/scan-gateway",
      "method": "POST",
      "description": "The same 58-check report, pay-per-scan for agents needing volume.",
      "payment": {
        "protocol": "x402",
        "provider": "pay.sh",
        "price_usd": 0.1,
        "currency": "USDC",
        "network": "solana"
      }
    }
  },
  "capabilities": {
    "intentEndpoints": [
      "/api/scan"
    ],
    "auditLog": {
      "header": "x-request-id"
    },
    "toolSchemas": "/.well-known/skills/index.json",
    "sessions": {
      "endpoint": "/api/agent/sessions"
    },
    "scopedTokens": {
      "tokenEndpoint": "/api/agent/token",
      "scopes": [
        "scan:read"
      ],
      "expirySeconds": 3600
    },
    "sandbox": {
      "baseUrl": "https://botvisibility.com/api/sandbox"
    }
  },
  "features": [
    "scan-url",
    "check-agent-readiness",
    "openapi-mining",
    "badge-generation",
    "cli-scanning",
    "mcp-server",
    "webmcp",
    "x402-paid-report"
  ],
  "pages": {
    "scanner": "https://botvisibility.com",
    "white-papers": "https://botvisibility.com/white-papers",
    "discovery-gap": "https://botvisibility.com/discovery-gap",
    "agent-tax": "https://botvisibility.com/agent-tax",
    "token-illusion": "https://botvisibility.com/token-illusion",
    "mcp-resurrection": "https://botvisibility.com/mcp-resurrection",
    "checklist": "https://botvisibility.com/checklist",
    "cli": "https://botvisibility.com/cli",
    "claude-managed-agent": "https://botvisibility.com/claude-managed-agent",
    "wordpress-plugin": "https://botvisibility.com/wordpress-plugin",
    "badge": "https://botvisibility.com/badge",
    "contact": "https://botvisibility.com/contact"
  },
  "social": {
    "bluesky": "https://bsky.app/profile/botvisibility.bsky.social"
  },
  "contact": {
    "name": "Joey Janisheck",
    "url": "https://janisheck.com",
    "consulting": "https://botvisibility.com/contact"
  }
}