Back to Browse

Intervals Icu MCP Server

by Hhopke
Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.

About

Read/write Intervals.icu MCP server: activities, wellness, calendar, gear, and workouts.

Security Report

4.8
Use Caution4.8High Risk

The intervals-icu-mcp server demonstrates good security practices with proper authentication via environment variables, appropriate input validation, and a thoughtful delete safety mechanism. Code quality is solid with comprehensive error handling. Minor concerns include broad exception handling in some areas and a lack of explicit logging sanitization for sensitive data, but these do not represent significant security vulnerabilities. Permissions align well with the server's purpose as a fitness data aggregator. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Your Intervals.icu API key (from Settings → Developer)Required

Environment variable: INTERVALS_ICU_API_KEY

Your Intervals.icu athlete ID (e.g. i12345)Optional

Environment variable: INTERVALS_ICU_ATHLETE_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hhopke-intervals-icu-mcp": {
      "env": {
        "INTERVALS_ICU_API_KEY": "your-intervals-icu-api-key-here",
        "INTERVALS_ICU_ATHLETE_ID": "your-intervals-icu-athlete-id-here"
      },
      "args": [
        "intervals-icu-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!