69
/ 100
1 month ago
glama

fitMCP

A multi-platform fitness MCP server that syncs data from Garmin, Strava, Google Fit, and Suunto into a local DuckDB database and provides analytics tools via MCP.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 8 credentials: GARMIN_PASSWORD, GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN, STRAVA_CLIENT_SECRET, STRAVA_REFRESH_TOKEN, SUUNTO_CLIENT_SECRET, SUUNTO_REFRESH_TOKEN, SUUNTO_SUBSCRIPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDUCKDB_PATH./fitness.duckdb
configGARMIN_EMAILyour@email.com
🔐 secretGARMIN_PASSWORDyourpassword
configGARTH_HOME~/.garth # cached session token lives here
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
🔐 secretGOOGLE_REFRESH_TOKEN
configSTRAVA_CLIENT_ID
🔐 secretSTRAVA_CLIENT_SECRET
🔐 secretSTRAVA_REFRESH_TOKENPut the refresh_token from the response into . The
configSUUNTO_CLIENT_ID
🔐 secretSUUNTO_CLIENT_SECRET
🔐 secretSUUNTO_REFRESH_TOKEN
🔐 secretSUUNTO_SUBSCRIPTION_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gzarog-fitmcp-18htwh)](https://m8ven.ai/mcp/gzarog-fitmcp-18htwh)
commit: 93e4d51ba231e353a621a4cda98c21d91e5f0443
code hash: 1cd2e794cdc11699a4acc285743466b0da80092bfc122e165e9dcc8f0bd6bd1e
verified: 6/29/2026, 11:23:09 AM
view raw JSON →