- Generate SVG / PNG / WebP images from text prompts
- Convert existing raster images into scalable vector graphics
- Organize generated images into collections
- Control privacy, styles, and output formats — all via one unified API
Authentication
All MCP API calls require a valid API Key passed as a query parameter or header.Getting an API Key
- Go to app.svgverseai.com/account/api-keys
- Open your Profile
- Click Generate API Key
- Copy and store it securely
⚠️ Important: If your API key is exposed, generate a new one.
The previous key will be automatically revoked for security.
Server Endpoint
All MCP tools are accessible via:Example Request
Available Tools
Here are all tools currently supported by the SVGverseAI MCP Server.1. generate-spark-image
Generate SVG or PNG images using Spark Mode — optimized for fast, efficient generations.
💡 Tip:Example
To find available collection IDs, use thelist-collectionsendpoint.
2. generate-blaze-image
Generate high-quality SVG, PNG, or WebP images using Blaze Mode — ideal for premium visuals and complex detail.
Default Style:
Digital Illustrations(child_book)
Example
3. image-to-svg
Convert a raster image (JPG, PNG) into a vectorized SVG.
Example Request
4. list-collections
Retrieve all collections associated with your API key.
Example Request
5. create-collection
Create a new collection to organize generated images.
Example
Working with Collections
Collections make it easy to group your generated assets.Every user starts with a default collection, but you can create new ones for better project organization.
- Use
list-collectionsto view all collections - Use the returned
idin any image generation request - If no
collectionIdis specified, results go to your default collection
Example Response
MCP Tool Summary
Error Codes
Support
If you encounter any issues or need help with MCP integrations, contact us athello@svgverseai.com