No install? Use cloud.anythingmcp.com directly.
Sign in, install the Fathom Analytics in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Fathom Analytics klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
Fathom Analytics
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Einrichtung
com/api).
Setup:
- Sign in to https://app.usefathom.com → top-right avatar → Account → API Keys → Generate a new API key.
- Pick scopes: at minimum 'sites:read' + 'aggregations:read'.
- Set
FATHOM_API_TOKEN.
Authentication: Authorization: Bearer ${FATHOM_API_TOKEN}.
Aggregations API: the most useful — flexible querying like Stripe Sigma. Pass entity, entity_id, aggregates, date_grouping, filters, etc. Returns rows of data.
…(continued in the in-app connector instructions)
Voraussetzungen: FATHOM_API_TOKEN
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle Fathom Analytics und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
fathom_current_user | Return account info: id, name, email |
fathom_list_sites | List Fathom sites tracked |
fathom_list_events | List events (conversion goals) for a site |
fathom_aggregations | Run an aggregation query — Fathom's main analytics endpoint |
fathom_current_visitors | Get the current number of visitors on a site (real-time) |
fathom_create_event | Create a new event (conversion goal) for a site |