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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Fathom Analytics, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Fathom Analytics
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Configuración
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)
Requisitos previos: FATHOM_API_TOKEN
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige Fathom Analytics e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| 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 |