← cleanvector.ai

INDIVIDUAL MCP TOOL

get_task

Fetch the current status of a task.

cleanvector.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://cleanvector.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_task and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

cleanvector.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cleanvector]
url = "https://cleanvector.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cleanvector": {
      "type": "http",
      "url": "https://cleanvector.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cleanvector
Remote MCP URL: https://cleanvector.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cleanvector": {
      "url": "https://cleanvector.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cleanvector": {
      "type": "http",
      "url": "https://cleanvector.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cleanvector",
  "transport": "streamable-http",
  "url": "https://cleanvector.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • generate_illustration — Generate professional, editable SVG artwork from a text prompt: illustrations, icons, stickers and mascot scenes.
  • generate_logo — Generate a professional vector logo as editable SVG, delivered as a brand kit: the original mark, black and white variants, transparent PNG exports and a color palette measured from the finished artwork.
  • vectorize_image — Convert a raster image (PNG/JPG/WebP, max 5 MB) into a clean, editable SVG.
  • wait_for_task — Block until a task settles (succeeded/failed) or the timeout passes.
  • list_tasks — List the user's most recent tasks, newest first.
  • list_mascots — List the user's ready-to-use mascots (consistent characters).
  • download_png — Return the finished artwork as a PNG image (free on all plans).
  • download_svg — Return the finished artwork as SVG markup.