Skip to main content
Glama

Unofficial WCA MCP Server

by YuchengMaUTK

search_championships

Find and filter World Cube Association championship competitions by type, including World Championships, Continental Championships, and National Championships.

Instructions

Search for WCA championships with optional filtering.

Returns championship competitions which are the most prestigious competitions in speedcubing including World Championships, Continental Championships, and National Championships.

Args: page: Page number for pagination (default: 1) championship_type: Filter by championship type: - "world" for World Championships - continent codes like "Europe", "Asia", "North America" for Continental Championships
- country ISO2 codes like "US", "CN", "DE" for National Championships - None for all championships (default)

Returns: Paginated championship data with competition details

Example: search_championships(championship_type="world") - World Championships only search_championships(championship_type="US") - US National Championships

Input Schema

NameRequiredDescriptionDefault
championship_typeNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "championship_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Championship Type" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "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