FirstCycling MCP Server

MIT License
  • Apple

get_uci_rankings

Retrieve UCI rankings for riders, teams, or nations, filtered by category, year, and country. Access organized, formatted results with positions and points.

Instructions

Get UCI rankings for riders, teams, or nations. This tool provides access to the UCI ranking data for professional cyclists, teams, or nations. Results can be filtered by ranking type, year, and category.

Example usage: - Get World UCI rider rankings for 2023 - Get Europe Tour UCI team rankings for 2022 - Get UCI nation rankings for 2023 in the World category Returns a formatted string with: - Ranking list with positions and points - Filtered by specified categories - Organized in a readable format - Option to filter by country

Input Schema

NameRequiredDescriptionDefault
categoryNoworld
country_codeNo
page_numNo
rank_typeNoriders
yearNo

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "world", "title": "Category", "type": "string" }, "country_code": { "default": null, "title": "Country Code", "type": "string" }, "page_num": { "default": 1, "title": "Page Num", "type": "integer" }, "rank_type": { "default": "riders", "title": "Rank Type", "type": "string" }, "year": { "default": null, "title": "Year", "type": "integer" } }, "title": "get_uci_rankingsArguments", "type": "object" }
ID: lbkjwm0se5