Shipmondo Connector for AI agents.
11 live capabilities
Manage multi-carrier shipping and e-commerce logistics across Europe.
Waiting for input…
Why people use Shipmondo
Shipmondo Logistics for Multi-Carrier E-commerce Shipping
This Shipmondo MCP lets your AI agent do the clicking for you. You can just tell your agent to find the best rate for a package or create a shipment from an order. It pulls the data you need from the Shipmondo API and handles the logistics, so you can stay focused on selling products instead of managing labels.
What Vinkius changes
That you get a logistics coordinator that works inside your favorite AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Comparing international shipping rates
A customer wants the cheapest way to ship a 5kg box from Copenhagen to Berlin.
- Real-world use case 02
Checking specific order status
A warehouse worker needs to see if a specific order is ready.
- Real-world use case 03
Finding local drop-off spots
A customer asks where they can drop off a return in Denmark.
Complete set · 11capabilities
The complete Shipmondo capability set.
These are the exact actions your AI can choose when you ask it to work with Shipmondo.
01—04
4 capabilities in this set.
Part of 11 available through Shipmondo.
- 01 Capability
Get order
Get specific sales order details. This helps you quickly find information for a specific customer inquiry.
- 02 Capability
Create shipment
Create a new shipment by passing data as a JSON string. This lets your agent handle the actual shipping request automatically.
- 03 Capability
Get account balance
Check your current Shipmondo account balance. Use this to ensure your funds are topped up for uninterrupted shipping.
- 04 Capability
Get shipping quote
Get a shipping rate quote for a specific package. Use this to compare costs before finalizing a sale.
05—08
4 capabilities in this set.
Part of 11 available through Shipmondo.
- 05 Capability
Get shipment
Get details for a specific shipment. This is perfect for looking up the exact status of a package in transit.
- 06 Capability
List carriers
List all available shipping carriers. Use this to see which companies support your specific delivery regions.
- 07 Capability
List orders
List all sales orders. This gives your agent a bird's eye view of your entire fulfillment queue.
- 08 Capability
List pickpoints
Find carrier pickpoints. Use this to help customers choose convenient local delivery locations.
09—11
3 capabilities in this set.
Part of 11 available through Shipmondo.
- 09 Capability
List returns
List all return shipments. This helps you track incoming goods and manage your reverse logistics.
- 10 Capability
List shipments
List all shipments. Use this to get a high-level summary of everything currently moving in your network.
- 11 Capability
List warehouses
List all configured warehouses. This helps your agent understand which locations you use for fulfillment.
Set up in minutes
One URL. Then ask Shipmondo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Shipmondo 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_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Shipmondo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo URL.
- Step 03
Save and start
Save the connection and enable Shipmondo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"shipmondo": {
"url": "https://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo
Open Agent mode in chat and ask: "Using Shipmondo, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"shipmondo": {
"url": "https://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo
Ask Copilot: "Using Shipmondo, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"shipmondo": {
"url": "https://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo
Open Cascade and ask: "Using Shipmondo, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"shipmondo": {
"url": "https://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo
Ask Cline: "Using Shipmondo, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add shipmondo --transport http "https://edge.vinkius.com/vk_preview_45vJiIPq4qmIczou4iLUxxz3aosU7crsFIwf9Rey/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 Shipmondo
Ask Claude: "Using Shipmondo, show me...". 11 tools are ready
Where the request belongs
Work Shipmondo can move forward.
E-commerce store owners and logistics managers who are tired of manually creating shipping labels and hunting for carrier rates across different websites.
E-commerce Store Owner
Manages daily fulfillment and wants to see all orders in one place without opening five different tabs.
Logistics Coordinator
Needs to find the best shipping routes and pickpoints for international customers every day.
Warehouse Manager
Wants to check shipment statuses and warehouse locations quickly during the busy shipping season.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJSONCargo Maritime
Track global vessels. audit voyages and ports via AI.
Datalastic Maritime
Universal maritime intelligence. search vessels, track positions, and find ports via AI.
VesselAPI
Track maritime vessels. audit schedules and positions via AI.
NavAPI
Manage maritime navigation. audit ports, routes, and traffic via AI.
Navisphere
Automate freight logistics via Navisphere. search available loads, submit bids, track shipments, and manage documentation directly from your AI agent.
SafeCube Container Tracking
Track maritime containers. audit shipments and events via AI.
Bring your own AI
Change the model, client or framework. Keep Shipmondo 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 Shipmondo.
The practical details behind the request, access and result.
Can Shipmondo MCP help me with international shipping?
Yes, it handles carriers across Europe and Scandinavia. Your agent can pull rates and create shipments for various international destinations.
How does Shipmondo MCP handle different carriers?
It connects to the Shipmondo API, allowing your agent to see all available carriers and get real-time quotes from multiple companies at once.
Can I use Shipmondo MCP to find local drop-off spots?
Yes, it can find specific carrier pickpoints by zip code. This is great for helping your customers find convenient places to drop off their packages.
Does Shipmondo MCP support return shipments?
Yes, it lists all return shipments in your account. This makes it much easier to track items coming back to your warehouse.
Can I check my balance through Shipmondo MCP?
Yes, your agent can check your real-time account balance to make sure your shipping account is funded and ready for the day.
How do I create a shipping label with Shipmondo MCP?
You can simply ask your agent to create a shipment. It will pull the necessary data and generate the label for you automatically.
Can my AI find pickpoints for a specific carrier like PostNord or DHL?
Yes! Use the list_pickpoints capability with the carrier code (e.g., 'pnd' for PostNord, 'dhl' for DHL) and the zip code. Your agent will return a list of available locations instantly.
How do I check if I have enough balance to generate new labels?
Simply ask the AI to run the get_account_balance action. It will retrieve your real-time balance directly from your Shipmondo account.
Where do I find my API credentials?
Log in to your Shipmondo account, go to Settings > API > Access, and you will find your API User and API Key there.
One connection away
Give your agent a direct line to Shipmondo.
Connect Shipmondo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available