Boba
Bubble tea buddy
SVGnova-owned sample
MCP · logo generator for agents
An MCP server that exposes SVGnova's logo, icon, and animation pipeline as callable tools - Bearer auth, JSON-RPC, billed against the same credit wallet as the web studio.
Gallery
Trendy character logos - squishy food pals, pixel pets, space cats - plus classic geometric marks and brand systems. Live CSS motion on named SVG layers. Your brief drives the real kit.
28 samples shown.
AI gens cost credits. Icon packs derive free in your browser.
POST to /mcp with Authorization: Bearer svn_live_...
Create a brand project and store its brief for later generation calls.
Generate a primary logo SVG. Returns a generationId to poll.
Return the accepted logo SVG so the client can derive favicon/apple/PWA icons locally.
Generate an animated SVG from an accepted logo.
Poll generation status and SVG result.
Return credit balance (total, subscription bucket, top-up bucket).
List brand projects for the authenticated user.
POST https://svgnova.com/mcp
Authorization: Bearer svn_live_...
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_logo",
"arguments": { "projectId": "proj_123", "tier": "MEDIUM" }
}
}Model Context Protocol - an open standard that lets AI agents call external tools over a well-defined JSON-RPC interface. SVGnova exposes its brand generation pipeline as MCP tools so any compatible agent can call them directly.
A human signs in and mints an API token at /app/tokens, then the agent sends that token as a Bearer header on every request to POST /mcp. There is no separate agent account - it bills against the same credit wallet as the web studio.
Only generate_logo and generate_animated_logo debit credits when queued (Medium = 1, High = 3). Terminal failed retries are refunded. create_brand_project, derive_icon_set, get_generation, get_balance, and list_projects are free.
Yes - any MCP-compatible client that can call a JSON-RPC tool endpoint over HTTP with a Bearer token can use these tools, including Claude and other agent frameworks.
A generate call returns an INSUFFICIENT_CREDITS error with the current balance and a top-up URL, instead of failing silently or partially charging.
Not building an agent? Browse owned samples, or use the web studio directly - same credits, same output.
Mint a token, point your MCP client at /mcp, and start generating.
Product facts last reviewed by SVGnova engineering on .