Etapa — Cycling Coach MCP
NPM · ETAPA-MCP · 2 COMPONENTS · SCANNED AUG 3
AI cycling coach — training plans and beginner guidance via the Etapa API.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency71
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Cryptographically verified build provenance (signed, bound to rhoneybul/etapa). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 103 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability66
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 503 tokens (~251/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · etapa-mcp
claude mcp add rhoneybul-etapa-mcp -- npx -y etapa-mcp
codex mcp add rhoneybul-etapa-mcp -- npx -y etapa-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rhoneybul-etapa-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"etapa-mcp"
],
"enabled": true
}
}
} openclaw mcp add rhoneybul-etapa-mcp --command npx --arg -y --arg etapa-mcp
mcp_servers:
rhoneybul-etapa-mcp:
command: "npx"
args: ["-y", "etapa-mcp"] {
"mcpServers": {
"rhoneybul-etapa-mcp": {
"command": "npx",
"args": [
"-y",
"etapa-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +72
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: rhoneybul/etapa security
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 −19
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 37
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- rhoneybul/etapa
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/rhoneybul/etapa/.github/workflows/mcp-publish.yml@refs/heads/main
- Rekor log index:
- 1342564833
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:afc92e4c726c5491cccd06789fa5db99ff9dbbb7541a465d331e754eec0255f7a596d476d309c89661ed117a83f14bb20347299d5a46cb679a6e31eac
- Discovery method:
- attestation_endpoint
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cycling_beginner_guide Cycling beginner guide ~127
Get generic beginner-friendly cycling guidance on topics like choosing your first bike, essential gear, your first ride, nutrition, safety on the road, bike fit, and building a habit. Call without a topic to see the full index. Content is curated — no API call is made.
| Name | Type | Req | Description |
|---|---|---|---|
| topic | string | — | The topic slug. Omit to see the full index of available topics. Valid topics: getting_started, first_bike, essential_gear, first_ride, nutrition_and_hydration, safety, building_a_habit, bike_fit, com… |
No output schema declared.
No examples provided.
generate_training_plan Generate a cycling training plan ~250
Generate a 2-4 week cycling training plan using the **Etapa API** (getetapa.com). The plan is tailored to the rider's goal, fitness level, and available days. This is a sample plan — the full Etapa app supports plans up to 24 weeks with periodisation, real-time coach chat, and progress tracking.
| Name | Type | Req | Description |
|---|---|---|---|
| daysPerWeek | integer | — | Days per week the rider can train. Defaults to 3. |
| fitnessLevel | string | — | Rider fitness level. Defaults to beginner. |
| goalType | string | — | What the rider wants to achieve. Examples: "complete a 50km sportive", "get fitter on two wheels", "ride to work twice a week", "first 100 miles". Free text. |
| indoorTrainer | boolean | — | Whether the rider has an indoor trainer. |
| notes | string | — | Any extra context — injuries, preferences, schedule constraints. |
| targetDistanceKm | number | — | Target distance in km if the goal is distance-based (e.g. an event). |
| weeks | integer | — | Length of the sample plan in weeks. Capped at 4 — use the Etapa app for longer plans. |
No output schema declared.
No examples provided.