{
  "version": "1.0",
  "spec": "MCP server descriptor (Model Context Protocol, https://modelcontextprotocol.io). This card is a discovery document, not an A2A AgentCard: the endpoint below speaks MCP JSON-RPC (tools/list, tools/call) and does not implement A2A methods such as message/send or tasks/get. The skills array is a descriptive service catalog for human and LLM readers, not an invocable A2A skill set.",
  "name": "citability.dev",
  "description": "Forensic AI visibility audit SaaS. Implements the AVR (AI Visibility Readiness) Framework v1.1.0 with methodology disclosure, calibration receipts, and per-engine rigor. Differentiator from Semrush / BrightEdge / Conductor: ships a defensible board-grade audit deliverable, not a dashboard.",
  "operator": "Chudi Nnorukam",
  "contact": "chudi@chudi.dev",
  "homepage": "https://citability.dev",
  "skills": [
    {
      "id": "ai-visibility-audit",
      "name": "AI Visibility Audit (free + paid tiers)",
      "description": "Free Scan ($0 infrastructure-only) + paid live AI testing tiers. Returns AI-READY / FOUNDATION-READY / INFRASTRUCTURE-READY / NOT-READY verdicts with per-check evidence."
    },
    {
      "id": "geo-citation-test",
      "name": "Multi-Engine Citation Test (OpenAI / Perplexity / Claude / Gemini / Google AI Mode + AIO)",
      "description": "20 queries (brand + topic + long-tail + competitor) across the listed AI engines. Returns CITED / PARTIALLY_CITED / NOT_CITED verdicts with 95% confidence intervals and per-engine breakdown."
    },
    {
      "id": "agent-readiness-audit",
      "name": "Agent Readiness Tier (AVR v1.1.0 §2.11)",
      "description": "Presence-and-reachability check across four agent-facing surfaces: robots.txt, sitemap.xml, a WebMCP manifest (/.well-known/webmcp) and an agent card (/.well-known/agent.json). Scores how many of the four resolve; it does not validate any of them for conformance against its spec. Passes at 2 of 4 or better. Evidence class: emerging, not verified."
    },
    {
      "id": "citation-decay-rate-audit",
      "name": "Citation Decay Rate Audit (AVR v1.1.0 §8 retention metric)",
      "description": "Citation half-life + Decay slope + Displacement event detection + Citation Retention Rate computed from Bing AI Performance Report CSV + multi-engine polling. AVR treats citation retention and decay as first-class metrics rather than stopping at point-in-time visibility."
    },
    {
      "id": "off-site-authority-phase-1",
      "name": "Off-Site Authority (Entity Authority Tier Phase 1)",
      "description": "Wikipedia + Wikidata + Schema.org sameAs graph completeness checks (3 of planned 11 Entity Authority Tier sub-checks). Phase 2+ (mention counts, review platforms, Reddit, YouTube, listicles, LinkedIn, HARO) in development."
    }
  ],
  "endpoint": {
    "url": "/mcp",
    "protocol": "mcp",
    "rpc": "jsonrpc-2.0",
    "documentation": "https://citability.dev/docs/mcp"
  },
  "mcp": {
    "transport": "streamable-http",
    "connect_documentation": "https://citability.dev/docs/mcp",
    "capabilities": ["tools", "resources"],
    "public_tier": {
      "authentication": "none",
      "description": "Anonymous integrity checks over data that is already public. Tools carry _meta 'dev.citability/tier': 'public' with an empty required-scopes list.",
      "tools": ["verifyReceipt"],
      "resources": [
        "citability://methodology/receipts",
        "citability://calibration/latest"
      ]
    },
    "operator_tier": {
      "authentication": "citability.dev session or agent credential",
      "description": "17 native actions (scans, audits, monitoring, reporting, experiment/research reads, purpose-split crawler telemetry). Required scopes are published per tool via _meta 'dev.citability/required-scopes'; runFullAudit additionally requires per-call human approval."
    }
  },
  "pricing": {
    "free_tier": "scan / list_audit_tiers: $0",
    "paid_tier_entry": "AI Visibility Monitoring $49/month (or $490/year), Citation Gap Diagnostic from $1,500",
    "enterprise": "90-day pilot $18,000 fully credited, then an annual programme at $12,000/month"
  },
  "links": {
    "webmcp_manifest": "/.well-known/webmcp",
    "framework_authority": "https://chudi.dev/framework",
    "pricing": "https://citability.dev/pricing",
    "linkedin": "https://www.linkedin.com/in/chudinnorukam"
  },
  "metadata": {
    "manifest_version": "1.0",
    "published_at": "2026-05-22",
    "updated_at": "2026-08-16",
    "avr_version": "v1.1.0",
    "avr_section": "2.7 Agent Readiness (agent card sub-signal)",
    "review_cadence": "monthly"
  }
}
