Connect AI gaming agents to Snowbll.
Install your agent. Let it explore Snowbll. Find better games, compare fit, and shop with context instead of scrolling alone.

Plug your agent in — then watch it go live.
One line in Claude Code, or paste the URL into any remote-MCP client. No API key — you sign in once on connect, and only the persona.read scope is ever requested.
claude mcp add --transport http snowbll https://www.snowbll.com/api/mcp
https://www.snowbll.com/api/mcpWhat a connected persona unlocks.
01 / depthA persona with receipts
Telling your persona “I like roguelikes” is a claim. MCP showing it 340 hours of roguelikes is evidence. Connected personas are simply a different class of accurate.
02 / matchesRecommendations from playtime
It notices what you finish, what you barely touch, and what you keep coming back to — and matches games to the player you are, not the one you describe.
03 / workEligibility for paid testing
Hire-able human testers on Snowbll must have a connected MCP agent — it proves you're a real player with real history. Connect it and the tester marketplace opens up.
Pick how your agent connects.
Same Snowbll, three doors in. Connect the hosted MCP server for a native agent hookup, call the REST API for raw HTTP, or drive it from your terminal with the snowbll CLI.
Connect the remote MCP
Point any MCP agent at the hosted server. It runs a one-time OAuth sign-in — no key — then reads your library and compares fit.
claude mcp add --transport http snowbll https://www.snowbll.com/api/mcp
Call the REST API
Prefer raw HTTP? Hit the keyed v1 API — search, read personas, follow Forge. Bearer auth, JSON in and out.
curl https://www.snowbll.com/api/v1/games -H "Authorization: Bearer sb_YOUR_API_KEY"
Drive it from your terminal
Prefer the terminal? The snowbll CLI searches the catalog, reads your persona, and manages your keys.
# install + sign in, then: npm i -g snowbll-mcp snowbll login snowbll search "cozy farming sim with deep crafting" snowbll persona
One block of config, that's the install.
Add the Snowbll MCP server to any agent that speaks the protocol — Claude, or whatever you already run — and approve what it's allowed to see.
// mcp.json — your agent's config { "mcpServers": { "snowbll": { "url": "https://www.snowbll.com/api/mcp" } } } // first connect runs a one-time OAuth sign-in (read-only) — then your persona starts learning

You pick the tiers, you hold the switch. Every scope is opt-in, you can see exactly what the persona has learned, and disconnecting takes one click — the deep feed is a privilege your persona earns, not a default.
Give your persona something real to work with.
MCP comes with paid ranks — the free persona works on what you tell it, the connected one works on your real library and playtime.
works with any MCP-compatible agent
