# Fathom Analytics

Access your Fathom Analytics data effortlessly through an AI assistant. Retrieve account details, manage sites, and generate insightful reports with real-time visitor tracking. Enhance your analytics…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mackenly/mcp-fathom-analytics

# Browse available tools
npx -y @smithery/cli@latest tool list mackenly/mcp-fathom-analytics

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mackenly/mcp-fathom-analytics get-account

# Call a tool
npx -y @smithery/cli@latest tool call mackenly/mcp-fathom-analytics get-account '{}'
```

## Tools (5)

- `get-account` — Get Fathom Analytics account information
- `list-sites` — List all Fathom Analytics sites on the account
- `list-events` — List all events for a Fathom Analytics site (automatically handles pagination)
- `get-aggregation` — Get aggregated analytics data from Fathom
- `get-current-visitors` — Get current visitors for a Fathom Analytics site

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mackenly/mcp-fathom-analytics <tool-name>
```

---

Source: https://github.com/mackenly/mcp-fathom-analytics | License: MIT
