# etapa

Etapa is an AI cycling coach for beginners and returning riders. Most cycling apps assume you already speak the language (FTP, TSS, zone 2). Etapa doesn't. The MCP exposes two tools: `generate_traini…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add honeybulr/etapa

# Browse available tools
npx -y @smithery/cli@latest tool list honeybulr/etapa

# Get full schema for a tool
npx -y @smithery/cli@latest tool get honeybulr/etapa generate_training_plan

# Call a tool
npx -y @smithery/cli@latest tool call honeybulr/etapa generate_training_plan '{}'
```

## Direct MCP Connection

Endpoint: `https://etapa--honeybulr.run.tools`

## Tools (2)

- `generate_training_plan` — Generate a 2-4 week cycling training plan using the **Etapa API** (getetapa.com). The plan is tailored to the rider's g…
- `cycling_beginner_guide` — Get generic beginner-friendly cycling guidance on topics like choosing your first bike, essential gear, your first ride…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get honeybulr/etapa <tool-name>
```
