Wahoo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WAHOO_AUTH_HOST | No | Auth server bind address (default: localhost) | localhost |
| WAHOO_AUTH_PORT | No | Auth server port (default: 8080) | 8080 |
| WAHOO_CLIENT_ID | No | Your Wahoo Client ID | |
| WAHOO_TOKEN_FILE | Yes | Path to store OAuth tokens (required) | |
| WAHOO_CLIENT_SECRET | No | Your Wahoo Client Secret | |
| WAHOO_REDIRECT_HOST | No | OAuth callback host (default: uses WAHOO_AUTH_HOST) | |
| WAHOO_REDIRECT_PORT | No | OAuth callback port (default: uses WAHOO_AUTH_PORT) | |
| WAHOO_REDIRECT_SCHEME | No | URL scheme - http or https (default: http) | http |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workoutsC | List workouts from Wahoo Cloud API |
| get_workoutB | Get detailed information about a specific workout |
| list_routesC | List routes from Wahoo Cloud API |
| get_routeB | Get detailed information about a specific route |
| list_plansC | List plans from Wahoo Cloud API |
| get_planC | Get detailed information about a specific plan |
| create_planC | Create a new plan in the user's library |
| list_power_zonesB | List power zones from Wahoo Cloud API |
| get_power_zoneB | Get detailed information about a specific power zone |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/armonge/wahoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server