Gelato Connector for AI agents.
12 live capabilities
Manage print-on-demand orders and shipping quotes in your chat.
Waiting for input…
Why people use Gelato
Gelato for Print-on-Demand Order Management
This Connector puts that data right where you work. Instead of hunting through menus, you just ask your agent to list the latest orders or grab a tracking number. You get your answers in seconds, letting you focus on selling instead of clicking.
What Vinkius changes
You get a direct line to your print-on-demand logistics without ever opening a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Answering a customer about a lost package
A customer asks where their hoodie is.
- Real-world use case 02
Pricing a new product for a specific country
You need to price a new shirt for the UK.
- Real-world use case 03
Planning a new merchandise drop
You're planning a new collection.
Complete set · 12capabilities
The complete Gelato capability set.
These are the exact actions your AI can choose when you ask it to work with Gelato.
01—04
4 capabilities in this set.
Part of 12 available through Gelato.
- 01 Capability
Create print order
Place a new global print order for your custom products. Use this to kick off production for new sales.
- 02 Capability
Get order status
Fetch specific details and status for a single order. Use this to get a deep dive on one shipment.
- 03 Capability
Verify api connection
Check if your Gelato account is properly linked to the Connector. This ensures your agent has the correct permissions.
- 04 Capability
Cancel print order
Stop a print order before it enters production. This helps you manage mistakes quickly.
05—08
4 capabilities in this set.
Part of 12 available through Gelato.
- 05 Capability
Get account info
View your account identity and basic metadata. It's useful for verifying your connection status.
- 06 Capability
Get product details
Retrieve detailed specifications for a specific product UID. This gives you the exact specs for any item.
- 07 Capability
Get shipping quote
Request a real-time quote for production and shipping costs. This helps you price your items accurately.
- 08 Capability
List product catalogs
See all available product categories and catalogs. This helps you see the full range of what you can sell.
09—12
4 capabilities in this set.
Part of 12 available through Gelato.
- 09 Capability
List print orders
Get a full list of all orders in your account. Use this for a high-level overview of your current volume.
- 10 Capability
List catalog products
View the specific items available within a selected catalog. This is great for checking inventory variety.
- 11 Capability
Get order shipments
Pull tracking numbers and real-time shipment data. Use this to give customers precise delivery updates.
- 12 Capability
List print webhooks
View the webhooks configured for your production updates. This ensures your external systems stay in sync.
Set up in minutes
One URL. Then ask Gelato to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gelato from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Gelato, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gelato for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Gelato URL.
- Step 03
Save and start
Save the connection and enable Gelato in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato": {
"url": "https://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Gelato
Open Agent mode in chat and ask: "Using Gelato, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato": {
"url": "https://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Gelato
Ask Copilot: "Using Gelato, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato": {
"url": "https://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Gelato
Open Cascade and ask: "Using Gelato, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gelato": {
"url": "https://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Gelato
Ask Cline: "Using Gelato, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gelato --transport http "https://edge.vinkius.com/vk_preview_AwikCo5SDU7YCKQtxtazisxcgQLfCg8YsFhfaYUg/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Gelato
Ask Claude: "Using Gelato, show me...". 12 tools are ready
Where the request belongs
Work Gelato can move forward.
This is for e-commerce owners and logistics managers who are tired of manual dashboard hopping. It's for the person who needs to answer 'Where's my order?' in seconds or the creative lead who needs to know what products are actually available to print.
E-commerce Operations Manager
Checks order statuses and fulfillment details during peak sales to keep things moving.
Customer Support Rep
Grabs tracking numbers and order metadata instantly to resolve shipping tickets faster.
Creative Director
Pulls product specs and catalog details to plan new merchandise drops without manual searching.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPrintify
Automate your print-on-demand business. manage shops, create products, and track orders directly from any AI agent.
Printavo
Manage your print shop with order tracking, production scheduling, and invoicing built for screen printing and custom apparel.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Printful
Access Printful's product catalog. list products, inspect variants, and retrieve detailed size guides directly from any AI agent.
GrazeCart
Manage your GrazeCart store. track orders, update inventory, and manage customers directly via AI.
Fizzpa
Market your restaurant or food business with digital menus, online ordering integration, and customer engagement capabilities.
Bring your own AI
Change the model, client or framework. Keep Gelato connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Gelato.
The practical details behind the request, access and result.
Can the Gelato MCP help me manage my print-on-demand store?
Yes. It lets you handle your entire order lifecycle, from creating new print jobs to checking fulfillment status, directly through your AI agent.
How do I get shipping quotes with Gelato MCP?
You can simply ask your agent to check the shipping and production costs for any product in a specific region. It pulls live data to give you an accurate price.
Can I cancel orders using the Gelato MCP?
Yes, you can use the Connector to halt production on an order if you need to make a change or stop a shipment before it leaves the facility.
Does Gelato MCP work with my existing webhooks?
It does. You can use the Connector to view and verify your webhook configurations to make sure your store is receiving real-time updates.
Is Gelato MCP good for checking product specs?
Absolutely. It allows your agent to pull specific product UIDs and metadata, so you can quickly see what's available to print without manual searching.
How does Gelato MCP speed up my customer support?
It lets your team grab tracking numbers and order details instantly. Instead of looking them up in a dashboard, your agent can provide them in seconds.
How do I get an API Key for Gelato?
Log in to your Gelato dashboard, navigate to Developers > API keys, and you can generate a new production or test key there.
What is the difference between an Order ID and a Reference ID?
The Order ID is generated by Gelato, while the Reference ID is your own internal identifier passed during order creation to map the records.
Can I cancel an order via the agent?
Yes, use the 'cancel_print_order' capability. Note that cancellation is only possible if the order status is still 'created' and production hasn't started.
How do I find the correct product UID?
Use the 'list_catalog_products' capability to browse available items. The agent will return the unique 'productUid' needed for order creation.
One connection away
Give your agent a direct line to Gelato.
Connect Gelato once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available