Skip to content
Back to AiVIS Cite Ledger

Card snapshot

api.aivis.biz · 2026-06-06 11:39:44 UTC · 8715a2c948e0eb76675651effe9baf46a57dcfe970c3f059580552447313570b

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.

{
  "protocolVersion": "0.3.0",
  "name": "AiVIS Cite Ledger",
  "version": "1.0.0",
  "description": "Evidence-backed AI visibility agent. Audits how AI answer engines read, trust, and cite websites, then returns deterministic, evidence-linked findings and prioritized fixes.",
  "url": "https://api.aivis.biz/api/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://api.aivis.biz/api/mcp",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://api.aivis.biz/api/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "AiVIS Cite Ledger",
    "url": "https://aivis.biz"
  },
  "iconUrl": "https://aivis.biz/aivis-logo.png",
  "documentationUrl": "https://aivis.biz/api-docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "description": "AiVIS API key (avis_*) as Authorization: Bearer <key>."
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "visibility-audit",
      "name": "AI Visibility Audit",
      "description": "Audit a URL for AI citation readiness across seven weighted dimensions and return an evidence-linked score with prioritized fixes.",
      "tags": [
        "ai-visibility",
        "audit",
        "citation-readiness"
      ]
    },
    {
      "id": "citation-test",
      "name": "Citation Testing",
      "description": "Test whether AI answer engines actually cite or mention an entity for given queries using search-grounded retrieval.",
      "tags": [
        "citation",
        "answer-presence"
      ]
    },
    {
      "id": "competitor-comparison",
      "name": "Competitor Comparison",
      "description": "Compare your site against competitor URLs across visibility, entity clarity, and structured data.",
      "tags": [
        "competitors",
        "benchmark"
      ]
    },
    {
      "id": "domain-audit",
      "name": "Full Domain Audit",
      "description": "Crawl and audit a whole site, returning a weighted site score, heatmap, and site-level remediation.",
      "tags": [
        "domain",
        "site-audit"
      ]
    },
    {
      "id": "remediation",
      "name": "Remediation Planning",
      "description": "Generate prioritized, evidence-linked fixes with ready-to-paste code for gaps found in an audit.",
      "tags": [
        "remediation",
        "fixes"
      ]
    }
  ]
}