persona / mcp

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.

A mind-blown Snowbll owl
connect / one line

Plug your agent in — then watch it go live.

Checking…

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
ChatGPT, Cursor, or Claude.ai? Add a custom connector with this URL:
https://www.snowbll.com/api/mcp
SupportsClaude CodeClaude DesktopChatGPTCursorClineWindsurfany MCP agent
why connect

What a connected persona unlocks.

Snowbll owl sticker labeled Play History01 / depth

A 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.

Snowbll owl sticker labeled Recommendations02 / matches

Recommendations 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.

Snowbll owl sticker labeled My Profile03 / work

Eligibility 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.

three ways to plug in

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.

01 / mcp

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
Install guide →
02 / rest

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"
API reference →
03 / cli

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
CLI reference →
example / setup

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
A guarding owl watching over your data

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