# SvgverseAI — The AI Vector Generator

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.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Svgverseai/svgverseai-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Svgverseai/svgverseai-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Svgverseai/svgverseai-mcp create-collection

# Call a tool
npx -y @smithery/cli@latest tool call Svgverseai/svgverseai-mcp create-collection '{}'
```

## Direct MCP Connection

Endpoint: `https://svgverseai-mcp--svgverseai.run.tools`

**Required config:**
- `x-api-key` (query) — Your SvgverseAI API key used for authentication. Include this in every request header as `x-api-key`.

## Tools (6)

- `create-collection` — Create collection
- `generate-ai-video` — Generate AI video
- `generate-blaze-image` — Generate an SVG, PNG, or WebP image from a prompt using Blaze styles
- `generate-spark-image` — Generate an SVG or PNG image from a prompt using Spark styles
- `image-to-svg` — Convert an image to SVG format
- `list-collections` — List of collections for the user

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Svgverseai/svgverseai-mcp <tool-name>
```
