Skip to main content
Glama

Unofficial WCA MCP Server

by YuchengMaUTK

get_rankings

Retrieve current world rankings and records for WCA speedcubing events, with filtering by region and ranking type to find top performers.

Instructions

Get current world rankings and records for a specific event.

Returns the current rankings for any WCA event, which includes world records and top performers. Can filter by region (world, continent, or country).

Args: event_id: WCA event ID (e.g., "333" for 3x3x3 Cube, "222" for 2x2x2) region: Region code - "world" for world rankings, continent codes like "Europe", or country ISO2 codes like "US", "CN" (default: "world") ranking_type: Type of ranking - "single" for single solve records or "average" for average records (default: "single") page: Page number (1-based, default: 1) per_page: Items per page (max 100, default: 25)

Returns: Paginated ranking data with current records and top performers

Input Schema

NameRequiredDescriptionDefault
event_idYes
pageNo
per_pageNo
ranking_typeNosingle
regionNoworld

Input Schema (JSON Schema)

{ "properties": { "event_id": { "title": "Event Id", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 25, "title": "Per Page", "type": "integer" }, "ranking_type": { "default": "single", "title": "Ranking Type", "type": "string" }, "region": { "default": "world", "title": "Region", "type": "string" } }, "required": [ "event_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YuchengMaUTK/unofficial-wca-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server