You're viewing a demo portfolio

Join the waitlist
PRSM

generate_avatar

Active

Tool of diceuear

declared in 0.1.0

Generate a custom avatar SVG. Specify a style (e.g., 'avataaars', 'pixel-art', 'lorelei') and seed (e.g., username). Returns the SVG URL ready to display.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "seed": "john_doe",
      "style": "avataaars"
    },
    {
      "seed": "user123",
      "style": "pixel-art"
    }
  ],
  "required": [
    "style",
    "seed"
  ],
  "properties": {
    "seed": {
      "type": "string",
      "description": "A seed string that determines the avatar appearance. Same seed + style always produces the same avatar."
    },
    "style": {
      "type": "string",
      "description": "The avatar style to use. Available styles: adventurer, avataaars, bottts, fun-emoji, identicon, initials, lorelei, micah, miniavs, notionists, open-peeps, personas, pixel-art, thumbs."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

diceuear

https://github.com/pipeworx-io/mcp-dicebear

1/7 registries
View full server →