Read Fathom Analytics: list sites, get aggregated stats, and see current live visitors. Privacy-first web analytics.
55+ deploysclaude mcp add fathom --url https://datafaucet.dev/api/mcp/t/fathom
Run this command in your terminal · most users connect in under 60s
fathom_list_sites
List the sites tracked in the account. Returns data[] with id and name. Use a site id for stats queries.
https://api.usefathom.com/v1/sites
fathom_get_account
Get the account details. Returns id, name, and email.
https://api.usefathom.com/v1/account
fathom_current_visitors
Get the number of visitors on a site right now, with a breakdown by page and referrer. Returns total plus content/referrers arrays.
https://api.usefathom.com/v1/current_visitors?site_id={site_id}&detailed=true
fathom_get_stats
Get aggregated stats (visits, uniques, pageviews) for a site since a start date (YYYY-MM-DD). Returns an array with the totals.
https://api.usefathom.com/v1/aggregations?entity=pageview&entity_id={site_id}&aggregates=visits,uniques,pageviews&date_from={date_from}
fathom_top_pages
Get the top 10 pages by pageviews for a site since a start date (YYYY-MM-DD). Returns an array grouped by pathname with pageview counts.
https://api.usefathom.com/v1/aggregations?entity=pageview&entity_id={site_id}&aggregates=pageviews&field_grouping=pathname&sort_by=pageviews:desc&limit=10&date_from={date_from}
Run this in your terminal:
claude mcp add fathom https://datafaucet.dev/api/mcp/t/fathom
Connect Fathom Analytics to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{date_from}Your value{fathom_token}API settings page{site_id}Resource identifierPreview:
GET https://api.usefathom.com/v1/sites Authorization: Bearer {fathom_token}
claude mcp add fathom --url https://datafaucet.dev/api/mcp/t/fathomWhat your AI agent sees
I have access to 5 tools from Fathom Analytics: fathom_list_sites, fathom_get_account, fathom_current_visitors, and 2 more.
“List the sites tracked in the account. Returns data[] with id and name. Use a site id for stats queries.”
Calling fathom_list_sites... Done. Here are the results.
Try these prompts
“How many visitors are on my site right now?”
Copy“Show total visits and pageviews for my site this month”
Copy“What are my top 10 pages by pageviews since Jan 1?”
CopyClick any prompt to copy, then paste into your AI client.