Skip to main content
Glama

Unofficial WCA MCP Server

by YuchengMaUTK

get_competition_results

Retrieve comprehensive competition results from the World Cube Association, including event outcomes, competitor performances, rankings, and solve details for any WCA competition.

Instructions

Get all results for a WCA competition.

Returns comprehensive results data for all events in a competition, including competitor performances, solve breakdowns, round information, and final rankings. This provides complete competition outcome data.

Args: competition_id: WCA competition ID (e.g., "WC2023", "CubingUSANationals2024")

Returns: Complete results data for all events in the competition including: - Individual solve times and averages - Round-by-round progression - Final rankings and positions - DNF/DNS information - Competitor details

Example: get_competition_results("WC2023") - All results from World Championship 2023

Input Schema

NameRequiredDescriptionDefault
competition_idYes

Input Schema (JSON Schema)

{ "properties": { "competition_id": { "title": "Competition Id", "type": "string" } }, "required": [ "competition_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