MCP.so
Sign In
Servers
E

Etapa

@rhoneybul

Etapa is an AI cycling coach for beginners. The MCP exposes two tools: `generate_training_plan` (2-4 week plans powered by the Etapa API) and `cycling_beginner_guide` (advice on bikes, gear, safety). Free, no account.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "etapa": {
      "command": "npx",
      "args": [
        "-y",
        "etapa-mcp"
      ]
    }
  }
}

More from Other