FirstCycling MCP Server
@r-huijts
About FirstCycling MCP Server
This is a Model Context Protocol (MCP) server that provides professional cycling data from FirstCycling. It allows you to retrieve information about professional cyclists, race results, and more.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"firstcycling": {
"command": "uv",
"args": [
"--directory",
"/path/to/server/directory",
"run",
"firstcycling.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is FirstCycling MCP Server?
A Model Context Protocol (MCP) server that provides professional cycling data from FirstCycling. It allows users to retrieve comprehensive information about professional cyclists, race results, race details, and historical cycling data for use with MCP-compatible clients like Claude.
How to use FirstCycling MCP Server?
Install using uv venv and uv pip install -e .. Test via uv run mcp dev firstcycling.py. Integrate with Claude for Desktop by adding a server entry in the claude_desktop_config.json configuration file.
Key features of FirstCycling MCP Server?
- Retrieve detailed rider biographical information
- Access race results, startlists, and stage profiles
- Search for riders and races by name
- Explore career progression and team history
- Analyze Grand Tour, Monument, and one-day race results
Use cases of FirstCycling MCP Server?
- Track and compare professional cyclists' performances over multiple seasons
- Research historical race results and victory tables for sports journalism
- Educate audiences about cycling events and rider careers
- Analyze team compositions and rider specializations
FAQ from FirstCycling MCP Server
What data does FirstCycling MCP Server provide?
It provides professional cycling data including rider information, race results, Grand Tour results, Monument classics results, career victories, race overviews, startlists, stage profiles, and historical data.
How is the data retrieved?
The server uses the FirstCycling API, which fetches data by web scraping the FirstCycling website.
What are the system requirements?
Python 3.10+ and the uv package manager. Dependencies are listed in pyproject.toml including mcp, beautifulsoup4, lxml, pandas, and slumber.
How do I integrate with Claude for Desktop?
Edit the Claude config file (claude_desktop_config.json) and add a server entry pointing to the server directory with "command": "uv" and "args": ["--directory", "/path/to/server", "run", "firstcycling.py"].
Can I search for specific riders or races?
Yes, the server provides search_rider and search_race tools to find riders and races by name, returning IDs and basic information.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments