Skip to main content
Glama

FirstCycling MCP Server

by r-huijts
MIT License
14
  • Apple
test_rider.py338 B
from first_cycling_api import Rider import vcr my_vcr = vcr.VCR(cassette_library_dir='tests/vcr_cassettes/rider', path_transformer=vcr.VCR.ensure_suffix('.yaml')) @my_vcr.use_cassette() def test_roglic_2020_results(): roglic = Rider(18655) results_2020 = roglic.year_results(2020) assert results_2020.results_df['UCI'].max() == 850

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/r-huijts/firstcycling-mcp'

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