43
grade D
12 days ago
glama

coros-workout-mcp

Enables Claude to design strength workouts and push them directly to COROS watches via the Training Hub API. It supports searching an exercise catalog, creating workout routines, and listing existing workouts.

Install from

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

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — update_exercises (line 328: writeFileSync(catalogPath, JSON.stringify(catalog, null, 2)))
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: COROS_PASSWORD
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.
configCOROS_EMAILclaude mcp add coros-workout -e =you@example.com -e COROS_PASSWORD=yourpass -e COROS_REGION=eu -- node /path/to/coros-workout-mcp/dist/src/index.js
🔐 secretCOROS_PASSWORDclaude mcp add coros-workout -e COROS_EMAIL=you@example.com -e =yourpass -e COROS_REGION=eu -- node /path/to/coros-workout-mcp/dist/src/index.js
configCOROS_REGIONclaude mcp add coros-workout -e COROS_EMAIL=you@example.com -e COROS_PASSWORD=yourpass -e =eu -- node /path/to/coros-workout-mcp/dist/src/index.js
// 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 6 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/rowlando-coros-workout-mcp-1oo9i4)](https://m8ven.ai/mcp/rowlando-coros-workout-mcp-1oo9i4)
commit: 9cac3ac7447693e38ff457b93ae8e3e46e8d5dc0
code hash: 46dea9e734f2c6734ef20416f4cf5ff8a75902bbab99a1a9c1b57116701a4bdf
verified: 4/11/2026, 2:44:05 PM
view raw JSON →