Back to Browse

Igpsport MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation

About

iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation

Security Report

4.2
Use Caution4.2High Risk

igpsport-mcp is a well-structured MCP server for cycling data analysis with proper authentication and reasonable permissions. However, there are several security concerns: credentials are stored in plaintext JSON config files, SSL verification is disabled in HTTP clients, environment variable credentials could be logged, and sensitive token data may be exposed through exception messages. These issues are real but manageable with user awareness and incremental fixes. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

4 files analyzed · 19 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.

File System Read

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

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

system_info

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

What You'll Need

Set these up before or after installing:

iGPSport account (phone for CN, email for intl)Required

Environment variable: IGPSPORT_USERNAME

PasswordRequired

Environment variable: IGPSPORT_PASSWORD

Region: cn (default) or intlOptional

Environment variable: IGPSPORT_REGION

Functional Threshold Power in wattsOptional

Environment variable: IGPSPORT_FTP

Lactate Threshold Heart Rate in bpmOptional

Environment variable: IGPSPORT_LTHR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dengxuhui-igpsport-mcp": {
      "env": {
        "IGPSPORT_FTP": "your-igpsport-ftp-here",
        "IGPSPORT_LTHR": "your-igpsport-lthr-here",
        "IGPSPORT_REGION": "your-igpsport-region-here",
        "IGPSPORT_PASSWORD": "your-igpsport-password-here",
        "IGPSPORT_USERNAME": "your-igpsport-username-here"
      },
      "args": [
        "igpsport-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!