ApparelMagic Connector for AI agents.
10 live capabilities
Manage your apparel manufacturing and distribution through your AI client.
Waiting for input…
Why people use ApparelMagic
ApparelMagic for Real-Time Apparel Inventory Management
This Connector changes the game. Instead of manual data hunting, you just ask your AI client to check your stock or pull up a shipment status. You get the answer in seconds, letting you spend more time on the creative side of the business and less time on the logistics.
What Vinkius changes
It puts your entire apparel ERP into a conversational interface so you can manage production and sales faster.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Out of Stock Crisis
A customer asks if a blue shirt is available.
- Real-world use case 02
The Wholesale Inquiry
A new lead wants to know about your styles.
- Real-world use case 03
The Shipping Delay
A customer calls about a late order.
Complete set · 10capabilities
The complete ApparelMagic capability set.
These are the exact actions your AI can choose when you ask it to work with ApparelMagic.
01—04
4 capabilities in this set.
Part of 10 available through ApparelMagic.
- 01 Capability
Get customer
Get specific details for a customer profile. Use this to pull contact info or credit limits quickly.
- 02 Capability
Get order
Pull details for a specific sales order. It helps you see exactly what was purchased and the current status.
- 03 Capability
Get product
Get the specific details for a product. This is useful for checking SKU-level information.
- 04 Capability
Get shipment
Get details for a specific shipment. Use this to see where a package is and its current fulfillment status.
05—07
3 capabilities in this set.
Part of 10 available through ApparelMagic.
- 05 Capability
List customers
List all customers from your ApparelMagic account. This gives you a bird's-eye view of your entire client base.
- 06 Capability
List inventory
List current inventory levels. Use this to see what's in stock across your entire collection.
- 07 Capability
List orders
List all sales orders. This helps you keep track of every order currently in your system.
08—10
3 capabilities in this set.
Part of 10 available through ApparelMagic.
- 08 Capability
List shipments
List all shipments. This lets you see every package currently in transit or being processed.
- 09 Capability
List styles
List all styles in your collection. This is great for managing the design and product lifecycle.
- 10 Capability
List products
List all products and styles. Use this to browse your full apparel catalog.
Set up in minutes
One URL. Then ask ApparelMagic to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ApparelMagic 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_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ApparelMagic for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic URL.
- Step 03
Save and start
Save the connection and enable ApparelMagic in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"apparelmagic": {
"url": "https://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic
Open Agent mode in chat and ask: "Using ApparelMagic, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"apparelmagic": {
"url": "https://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic
Ask Copilot: "Using ApparelMagic, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"apparelmagic": {
"url": "https://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic
Open Cascade and ask: "Using ApparelMagic, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"apparelmagic": {
"url": "https://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic
Ask Cline: "Using ApparelMagic, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add apparelmagic --transport http "https://edge.vinkius.com/vk_preview_gUXdihUfvCNtEzOajXfhausnFllAKHCz7kAbpSWd/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 ApparelMagic
Ask Claude: "Using ApparelMagic, show me...". 10 tools are ready
Where the request belongs
Work ApparelMagic can move forward.
This is for the fashion brand owner who needs a pulse on production without opening a spreadsheet, and the operations manager who's tired of manual reporting.
Fashion Brand Owner
Checking production and sales performance on the phone while traveling or at a showroom.
Operations Manager
Coordinating inventory and shipping tasks without building manual reports every afternoon.
Sales & Support Representative
Looking up customer order details instantly during a live support call to keep customers happy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrilliant Made
Manage your corporate swag via Brilliant Made. track orders, browse products, and monitor inventory directly from any AI agent.
Printful
Access Printful's product catalog. list products, inspect variants, and retrieve detailed size guides directly from any AI agent.
Zakeke
Manage customized product designs, 3D configurations, and orders via Zakeke.
Printavo
Manage your print shop with order tracking, production scheduling, and invoicing built for screen printing and custom apparel.
Style3D
Manage 3D fashion assets via AI. browse projects, garments, fabrics, and trigger cloud renders for digital fashion workflows.
Printify
Automate your print-on-demand business. manage shops, create products, and track orders directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep ApparelMagic 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 ApparelMagic.
The practical details behind the request, access and result.
Does ApparelMagic MCP work with my existing ERP?
Yes, it connects directly to your ApparelMagic Cloud ERP. You'll be able to pull your actual live data into your AI chat.
Can I use it to check my stock levels?
You can ask your agent to check the stock for any specific product or style. It pulls the real-time count from your inventory records.
Is this good for wholesale order management?
It's perfect for that. You can list all your sales orders or get specific details on a single order to see quantities and SKUs.
Can I track my shipments with this?
Yes, your agent can list all shipments or pull up the specific status of a single shipment to see where it is in the fulfillment process.
How do I get my customer data into the AI?
Once connected, your agent can pull up customer profiles and histories. This helps you see who your buyers are and what they've ordered in the past.
What kind of apparel products can I manage?
You can manage anything in your ApparelMagic account, from specific SKUs to broad styles and full product collections.
How do I get my ApparelMagic API Token?
Log in to your ApparelMagic Cloud account, navigate to Settings > API > Tokens, and generate a new token. You will also need your account subdomain (e.g., 'yourbrand' in yourbrand.app.apparelmagic.com).
Does the API support real-time inventory updates?
Yes, the list_inventory capability queries ApparelMagic's current stock records, allowing your AI agent to provide accurate availability information based on latest transactions.
Can I filter orders by their modification date?
While the current MCP capabilities provide basic listing, you can ask your AI agent to 'find recent orders' and it will parse the results from ApparelMagic to identify newly created or updated records.
One connection away
Give your agent a direct line to ApparelMagic.
Connect ApparelMagic once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available