{
  "schemaVersion": "0.0.1",
  "serverInfo": {
    "name": "citefit",
    "version": "1.0.0",
    "description": "CiteFit MCP Server — query AI search visibility data for tracked brands"
  },
  "endpoints": {
    "http": {
      "url": "https://www.citefit.com/api/mcp"
    },
    "sse": {
      "url": "https://www.citefit.com/api/mcp"
    }
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "type": "bearer",
    "description": "Provide a CiteFit API key as a Bearer token in the Authorization header. Generate keys at https://www.citefit.com/dashboard/account"
  },
  "tools": [
    { "name": "list_brands", "description": "List all brands tracked by the authenticated user" },
    { "name": "get_brand", "description": "Get a single brand including its prompts" },
    { "name": "get_visibility", "description": "Get daily visibility snapshots for a brand" },
    { "name": "get_recent_results", "description": "Get the most recent scan results for a brand" },
    { "name": "get_recommendations", "description": "Get AI-generated recommendations for improving brand visibility" },
    { "name": "get_alerts", "description": "Get unseen visibility alerts for a brand" },
    { "name": "trigger_scan", "description": "Trigger a manual brand scan" }
  ],
  "contact": "support@citefit.com",
  "homepage": "https://www.citefit.com"
}
