Intervals.icu MCP Server
by B3r3z
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your Intervals.icu API key. Generate one via Settings > API. | |
| LOG_LEVEL | No | Logging level for the server. | INFO |
| ATHLETE_ID | Yes | Your Intervals.icu athlete ID, e.g., 'i12345' as found in your profile URL. | |
| FASTMCP_HOST | No | Host for the SSE MCP server. | 127.0.0.1 |
| FASTMCP_PORT | No | Port for the SSE MCP server. | 8765 |
| MCP_TRANSPORT | No | MCP transport mode. Use 'sse' for SSE transport. | |
| FASTMCP_LOG_LEVEL | No | Log level for the FastMCP server. | INFO |
| INTERVALS_ACCESS_MODE | No | Access mode: 'admin' exposes legacy and safe writes, 'coach' exposes only safe writes, and 'readonly' hides mutation tools. | |
| INTERVALS_API_BASE_URL | No | Base URL for the Intervals.icu API. | https://intervals.icu/api/v1 |
| INTERVALS_ARTIFACT_DIR | No | Directory for temporary activity data artifacts. | .runtime/artifacts |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |