Shippify Connector for AI agents.
11 live capabilities
Manage last-mile deliveries and warehouse logistics through natural conversation.
Waiting for input…
Why people use Shippify
Shippify for Last-Mile Delivery Automation
With this Connector, you can just ask your agent to do the heavy lifting. Instead of clicking through three different pages, you tell your agent to book a delivery or check a route, and it happens instantly. You get a unified way to manage your entire fulfillment pipeline without ever leaving your chat window.
What Vinkius changes
You get a voice controlled logistics command center that acts directly on your Shippify data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant Customer Support
A customer asks where their package is.
- Real-world use case 02
Rapid Dispatching
A new order comes in.
- Real-world use case 03
Daily Fleet Audit
A manager wants to see the day's progress.
Complete set · 11capabilities
The complete Shippify capability set.
These are the exact actions your AI can choose when you ask it to work with Shippify.
01—04
4 capabilities in this set.
Part of 11 available through Shippify.
- 01 Capability
List routes
View all current delivery routes in your system. It's great for seeing how your fleet is distributed.
- 02 Capability
List warehouses
See a list of all warehouses linked to your account. This helps you manage pickup points easily.
- 03 Capability
Get delivery quote
Get a price estimate for a specific delivery route. This helps you know costs before you schedule a shipment.
- 04 Capability
Get tracking
Retrieve the current status of a specific delivery. Use this to give customers accurate updates on their packages.
05—08
4 capabilities in this set.
Part of 11 available through Shippify.
- 05 Capability
List drivers
See a list of all available delivery drivers. This helps you know who is ready to take on new work.
- 06 Capability
Create delivery
Schedule a new delivery order. Just provide the details and the agent handles the booking.
- 07 Capability
Get delivery details
Pull specific information about a single delivery. Use this to see the full metadata for a package.
- 08 Capability
Get delivery tracking
Check live geographic tracking for an active shipment. This is perfect for real-time where is my order queries.
09—11
3 capabilities in this set.
Part of 11 available through Shippify.
- 09 Capability
List deliveries
Get a full list of all your Shippify deliveries. Use this to see what's active, scheduled, or completed.
- 10 Capability
Cancel delivery
Stop a delivery that hasn't been completed yet. This allows you to pull back orders quickly.
- 11 Capability
Get driver
Get the specific details for an individual driver. Use this to see who is assigned to a specific route.
Set up in minutes
One URL. Then ask Shippify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Shippify 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_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Shippify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify URL.
- Step 03
Save and start
Save the connection and enable Shippify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"shippify": {
"url": "https://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify
Open Agent mode in chat and ask: "Using Shippify, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"shippify": {
"url": "https://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify
Ask Copilot: "Using Shippify, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"shippify": {
"url": "https://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify
Open Cascade and ask: "Using Shippify, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"shippify": {
"url": "https://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify
Ask Cline: "Using Shippify, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add shippify --transport http "https://edge.vinkius.com/vk_preview_Tl8t2JGq73wXhkC6KGBIVgNn51ne7dNuYqffmNyC/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 Shippify
Ask Claude: "Using Shippify, show me...". 11 tools are ready
Where the request belongs
Work Shippify can move forward.
The logistics manager who's tired of manual data entry at the end of the day, or the e-commerce owner who needs to give customers real-time updates without constant phone calls.
Logistics Coordinator
Uses the capability to check driver status and route availability during peak hours.
E-commerce Operations Manager
Monitors warehouse inventory and fulfillment speed to ensure on-time shipping.
Dispatcher
Quickly books new deliveries and cancels pending ones as orders come in.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShipday
Dispatch and track local deliveries with driver management, route optimization, and real-time tracking for last-mile operations.
AfterShip Tracking
Shipment tracking and logistics. track packages, manage couriers, and monitor deliveries via AI.
Moova
Automate smart logistics via Moova. create shipments, track deliveries, get shipping quotes, and orchestrate carriers from any AI agent.
GoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
ShippingBo
Orchestrate your e-commerce logistics with order management, warehouse operations, and carrier integration for French retailers.
FedEx
AI logistics: track shipments, get rates, create shipments, and find locations via agents.
Bring your own AI
Change the model, client or framework. Keep Shippify 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 Shippify.
The practical details behind the request, access and result.
Can Shippify MCP help me track my drivers?
Yes, it lets you see live tracking and driver details so you know exactly where your fleet is and who is assigned to which route.
How do I book a new delivery using Shippify?
You just tell your AI agent where the package is going and what's inside, and it handles the booking for you automatically.
Can I get price estimates before shipping?
Yes, you can ask for a quote for any specific route to see the different cost options and time windows before you commit.
Does Shippify MCP work for warehouse management?
It allows you to list your warehouses and pickup points so you can manage your fulfillment locations directly from your agent.
Can I cancel a shipment if it's already scheduled?
You can use the Connector to cancel any pending deliveries before they leave the warehouse, making it easy to manage order changes.
Is this good for e-commerce brands?
It's perfect for e-commerce brands that need to automate last-mile delivery and keep customers informed with real-time updates.
Can I track an active delivery using my AI agent?
Yes! Use the get_delivery_tracking capability and provide the Delivery ID. Your agent will retrieve the current status and geographic location.
One connection away
Give your agent a direct line to Shippify.
Connect Shippify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available