Fulfillment MCP
One interface.
Any fulfillment destination.
Incultnito runs a public MCP server that routes apparel fulfillment orders across six adapters. Connect it from Claude, Cursor, Windsurf, an Agent SDK, or your own orchestrator.
Server endpoint
https://incultnito-v2.onrender.com/mcpTools
create_fulfillment_orderexternal_id, adapter, recipient, items[], confirm?Create an order through the specified adapter. Design URL + recipient + line items → partner order id.
list_adaptersno argumentsReturn the catalog of supported adapters with implementation status.
list_fulfillersworkspace_id?List persisted fulfillment destinations for a workspace, or the static adapter catalog if no workspace_id.
register_fulfillerworkspace_id, label, adapter, config, is_default?Register a new fulfillment destination for a workspace (agent-driven onboarding).
get_order_statusadapter, external_idFetch status of a previously-created order. Adapter-specific.
Adapters
printfulPrintful (POD catalog)DTG + embroidery, MOQ 1, US/EU/JP/AU, 2–5 days.
webhookGeneric HMAC webhookPOST to any URL with X-Incultnito-Signature HMAC-SHA256.
scalablepressScalable PressContract DTG/screen, two-step design upload + order.
ooshirtsooShirtsUS-only contract DTG backup.
shopifyShopify draft orderBrand's own store, Admin API 2024-10, draft + optional complete.
mcp_proxyCustomer's MCPChain to a customer-owned MCP server via JSON-RPC 2.0 HTTP.
Claude Desktop quick start
Step 1 — Get a token
Sign in and go to Settings → MCP tokens to generate a workspace-scoped bearer token (shown once, then hashed server-side). Tokens are revocable at any time.
No account yet? Create one in 30 seconds — token provisioning is self-serve.
Step 2Paste the token into your Claude Desktop MCP config:
{
"mcpServers": {
"incultnito-fulfillment": {
"url": "https://incultnito-v2.onrender.com/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer inc_mcp_..."
}
}
}
}Restart Claude. Tool list refreshes. Call create_fulfillment_order with a design URL + recipient and the first order flows through.
Tokens prefix: inc_mcp_. Workspace-scoped — all tool calls resolve against the owning workspace's fulfillers. Rate limited per token. Revoke any time from the settings page.
Need a dedicated adapter? Building on the MCP and want a partnership? Enterprise onboarding?