Intervals.icu MCP Server
by farhoodlabs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | An Intervals.icu API key (Settings → API on intervals.icu). Used in local/single-user fallback mode. | |
| ATHLETE_ID | No | Your athlete id, e.g. i12345 (from the intervals.icu URL). Must match i?\d+. | |
| MCP_ISSUER | No | OAuth token issuer. | |
| DATABASE_URL | No | Async Postgres DSN (postgresql+asyncpg://…) for the shared user store. | |
| FASTMCP_HOST | No | HTTP bind host. | |
| FASTMCP_PORT | No | HTTP bind port. | |
| MCP_JWKS_URI | No | The JWKS endpoint URL. | |
| MCP_RESOURCE | No | The /mcp resource URL. | |
| MCP_TRANSPORT | No | Transport type: stdio, sse, or http/streamable-http. | stdio |
| FASTMCP_LOG_LEVEL | No | Log level for FastMCP. | |
| INTERVALS_ENC_KEY | No | Base64-encoded 32-byte AES-256-GCM key used to encrypt stored API keys. | |
| MCP_JSON_RESPONSE | No | HTTP tuning flag (true/false). | |
| MCP_STATELESS_HTTP | No | HTTP tuning flag (true/false). | |
| INTERVALS_API_BASE_URL | No | Base URL for the Intervals.icu API. | https://intervals.icu/api/v1 |
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 | |
Latest Blog Posts
- 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/farhoodlabs/intervalsicu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server