Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Fathom Analytics in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Prova a chiedere
Prompt di esempio per Fathom Analytics
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Fathom Analytics, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Fathom Analytics
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Setup
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)
Prerequisiti: FATHOM_API_TOKEN
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli Fathom Analytics e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| 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 |
Prossimi passi
Questa guida ti è stata utile?