← pictomancer.ai

INDIVIDUAL MCP TOOL

image_pipeline

Run a multi-step image pipeline Chain multiple operations (resize, compress, convert, crop) in sequence.

pictomancer.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

pictomancer.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.pictomancer-ai]
url = "https://api.pictomancer.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: pictomancer-ai
Remote MCP URL: https://api.pictomancer.ai/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": {
    "pictomancer-ai": {
      "url": "https://api.pictomancer.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_format_info — Get supported formats and options Returns supported output formats and their configurable options.
  • analyze_image — Analyze an image Fetch an image from a URL or base64 and return its metadata (size in bytes).
  • resize_image — Resize an image Scale an image by a factor.
  • compress_image — Compress an image Re-encode an image with quality/format options to reduce file size.
  • convert_image — Convert image format Convert an image to a different format (jpeg, png, webp, tiff, gif).
  • crop_image — Crop an image Extract a rectangular region from an image.