pcs-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pcs-mcpShow me Tadej Pogacar's 2024 season results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pcs-mcp
MCP server exposing ProCyclingStats teams,
riders, and races data, built on top of the
procyclingstats scraping
library. Intended for digging into historical results and building custom
rankings on top of raw PCS data.
PCS has no official API, so this server scrapes site pages. URLs may break
if PCS changes its HTML; keep the procyclingstats dependency up to date.
Tools
Every tool takes a relative PCS URL path (the same paths you'd see in your browser, minus the domain) so you can reach any season, race edition, or rider/team page PCS exposes.
Tool | Example | Returns |
|
| Bio, team history, points per season/specialty, or a specific season's results |
|
| Full career results history |
|
| Roster and season info |
|
| Stages, stage winners, prior editions |
|
| Startlist |
|
| Results / GC / points / KOM / youth / teams / climbs table |
Related MCP server: ProCyclingStats MCP Server
Setup
pip install -e .Run
pcs-mcpOr point an MCP client (e.g. Claude Desktop / Claude Code) at it directly:
{
"mcpServers": {
"pcs": {
"command": "pcs-mcp"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for football-data.org API providing access to football data like standings, matches, teams, and scorers.MIT
- AlicenseAqualityDmaintenanceProvides professional cycling data from ProCyclingStats, enabling race discovery, stage results, rider profiles, startlists, and free-text search through MCP tools.63-
- FlicenseAqualityDmaintenanceMCP server for the Concept2 Logbook API, enabling user profile management, workout result operations, and challenge queries.14-
- AlicenseAqualityBmaintenanceA read-only MCP server that provides access to the public Basketball Vlaanderen (VBL) API, enabling users to query clubs, teams, matches, standings, and more.10MIT