Server data from the Official MCP Registry
iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation
iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: IGPSPORT_USERNAME
Environment variable: IGPSPORT_PASSWORD
Environment variable: IGPSPORT_REGION
Environment variable: IGPSPORT_FTP
Environment variable: IGPSPORT_LTHR
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.