Skip to main content
Glama
MartinCeska

pcs-mcp

by MartinCeska

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 url

Returns

get_rider

rider/tadej-pogacar or rider/tadej-pogacar/2023

Bio, team history, points per season/specialty, or a specific season's results

get_rider_results

rider/tadej-pogacar/results

Full career results history

get_team

team/bora-hansgrohe-2024

Roster and season info

get_race

race/tour-de-france/2024

Stages, stage winners, prior editions

get_race_startlist

race/tour-de-france/2024/startlist

Startlist

get_stage

race/tour-de-france/2024/stage-18

Results / GC / points / KOM / youth / teams / climbs table

Related MCP server: ProCyclingStats MCP Server

Setup

pip install -e .

Run

pcs-mcp

Or point an MCP client (e.g. Claude Desktop / Claude Code) at it directly:

{
  "mcpServers": {
    "pcs": {
      "command": "pcs-mcp"
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for football-data.org API providing access to football data like standings, matches, teams, and scorers.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides professional cycling data from ProCyclingStats, enabling race discovery, stage results, rider profiles, startlists, and free-text search through MCP tools.
    6
    3
    -
  • A
    license
    A
    quality
    B
    maintenance
    A read-only MCP server that provides access to the public Basketball Vlaanderen (VBL) API, enabling users to query clubs, teams, matches, standings, and more.
    10
    MIT