Skip to content
Back to AI visibility checker

Card snapshot

ai-visibility.lastminutedealshq.com · 2026-09-19 05:40:59 UTC · 0ad560021b415f8d65a89c92c9b4786cb2d2d206ec3d97b9d9ba7b35ae3dc569

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": "Free, no-auth, CORS-open REST API that checks a site's AI-crawler access in robots.txt, generates or validates an llms.txt, and lints a robots.txt for AI-crawler mistakes. This is a plain REST API, not an A2A JSON-RPC agent - full spec at /openapi.json.",
  "url": "https://ai-visibility.lastminutedealshq.com",
  "protocol": "rest",
  "provider": {
    "organization": "Last Minute Deals HQ LLC",
    "url": "https://lastminutedealshq.com/about"
  },
  "version": "1.0.0",
  "documentationUrl": "https://ai-visibility.lastminutedealshq.com/for-agents",
  "openApiUrl": "https://ai-visibility.lastminutedealshq.com/openapi.json",
  "license": "The API endpoints have no separate license, use them freely. The dataset at https://ai-visibility.lastminutedealshq.com/data/census.json is CC BY 4.0 (cite back to https://ai-visibility.lastminutedealshq.com/data).",
  "skills": [
    {
      "id": "check",
      "description": "Check a site's AI search visibility",
      "endpoint": "https://ai-visibility.lastminutedealshq.com/check?url={site}"
    },
    {
      "id": "llms-txt-generate",
      "description": "Generate an llms.txt for a site",
      "endpoint": "https://ai-visibility.lastminutedealshq.com/api/llms-txt/generate?url={site}"
    },
    {
      "id": "llms-txt-validate",
      "description": "Validate an existing llms.txt",
      "endpoint": "https://ai-visibility.lastminutedealshq.com/api/llms-txt/validate?url={site}"
    },
    {
      "id": "robots-lint",
      "description": "Lint a robots.txt for AI-crawler mistakes",
      "endpoint": "https://ai-visibility.lastminutedealshq.com/api/robots-lint?url={site}"
    }
  ],
  "plannedPaidTier": {
    "status": "planned, not built",
    "preview": "https://ai-visibility.lastminutedealshq.com/api/monitor"
  },
  "mcpUrl": "https://ai-visibility.lastminutedealshq.com/mcp"
}