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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Fathom Analytics, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Fathom Analytics + Claude
Read Fathom Analytics (privacy-friendly web analytics) from any AI agent: aggregations, pageviews, events, sites, custom domains. 6 tools, Bearer auth.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
FATHOM_API_TOKEN
Шаг 1 — Получите учётные данные
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)
Шаг 2 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
Fathom Analytics - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| 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
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.