Quickstart
From zero to your first training-data call in three steps.
1. Create a Coach Icarus account
Sign up at coachicarus.com and connect your Garmin account so there is training data to query.
2. Generate a personal API key
In the dashboard, go to Settings → API keys and create a key. The raw key (starting with ick_live_) is shown once — copy it into your secret manager immediately. See the authentication guide for the full details.
3. Connect over MCP
Add the hosted MCP server to your AI client:
claude mcp add --transport http coach-icarus https://api.coachicarus.com/mcp --header "X-API-Key: ick_live_YOUR_KEY"Then ask: “What were my last three runs?” Explore all twelve tools on the MCP server page.
Prefer raw HTTP?
The public discovery endpoint needs no key at all:
curl https://www.coachicarus.com/api/v1/agent