Skip to main content
Use the MCP API to:
  • 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

  1. Go to app.svgverseai.com/account/api-keys
  2. Open your Profile
  3. Click Generate API Key
  4. 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:
Headers:

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:
To find available collection IDs, use the list-collections endpoint.
Example

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
Response

4. list-collections

Retrieve all collections associated with your API key. Example Request
Example Response

5. create-collection

Create a new collection to organize generated images. Example
Response

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-collections to view all collections
  • Use the returned id in any image generation request
  • If no collectionId is 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 at
hello@svgverseai.com