Skip to main content
Glama
axelfreeman

GymCam Analytics

by axelfreeman

GymCam Analytics

GymCam 将健身房已有的摄像头转化为自动出勤与教练绩效分析——无需新硬件,无需签到

接入现有的 CCTV 视频流和课程表;它能识别教练、统计每节课的到场人数,并报告实际情况:哪些课满员,哪些课冷清,哪些教练能坐满教室。

为什么

健身房老板靠直觉经营。预订软件(Mindbody、Glofox)只能捕捉签到记录——而人们会跳过签到,所以数据不完整。硬件人流量计数器(Density、V-Count)花费数千美元,却只能数人头而没有上下文。

GymCam 复用场馆已有的设备,并将人数统计映射到课程和教练——这才是真正驱动营收的因素。

Related MCP server: Pierre Fitness Platform MCP Server

报告内容

  • 今日概览 — 已开课程、总出勤人数、热门课程

  • 教练出勤 — 每位教练的日/周满课率和缺席率

  • 课程表现 — 所有课程按满课率排名,冷门课程一目了然

  • 营收洞察 — 最赚钱与最不赚钱的课程对比

安装

一条命令,直接从此仓库安装(需要 uv):

uvx --from git+https://github.com/axelfreeman/gymcamanalytics gymcam

连接到你的 AI 代理

同样的命令,每个客户使用不同的配置文件。

Claude Desktopclaude_desktop_config.json):

{"mcpServers": {"gymcam": {"command": "uvx", "args": ["--from", "git+https://github.com/axelfreeman/gymcamanalytics", "gymcam"]}}}

Codex~/.codex/config.toml):

[mcp_servers.gymcam]
command = "uvx"
args = ["--from", "git+https://github.com/axelfreeman/gymcamanalytics", "gymcam"]

Cursor.cursor/mcp.json)和 Windsurf~/.codeium/windsurf/mcp_config.json)使用与 Claude Desktop 相同的 JSON 配置块。

Claude Code:

claude mcp add gymcam -- uvx --from git+https://github.com/axelfreeman/gymcamanalytics gymcam

API 密钥

工具需要 API 密钥。在 https://gymcamanalytics.com/get-key 免费获取一个(100 次免费查询,无需信用卡),然后进行设置:

export GYMCAM_API_KEY=your_key_here

工具

工具

返回内容

get_today_summary

已开课程、总出勤人数、热门课程

get_trainer_attendance

教练的满课率 + 缺席次数(日/周)

get_class_performance

按满课率排名的课程

get_revenue_insights

最赚钱与冷门课程对比

状态

预发布阶段。MCP 服务器和工具模式已上线;在您的健身房摄像头接入之前,工具返回示例数据。注册 获取访问权限。

许可证

MIT © 2026 Axel Freeman

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive AI-powered fitness tracking application that enables AI tools to interact intelligently with user fitness data, providing personalized workout plans, nutrition tracking, and progress analysis through natural language.
    15
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    Connects AI assistants to fitness data from over 150 wearables including Strava, Garmin, and Fitbit through the Model Context Protocol. It provides 47 tools for sports science-based analysis, training load management, recovery tracking, and personalized nutrition planning.
    16
  • A
    license
    A
    quality
    B
    maintenance
    Connects AI agents to Iridium fitness data to query workout history, nutrition logs, and body measurements. It enables users to track exercise progress, training volume, and personalized trainer analysis through natural language.
    19
    46
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/axelfreeman/gymcamanalytics'

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