Design
aiseparations.com
Provides AI-powered color separation for screen printing, estimating screens, processing artwork into spot-color plates, and checking credits and pricing.
ENDPOINT 1
https://www.aiseparations.com/api/mcp
MCP server metadata
- Name
- aiseparations
- Version
- 1.0.0
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
separate_imageRun 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-onlyget_pricingAI Separations pricing: free first separation, API credit packs, monthly plans, and the $179 one-time desktop app — with direct purchase links.
Potential side effectsCONNECT 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.
aiseparations.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.