← cyclingcoachai.com
INDIVIDUAL MCP TOOL
get_languages_supported
Returns the 10 languages supported in Cycling Coach AI UI and AI coach: English, Spanish, French, German, Portuguese, Italian, Hungarian, Polish, Dutch, Chinese.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cyclingcoachai-com]
url = "https://cyclingcoachai.com/api/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cyclingcoachai-com": {
"type": "http",
"url": "https://cyclingcoachai.com/api/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cyclingcoachai-com
Remote MCP URL: https://cyclingcoachai.com/api/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cyclingcoachai-com": {
"url": "https://cyclingcoachai.com/api/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cyclingcoachai-com": {
"type": "http",
"url": "https://cyclingcoachai.com/api/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cyclingcoachai-com",
"transport": "streamable-http",
"url": "https://cyclingcoachai.com/api/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_pricing— Returns current Cycling Coach AI plans, prices in USD, billing periods, free trial duration, and signup URL.get_features— Returns the structured Cycling Coach AI feature list grouped by category (AI & Planning, AI Coach, Health & Wellness, Performance Analytics, Integrations & Export, Social).get_supported_integrations— Returns all platforms Cycling Coach AI integrates with (Strava, Garmin, Wahoo, Zwift, Rouvy, MyWhoosh, PDF), each with sync direction (in/out/bidirectional), capabilities, and setup links.check_device_compatibility— Checks if a specific cycling device (e.g.compare_with_alternatives— Returns a structured attribute comparison of Cycling Coach AI against a named competitor (e.g.get_use_cases— Returns Cycling Coach AI training use cases (FTP improvement, gran fondo, climbing, weight loss, return to cycling, criterium, gravel/MTB, maintenance) with target audience, typical duration in weeks, and recommended hours per week.get_company_info— Returns Cycling Coach AI company information: name, founded year, country, founders, contact email, social links, and press kit URL if available.