> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svgverseai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> The SVGverseAI MCP Server lets you connect your AI agents, automation workflows, or creative tools directly to SVGverseAI’s image generation engine — without ever opening the app.

With just a few API calls, you can:

* Generate **SVG, PNG, or WebP** images from text prompts
* Convert raster images into **vector graphics**
* Organize results inside your **collections**
* Power your own design tools with SVGverseAI’s creative engine

MCP (Model Context Protocol) integration makes it easy for developers and AI platforms to access these capabilities through a single standardized interface.

**Supported Tools**

The MCP Server currently supports:

| Tool                   | Description                                       |
| :--------------------- | :------------------------------------------------ |
| `generate-spark-image` | Generate quick SVG/PNG images using Spark model   |
| `generate-blaze-image` | Generate high-quality images using Blaze model    |
| `image-to-svg`         | Convert raster images to SVG vector               |
| `list-collections`     | Retrieve all your existing collections            |
| `create-collection`    | Create a new collection to store generated images |

<Card title="SvgverseAI MCP is now available on SmitheryAI" icon="sparkles">
  SvgverseAI MCP is now officially available on [**SmitheryAI**](https://smithery.ai/server/@Svgverseai/svgverseai-mcp) — allowing developers, creators, and automation tools to connect instantly to SvgverseAI’s image generation and vector conversion capabilities.\
  \
  [**Open in SmitheryAI →**](https://smithery.ai/server/@Svgverseai/svgverseai-mcp)
</Card>
