Integrations
Allows access to Fathom Analytics data including account information, sites management, events tracking, aggregated analytics reports, and real-time visitor tracking
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 엔드포인트와 인터페이스합니다.
- 계정 API :
https://api.usefathom.com/v1/account
- 사이트 API :
https://api.usefathom.com/v1/sites
- 이벤트 API :
https://api.usefathom.com/v1/sites/SITE_ID/events
- 집계 API :
https://api.usefathom.com/v1/aggregations
- 현재 방문자 API :
https://api.usefathom.com/v1/current_visitors
집계 예제
집계 도구는 매우 유연합니다. 다음은 몇 가지 사용 사례입니다.
- 지난 30일간의 일일 페이지뷰 통계 :
- 개별 페이지의 성능 :
- 특정 국가의 트래픽 :
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 도우미가 Fathom Analytics 데이터에 액세스할 수 있도록 하는 비공식 서버로, 사용자는 이를 통해 계정 정보, 사이트 통계, 이벤트, 집계 보고서, 실시간 방문자 추적 등을 검색할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA server that enhances AI assistants with the ability to update your JSON Resume by analyzing your coding projects, automatically extracting skills and generating professional descriptions.Last updated -33239TypeScriptThe Unlicense
- AsecurityFlicenseAqualityA server that provides advanced mathematical and financial calculation capabilities for AI code assistants, enabling them to perform complex calculations like symbolic calculus, numerical methods, and financial analysis without implementing algorithms directly.Last updated -181JavaScript
- -securityAlicense-qualityA 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 -2PythonGPL 3.0
- -securityAlicense-qualityA server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.Last updated -1,832MIT License