MCP · logo generator for agents

Let your AI agent design the brand kit

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

Mascots, marks, and complete brand boards

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.

Live

Boba

Bubble tea buddy

SVGnova-owned sample

Mascot
Live

Capy

Chill capybara

SVGnova-owned sample

Mascot
Live

Nori

Sushi roll

SVGnova-owned sample

Mascot
Live

Pixelpup

8-bit doggo

SVGnova-owned sample

Mascot
Live

Mochi

Squish cat

SVGnova-owned sample

Mascot
Live

Boltbug

Electric beetle

SVGnova-owned sample

Mascot
Live

Ghostie

Friendly ghost

SVGnova-owned sample

Mascot
Live

Jetpaws

Space cat

SVGnova-owned sample

Mascot
Live

Goo

Jelly slime

SVGnova-owned sample

Mascot

Dumpling

Static bao

SVGnova-owned sample

Mascot

Spike

Static cactus

SVGnova-owned sample

Mascot

Hoot

Static wise owl

SVGnova-owned sample

Mascot
Live

Orbita

Orbital mark

SVGnova-owned sample

Space SaaS
Live

Pip

Friendly mascot

SVGnova-owned sample

Avatar
Live

Nova

Geometric N

SVGnova-owned sample

Fintech
Live

Bloom

Petal burst

SVGnova-owned sample

Wellness
Live

Bytefox

Sly fox

SVGnova-owned sample

Avatar
Live

Pulse

ECG monogram

SVGnova-owned sample

Health tech
Live

Loomly

Soft type

SVGnova-owned sample

Wordmark

Kindred

Serif warmth

SVGnova-owned sample

Wordmark

Crestline

Bold sans

SVGnova-owned sample

Wordmark
Live

Spark

Lightning star

SVGnova-owned sample

Creator tool
Live

Mintkit

Cool blob

SVGnova-owned sample

Avatar

Gridline

Modular G

SVGnova-owned sample

Devtools

Quill

Ink nib mark

SVGnova-owned sample

Publishing

Vaultly

Shield lock

SVGnova-owned sample

Fintech
Live

Haze

Waveform H

SVGnova-owned sample

Music
Live

Kite

Folded mark

SVGnova-owned sample

Travel
28 samples 12 mascots CSS motion Named layers

AI gens cost credits. Icon packs derive free in your browser.

Make my brand kit

Tools

POST to /mcp with Authorization: Bearer svn_live_...

create_brand_project

Free

Create a brand project and store its brief for later generation calls.

generate_logo

1-3 credits

Generate a primary logo SVG. Returns a generationId to poll.

derive_icon_set

Free

Return the accepted logo SVG so the client can derive favicon/apple/PWA icons locally.

generate_animated_logo

1-3 credits

Generate an animated SVG from an accepted logo.

get_generation

Free

Poll generation status and SVG result.

get_balance

Free

Return credit balance (total, subscription bucket, top-up bucket).

list_projects

Free

List brand projects for the authenticated user.

Example call

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" }
  }
}

FAQ

What is MCP?

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.

How do agents authenticate?

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.

Which tools cost credits?

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.

Can I use this from Claude or another MCP client?

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.

What happens on insufficient credits?

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.

Wire it into your agent

Mint a token, point your MCP client at /mcp, and start generating.

Product facts last reviewed by SVGnova engineering on .