Skip to main content
Glama

Unofficial WCA MCP Server

by YuchengMaUTK

search_competitions_by_event

Find WCA competitions that feature a specific speedcubing event. Returns paginated results of competitions including the specified event ID.

Instructions

Search for WCA competitions that include a specific event.

Returns competitions that feature the specified WCA event. Results are paginated to manage the response size.

Args: event_id: WCA event ID (e.g., "333" for 3x3x3 Cube, "222" for 2x2x2, "333bf" for 3x3x3 Blindfolded) page: Page number for pagination (default: 1)

Returns: Paginated competition data for competitions featuring the specified event

Example: search_competitions_by_event(event_id="333bf") - Competitions with 3x3x3 Blindfolded

Input Schema

NameRequiredDescriptionDefault
event_idYes
pageNo

Input Schema (JSON Schema)

{ "properties": { "event_id": { "title": "Event Id", "type": "string" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "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