MCP Server
MCP
io.github.dengxuhui/igpsport-mcp
iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation
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
By
Comments
Sign in to leave a comment