GymCam Analytics
GymCam Analytics
GymCamは、ジムが既に持っているカメラを自動出席管理とトレーナー業績分析に変えます — 新しいハードウェアもチェックインも不要。
既存のCCTVストリームとクラススケジュールを入力するだけで、トレーナーを認識し、クラスごとの参加者を数え、実際に何が起きているかを報告します:どのクラスが満員か、どのクラスが閑散としているか、どのトレーナーが部屋を埋めているか。
なぜ
ジムオーナーは直感に頼っています。予約ソフトウェア(Mindbody、Glofox)はチェックインのみを記録しますが、人々はチェックインをスキップするため、データは不完全です。ハードウェアの人数カウンター(Density、V-Count)は数千ドルかかり、文脈なしに人数を数えるだけです。
GymCamは建物内に既にあるものを再利用し、カウントをクラスとトレーナーにマッピングします — 実際に収益を生むもの。
Related MCP server: Pierre Fitness Platform MCP Server
報告内容
今日のサマリー — 開催されたクラス、総参加者数、上位クラス
トレーナーの出席状況 — トレーナーごとの日次/週次の充足率と無断欠席率
クラスのパフォーマンス — 充足率でランク付けされた全クラス、閑散としたクラスが一目でわかる
収益インサイト — 最も収益性の高いクラスと低いクラス
インストール
このリポジトリから直接、1つのコマンドで(uvが必要):
uvx --from git+https://github.com/axelfreeman/gymcamanalytics gymcamAIエージェントに接続
同じコマンドで、クライアントごとに異なる設定ファイルを使用します。
Claude Desktop(claude_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 gymcamAPIキー
ツールにはAPIキーが必要です。https://gymcamanalytics.com/get-key で無料で取得できます(100回の無料ルックアップ、クレジットカード不要)。その後、設定してください:
export GYMCAM_API_KEY=your_key_hereツール
Tool | 戻り値 |
| 開催されたクラス、総参加者数、上位クラス |
| トレーナーの充足率と無断欠席(日/週) |
| 充足率でランク付けされたクラス |
| 最も収益性の高いクラスと閑散としたクラス |
ステータス
プレローンチ。MCPサーバーとツールスキーマは稼働中です。ジムのカメラが接続されるまで、ツールはサンプルデータを返します。アクセスにはサインアップしてください。
ライセンス
MIT © 2026 Axel Freeman
Maintenance
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
- Alicense-qualityDmaintenanceA 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.15MIT
- Flicense-quality-maintenanceConnects 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
- AlicenseAqualityBmaintenanceConnects 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.1946MIT

Kordi MCP Serverofficial
Alicense-qualityCmaintenanceTrack, analyze, and act on your streaming & SaaS subscriptions from any AI agent.MIT
Related MCP Connectors
Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.
Verified, sourced, real-time intelligence layer for AI agents.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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