← All posts

September 9, 2026

Connect the MCP server

The MCP server lets an AI agent read analytics, manage goals, and summarize session replays. Production serves it at https://app.atribusi.com/mcp.

{
  "mcpServers": {
    "atribusi": {
      "url": "https://app.atribusi.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ACCESS_TOKEN"
      }
    }
  }
}

Get a token from POST /api/auth/login. Full tool list and stdio setup: MCP server docs.