MCP.so
Sign In
Servers

FirstCycling MCP Server

@r-huijts

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.

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"
      ]
    }
  }
}

More from Developer Tools