Skip to content
Back to AI Visibility Checker

Card snapshot

aivisibility.agentexchange.work · 2026-06-10 02:20:22 UTC · 3bc122cc90967f62c9b3ec9522b6ecd782e6b0fede4b2661026fc588e8ef850f

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": "AI Visibility Checker",
  "description": "Checks whether AI assistants (ChatGPT, Perplexity, Google AI Overviews) recommend a brand, and audits a site's readiness for AI agents. Free.",
  "url": "https://aivisibility.agentexchange.work",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "AI Visibility Checker",
    "url": "https://aivisibility.agentexchange.work"
  },
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "preferredTransport": "JSONRPC",
  "endpoints": {
    "mcp": "https://aivisibility.agentexchange.work/mcp",
    "a2a": "https://aivisibility.agentexchange.work/a2a"
  },
  "skills": [
    {
      "id": "check_ai_visibility",
      "name": "Check AI Visibility",
      "description": "Does AI recommend this brand in its category? Returns a 0-100 score, mention rate, and competitor share-of-voice.",
      "tags": [
        "geo",
        "aeo",
        "ai-search",
        "brand",
        "seo"
      ],
      "examples": [
        "Does ChatGPT recommend Notion for project management?"
      ]
    },
    {
      "id": "check_agent_readiness",
      "name": "Check Agent Readiness",
      "description": "Is a website ready for AI agents to discover and use it? Audits crawler access, llms.txt, schema, manifest.",
      "tags": [
        "agentic-commerce",
        "crawler",
        "llms-txt",
        "schema"
      ],
      "examples": [
        "Is acme.com ready for AI shopping agents?"
      ]
    }
  ]
}