{
  "name": "GhostedByAI",
  "description": "AI visibility scanner — check if AI platforms (ChatGPT, Perplexity, Gemini, Claude) mention and recommend your brand.",
  "version": "1.0.0",
  "tools": [
    {
      "name": "ghostedbyai_scan",
      "description": "Scan a brand or URL for AI visibility. Returns a Ghost Score (0-100) with per-platform breakdown across ChatGPT, Perplexity, Gemini, and Claude.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "The URL or brand website to scan for AI visibility"
          }
        },
        "required": ["url"]
      }
    },
    {
      "name": "ghostedbyai_audit",
      "description": "Get a pre-computed AI visibility audit for a known brand. Returns Ghost Score, platform scores, competitor analysis, and recommendations.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "brand": {
            "type": "string",
            "description": "Brand slug (e.g., 'nike', 'stripe', 'notion', 'shopify')"
          }
        },
        "required": ["brand"]
      }
    }
  ],
  "resources": [
    {
      "uri": "https://ghostedbyai.co/llms.txt",
      "name": "GhostedByAI Overview",
      "description": "Product overview, features, pricing, and documentation for LLMs",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://ghostedbyai.co/llms-full.txt",
      "name": "GhostedByAI Full Documentation",
      "description": "Complete documentation including API usage, scoring methodology, and integration guides",
      "mimeType": "text/plain"
    }
  ]
}
