How to Use the Clubspeed MCP in Claude Code
Run CLI commands to audit Clubspeed race heats and manage venue bookings from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Clubspeed MCP to Claude Code
Create your Vinkius account to connect Clubspeed to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit Clubspeed race heats from the command line
The `list_race_heats` tool outputs the active and scheduled kart races directly to your terminal. Claude Code pipes this raw output into grep or jq, allowing you to filter by track status or driver count in milliseconds. Writing a quick shell alias allows you to combine this tool with `get_reservation_details` to verify that every scheduled heat has a matching paid reservation before the engines start.
Automate waiver verification scripts via MCP Server
The `list_customer_waivers` tool fetches signed liability agreements directly through your terminal session. Claude Code processes this stream of JSON records to identify which racers on the current track roster lack valid paperwork. Running a headless cron job allows you to query `list_venue_customers` and filter for unsigned waivers. This setup automatically pipes the output into your local mail utility to alert track staff.
Query venue activities and customer records
The `list_venue_activities` tool retrieves the complete catalog of track configurations and event types available at your venue. Claude Code allows you to query this catalog alongside `get_customer_venue_details` to analyze which kart packages are most popular. This terminal-first approach lets you build fast, headless reports on customer behavior. You avoid loading a heavy web browser or logging into a separate dashboard.
Set up Clubspeed MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeclubspeed-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Clubspeed transactions." It will automatically discover and invoke the available Clubspeed tools.
claude mcp add --transport http clubspeed-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Clubspeed MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Clubspeed MCP today
We host it, we monitor it, we maintain it. You just paste one token.