How to Use the Gameball MCP in Claude Code
Pipe Gameball player metrics and loyalty event tracking directly into your terminal workflows with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Gameball MCP to Claude Code
Create your Vinkius account to connect Gameball 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 Player Loyalty Levels via CLI
The `list_loyalty_levels` tool prints your complete tier hierarchy and point thresholds directly to your standard output. Claude Code runs this tool to quickly inspect how your VIP programs are structured without opening a web browser. You can pipe this data to grep or custom formatting scripts. This MCP tool allows backend engineers to verify tier boundaries during API updates. You can instantly check if your production database matches the tier settings configured on your marketing dashboard.
Track Live Player Events from Shell Scripts
The `track_player_event` tool registers custom user actions directly into your gamification engine to trigger rewards or update player scores. This MCP setup lets Claude Code use this to test event pipelines or run batch updates during database migrations. You can trigger complex loyalty actions with a single terminal command. If you are debugging a broken event pipeline, use this endpoint to send a test payload and watch the processing queue. It gives you a direct, headless way to test your event-driven marketing campaigns.
Manage Gameball Rewards in Claude Code
The `list_rewards` tool retrieves all active incentives, point costs, and redemption rules configured for your store. Claude Code queries this list to help you audit what rewards are currently available to your users. It prints clean tables of your reward catalog directly to your shell. You can combine this with `list_players` to find top spenders and check which rewards they qualify for. Having these tools inside your terminal makes running quick support queries or manual data adjustments fast and painless.
Set up Gameball 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 seegameball-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Gameball transactions." It will automatically discover and invoke the available Gameball tools.
claude mcp add --transport http gameball-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 Gameball MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Gameball MCP today
We host it, we monitor it, we maintain it. You just paste one token.