MCP server exposing 2 tools for dicebear.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/dicebear/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
generate_avatar — 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.list_styles — List all available avatar styles. Returns style names and descriptions—use with generate_avatar to pick a style.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dicebear/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io