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
[project]
name = "firstcycling"
version = "0.1.0"
description = "FirstCycling MCP server for accessing professional cycling data"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.5.0",
"beautifulsoup4",
"lxml",
"numpy",
"pandas",
"python-dateutil",
"pytz",
"requests",
"slumber",
"soupsieve",
]