FirstCycling MCP Server

MIT License
  • Apple

get_rider_info

Retrieve detailed professional cyclist information, including current team, nationality, age, and recent race results, using the rider’s ID for precise data access.

Instructions

Get comprehensive information about a professional cyclist including their current team, nationality, date of birth, and recent race results. This tool provides a detailed overview of a rider's current status and recent performance in professional cycling races. The information includes their current team affiliation, nationality, age, and their most recent race results with positions and times.

Note: If you don't know the rider's ID, use the search_rider tool first to find it by name. Example usage: - Get basic info for Tadej Pogačar (ID: 16973) - Get basic info for Jonas Vingegaard (ID: 16974) Returns a formatted string with: - Full name and current team - Nationality and date of birth - UCI ID and social media handles - Last 5 race results with positions and times - Total number of UCI victories

Input Schema

NameRequiredDescriptionDefault
rider_idYes

Input Schema (JSON Schema)

{ "properties": { "rider_id": { "title": "Rider Id", "type": "integer" } }, "required": [ "rider_id" ], "title": "get_rider_infoArguments", "type": "object" }
ID: lbkjwm0se5