Unofficial WCA MCP Server

Unofficial WCA MCP Server

Enables AI assistants to access World Cube Association speedcubing data including world records, competitor profiles, competition information, and championship results. Supports queries about rankings, competition schedules, and detailed speedcubing statistics through natural language.

Category
Visit Server

README

Unofficial WCA MCP Server

An unofficial Model Context Protocol (MCP) server that provides AI assistants with access to World Cube Association (WCA) speedcubing data.

Overview

This unofficial WCA MCP Server enables AI assistants to answer questions about speedcubing, including:

  • 🏆 Current world records and rankings
  • 👤 Competitor profiles and achievements
  • 🏁 Competition information and results
  • 🏅 Championship results and details

Note: This is an unofficial project and is not affiliated with the World Cube Association.

Installation

git clone https://github.com/YuchengMaUTK/unofficial-wca-mcp-server.git
cd unofficial-wca-mcp-server
pip install -e .

Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "wca": {
      "command": "python",
      "args": ["-m", "wca_mcp_server"]
    }
  }
}

Use Cases & Examples / 使用案例和示例

🏆 Query World Records and Rankings

User (English): "What's the current 3x3x3 world record?"

AI Response: The current 3x3x3 world record is 3.05 seconds, held by Xuanyi Geng (耿暄一) from China, set at the Shenzhen Cubing 10th Anniversary 2024 competition.

👤 Get Competitor Profiles

User (中文): "告诉我世界纪录保持者的信息"

AI Response: 耿暄一(WCA ID: 2023GENG02)来自中国,保持多项纪录。他参加了48场比赛,在三阶、二阶和金字塔等项目中获得15枚金牌、8枚银牌和4枚铜牌。

🗓️ Find Competitions by Date

User (Español): "¿Qué competencias hay el 18 de enero de 2025?"

AI Response: Hay 31 competencias programadas para el 18 de enero de 2025, incluyendo eventos en Australia (Geelong Summer 2025), Brasil (Cubo Carioca 2025), Alemania (Franconia Winter 2025), Corea del Sur (Sejong Winter 2025), y muchos otros países.

🎯 Search by Event Type

User (English): "Find competitions with 3x3x3 Blindfolded events"

AI Response: Here are upcoming competitions featuring 3x3x3 Blindfolded, including competition dates, locations, and registration details.

🏅 Championship Information

User (中文): "上一届世界锦标赛是什么时候?"

AI Response: 上一届世界锦标赛是2025年WCA世界锦标赛,于2025年7月3-6日在美国西雅图会展中心举行。上上届是2023年WCA世界锦标赛,于2023年8月12-15日在韩国仁川的松道会展中心举办。

Available Tools

  • get_wca_events: Get all official WCA events
  • get_wca_countries: Get all WCA countries
  • get_wca_continents: Get all continents
  • get_person_by_wca_id: Get competitor profile by WCA ID
  • get_rankings: Get world/regional rankings by event
  • search_competitions_by_date: Find competitions on a specific date
  • search_competitions_by_event: Find competitions with a specific event
  • get_competition_by_id: Get competition details
  • get_competition_results: Get all results for a competition
  • get_competition_event_results: Get event-specific results with filtering
  • search_championships: Search championship competitions
  • get_championship_details: Get championship details

License

MIT License - see LICENSE file for details.

Acknowledgements

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured