generate_avatar
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
diceuear
https://github.com/pipeworx-io/mcp-dicebear
1/7 registries