{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.chadanalytics/chad",
  "title": "Chad Analytics",
  "description": "Read-only website analytics, AI referrals, crawlers, goals, revenue, and funnels.",
  "websiteUrl": "https://chadanalytics.com/docs/mcp",
  "icons": [
    {
      "src": "https://chadanalytics.com/assets/chad-slack-icon.png",
      "mimeType": "image/png"
    }
  ],
  "version": "0.2.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://chadanalytics.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "value": "Bearer {chad_mcp_token}",
          "variables": {
            "chad_mcp_token": {
              "description": "Read-only credential issued privately by /chad mcp in Slack.",
              "isRequired": true,
              "isSecret": true,
              "placeholder": "chad_mcp_…"
            }
          }
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "setupPackage": "@chadanalytics/mcp-setup",
      "setupPackageVersion": "0.1.0",
      "note": "The npm package configures clients for the hosted remote; it is not an MCP server runtime."
    }
  }
}
