soccer-arena-mcp

lbunga/soccer-arena-mcp
★ 0 stars TypeScript Database Updated today
Book a virtual soccer arena through Claude — an MCP server with availability, policy RAG, booking, and weather tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "soccer-arena-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lbunga/soccer-arena-mcp"
      ]
    }
  }
}

README Excerpt

A local, Claude-Desktop-driven booking demo for a fictional indoor soccer arena in Toronto, ON. Claude books sessions through an **MCP server**; a separate **Next.js web app** shows info and hosts a code-locked mini-game. Both sit on **one shared Python core + one SQLite file**. Inside **Claude Desktop**, you ask Claude to check availability, read a policy,
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →