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 + ChatGPT
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
FATHOM_API_TOKEN
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
Fathom Analytics - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
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 |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.