Skip to main content
Glama

Intervals.icu MCP Server

by mvilanova
sample_data.py838 B
""" Sample data for testing Intervals.icu MCP server functions. This module contains test data structures used across the test suite. """ INTERVALS_DATA = { "id": "i1", "analyzed": True, "icu_intervals": [ { "type": "work", "label": "Rep 1", "elapsed_time": 60, "moving_time": 60, "distance": 100, "average_watts": 200, "max_watts": 300, "average_watts_kg": 3.0, "max_watts_kg": 5.0, "weighted_average_watts": 220, "intensity": 0.8, "training_load": 10, "average_heartrate": 150, "max_heartrate": 160, "average_cadence": 90, "max_cadence": 100, "average_speed": 6, "max_speed": 8, } ], }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mvilanova/intervals-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server