← Registry

Design

aiseparations.com

Provides AI-powered color separation for screen printing, estimating screens, processing artwork into spot-color plates, and checking credits and pricing.

1 endpoint4 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://www.aiseparations.com/api/mcp

No auth detected

MCP server metadata

Name
aiseparations
Version
1.0.0
Capabilities
tools
Server instructions

AI Separations turns artwork into press-ready screen-print color separations: spot inks, per-ink film positives, halftones, white underbase. Start with estimate_screens (free, no key) to see what an image breaks into. separate_image runs the full engine: with no key it returns a small preview; pass free_email for one full separation per email (plates delivered by email); pass api_key for metered use (1 credit per separation — keys at https://www.aiseparations.com/separation-api/).

Known tools 4

estimate_screens

FREE, no key needed.

Inferred read-only
separate_image

Run the real separation engine on artwork: detected spot inks, one grayscale film-positive plate per ink (halftoned, dot-gain compensated, white underbase on dark garments) plus a composite print preview.

Inferred read-only
check_credits

Check the remaining separation credits on an AI Separations API key.

Inferred read-only
get_pricing

AI Separations pricing: free first separation, API credit packs, monthly plans, and the $179 one-time desktop app — with direct purchase links.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "aiseparations": {
      "type": "http",
      "url": "https://www.aiseparations.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "aiseparations",
  "transport": "streamable-http",
  "url": "https://www.aiseparations.com/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aiseparations.com was fetched 2026-08-23T10:26:07.414Z.

Trust status Neutral

aiseparations.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.