FirstCycling MCP Server
@r-huijts
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"firstcycling": {
"command": "uv",
"args": [
"--directory",
"/path/to/server/directory",
"run",
"firstcycling.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论