← Back to Plugins
MCP Server MCP

io.github.dengxuhui/igpsport-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx igpsport-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "igpsport-mcp",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "iGPSport account (phone for CN, email for intl)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "IGPSPORT_USERNAME"
        },
        {
          "description": "Password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "IGPSPORT_PASSWORD"
        },
        {
          "description": "Region: cn (default) or intl",
          "format": "string",
          "name": "IGPSPORT_REGION"
        },
        {
          "description": "Functional Threshold Power in watts",
          "format": "string",
          "name": "IGPSPORT_FTP"
        },
        {
          "description": "Lactate Threshold Heart Rate in bpm",
          "format": "string",
          "name": "IGPSPORT_LTHR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...