Skip to main content
Glama

MCP Fathom Analytics

by mackenly

MCP Fathom 분석

AI 어시스턴트를 통해 Fathom Analytics 데이터에 액세스하기 위한 비공식 모델 컨텍스트 프로토콜( MCP ) 서버입니다. 이 구현은 Fathom Analytics API와 상호 작용하기 위해 @mackenly/fathom-api 비공식 SDK를 사용합니다. Fathom Analytics와 제휴, 보증 또는 지원되지 않습니다. npx 스크립트로 npm 에 게시됩니다.

특징

MCP 서버는 다음과 같은 Fathom Analytics 도구를 제공합니다.

계정 정보

  • get-account : Fathom Analytics 계정에 대한 세부 정보를 검색합니다.

사이트 관리

  • list-sites : 모든 Fathom Analytics 사이트를 나열합니다.

이벤트

  • list-events : 특정 사이트의 이벤트 목록

해석학

  • get-aggregation : 유연한 필터링 및 그룹화 옵션을 사용하여 집계된 분석 보고서를 생성합니다.

방문자 추적

  • get-current-visitors : 현재 사이트 방문자에 대한 실시간 데이터를 가져옵니다.

용법

Claude Desktop을 사용하는 경우 JSON 구성을 사용하여 MCP 서버를 추가할 수 있습니다( 자세한 내용은 여기를 참조하세요 ). 다음은 예시입니다.

지엑스피1

다른 MCP 클라이언트에 대한 자세한 내용은 여기에서 확인할 수 있습니다. 모델 컨텍스트 프로토콜 예제 클라이언트

API 구조

MCP 서버는 @mackenly/fathom-api SDK를 사용하여 Fathom Analytics API 엔드포인트와 인터페이스합니다.

  1. 계정 API : https://api.usefathom.com/v1/account

  2. 사이트 API : https://api.usefathom.com/v1/sites

  3. 이벤트 API : https://api.usefathom.com/v1/sites/SITE_ID/events

  4. 집계 API : https://api.usefathom.com/v1/aggregations

  5. 현재 방문자 API : https://api.usefathom.com/v1/current_visitors

집계 예제

집계 도구는 매우 유연합니다. 다음은 몇 가지 사용 사례입니다.

  1. 지난 30일간의 일일 페이지뷰 통계 :

{ "entity": "pageview", "entity_id": "SITE_ID", "aggregates": "pageviews,uniques,visits", "date_grouping": "day", "date_from": "2023-08-01 00:00:00" }
  1. 개별 페이지의 성능 :

{ "entity": "pageview", "entity_id": "SITE_ID", "aggregates": "pageviews,uniques,avg_duration", "field_grouping": "pathname", "sort_by": "pageviews:desc", "limit": 10 }
  1. 특정 국가의 트래픽 :

{ "entity": "pageview", "entity_id": "SITE_ID", "aggregates": "visits", "field_grouping": "country_code", "sort_by": "visits:desc" }

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Provides comprehensive access to Roam Research's API functionality. This server enables AI assistants like Claude to interact with your Roam Research graph through a standardized interface.
    Last updated -
    26
    67
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    A server that enables AI assistants like Claude to safely run Python code and access websites, processing data for better AI understanding while providing helpful error messages.
    Last updated -
    3
    GPL 3.0
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    A server that enables AI assistants to control a browser through tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
    Last updated -
  • A
    security
    A
    license
    A
    quality
    Provides seamless integration between AI assistants and Prometheus, enabling natural language interactions with your monitoring infrastructure. This server allows for effortless querying, discovery, and analysis of metrics.
    Last updated -
    10
    61
    22
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mackenly/mcp-fathom-analytics'

If you have feedback or need assistance with the MCP directory API, please join our Discord server