GymCam Analytics
GymCam Analytics
GymCam macht aus den Kameras, die ein Gym bereits besitzt, automatische Anwesenheits- und Trainer-Leistungsanalysen — keine neue Hardware, keine Check-ins.
Gib ihm den vorhandenen CCTV-Stream und den Kursplan; es erkennt Trainer, zählt Teilnehmer pro Kurs und berichtet, was tatsächlich passiert: welche Kurse voll, welche tot sind und welche Trainer den Raum füllen.
Warum
Gym-Besitzer verlassen sich auf ihr Bauchgefühl. Buchungssoftware (Mindbody, Glofox) erfasst nur Check-ins — und die Leute überspringen Check-ins, daher sind die Daten unvollständig. Hardware-Personenzähler (Density, V-Count) kosten Tausende und zählen Körper ohne Kontext.
GymCam nutzt, was bereits im Gebäude vorhanden ist, und ordnet die Zählungen Kursen und Trainern zu — genau das, was den Umsatz wirklich antreibt.
Related MCP server: Pierre Fitness Platform MCP Server
Was es berichtet
Tagesübersicht — durchgeführte Kurse, Gesamtanwesenheit, Top-Kurse
Trainer-Anwesenheit — tägliche/wöchentliche Auslastung und No-Show-Rate pro Trainer
Kursleistung — jeder Kurs nach Auslastung sortiert, sodass tote Kurse sofort sichtbar sind
Umsatzeinblicke — profitabelste vs. am wenigsten profitable Kurse
Installation
Ein einziger Befehl, direkt aus diesem Repo (erfordert uv):
uvx --from git+https://github.com/axelfreeman/gymcamanalytics gymcamVerbindung zu deinem KI-Agenten
Gleicher Befehl, pro Client eine andere Konfigurationsdatei.
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) und Windsurf (~/.codeium/windsurf/mcp_config.json) verwenden denselben JSON-Block wie Claude Desktop.
Claude Code:
claude mcp add gymcam -- uvx --from git+https://github.com/axelfreeman/gymcamanalytics gymcamAPI-Schlüssel
Die Tools benötigen einen API-Schlüssel. Hol dir einen kostenlos unter https://gymcamanalytics.com/get-key (100 kostenlose Abfragen, keine Kreditkarte) und setze ihn dann ein:
export GYMCAM_API_KEY=your_key_hereTools
Tool | Was es zurückgibt |
| Durchgeführte Kurse, Gesamtanwesenheit, Top-Kurse |
| Auslastung + No-Shows für einen Trainer (Tag/Woche) |
| Kurse nach Auslastung sortiert |
| Profitabelste vs. tote Kurse |
Status
Vor dem Launch. Der MCP-Server und das Tool-Schema sind live; die Tools geben Beispieldaten zurück, bis die Kameras deines Gyms angeschlossen sind. Registrieren für den Zugriff.
Lizenz
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