ShippingBo Connector for AI agents.
8 live capabilities
Manage e-commerce fulfillment and multi-warehouse inventory through natural conversation.
Waiting for input…
Why people use ShippingBo
ShippingBo E-commerce Logistics for Multi-Warehouse Inventory Management
This Connector changes that by bringing everything into your AI client. You can ask about an order, update a stock count, or check a warehouse slot without ever leaving your conversation. It turns your logistics workflow into a single, coherent dialogue.
What Vinkius changes
You get a conversational interface for your entire e-commerce fulfillment operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating stock after a shipment arrives
A warehouse lead gets a delivery and asks the agent to use `update_stock` to increase the count for 50 items.
- Real-world use case 02
Checking a customer's order status
A support rep asks "Where is order #123?
- Real-world use case 03
Auditing warehouse space
A manager asks the agent to list all `list_warehouse_slots` to see which areas of the warehouse are currently empty.
Complete set · 8capabilities
The complete ShippingBo capability set.
These are the exact actions your AI can choose when you ask it to work with ShippingBo.
01—04
4 capabilities in this set.
Part of 8 available through ShippingBo.
- 01 Capability
Get order
ShippingBo gets the specific details for a single sales order. Use this to handle individual customer inquiries or fulfillment tasks.
- 02 Capability
Get product
ShippingBo gets the full details for a specific item in your catalog. This helps you quickly check specs or descriptions without searching.
- 03 Capability
List warehouse slots
ShippingBo lists the storage slots in your warehouse. Use this to manage your physical layout and optimize space.
- 04 Capability
Update stock
ShippingBo updates the stock count for a specific product. This is the fastest way to keep your inventory accurate across channels.
05—08
4 capabilities in this set.
Part of 8 available through ShippingBo.
- 05 Capability
List orders
ShippingBo sees a complete list of all your sales orders. Use this to keep your fulfillment pipeline organized and up to date.
- 06 Capability
List packs
ShippingBo sees all available packaging options for your shipments. This ensures you know what is available for different order sizes.
- 07 Capability
List products
ShippingBo lists every product in your catalog. Use this to audit your inventory or find specific SKUs quickly.
- 08 Capability
List shipments
ShippingBo lists all current and past shipments. This allows you to monitor delivery progress across your entire operation.
Set up in minutes
One URL. Then ask ShippingBo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ShippingBo 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_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ShippingBo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo URL.
- Step 03
Save and start
Save the connection and enable ShippingBo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"shippingbo": {
"url": "https://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo
Open Agent mode in chat and ask: "Using ShippingBo, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"shippingbo": {
"url": "https://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo
Ask Copilot: "Using ShippingBo, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"shippingbo": {
"url": "https://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo
Open Cascade and ask: "Using ShippingBo, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"shippingbo": {
"url": "https://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo
Ask Cline: "Using ShippingBo, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add shippingbo --transport http "https://edge.vinkius.com/vk_preview_BYkolgcAO5dyAGzWCIZZtzZFn1qCfOhC3NFNwJ9O/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 ShippingBo
Ask Claude: "Using ShippingBo, show me...". 8 tools are ready
Where the request belongs
Work ShippingBo can move forward.
This is for the logistics manager who is drowning in spreadsheets or the warehouse lead who needs to update stock counts without leaving their current workflow. It's for anyone tired of clicking through multiple screens to find a single shipment status.
E-commerce Logistics Manager
Uses the Connector to monitor multi-warehouse stock and pull order details during peak seasons.
Warehouse Operations Lead
Updates product stock levels and checks warehouse slots to organize physical space.
Customer Success Representative
Quickly retrieves shipment metadata to give customers accurate delivery updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFlexport Logistics
Manage e-commerce fulfillment, inventory, and returns via AI agents with Flexport Logistics.
Shippify
Automate logistics and last-mile delivery via Shippify. manage deliveries, tracking, and warehouses directly from any AI agent.
GoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
Enspire Commerce
Equip your AI agent to manage omni-channel orders, track inventory, and monitor shipments via the Enspire API.
ShipBob
Automate your e-commerce fulfillment with ShipBob. manage products, track orders, and monitor inventory levels directly from your AI agent.
DCL Logistics
Equip your AI agent to manage order fulfillment, track shipments, and monitor warehouse inventory via the DCL Logistics API.
Bring your own AI
Change the model, client or framework. Keep ShippingBo 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 ShippingBo.
The practical details behind the request, access and result.
How does ShippingBo help my e-commerce store?
ShippingBo lets you manage orders, stock, and shipments through a chat interface. It connects your logistics data to your AI agent so you can handle fulfillment without jumping between different dashboards.
Does ShippingBo manage multiple warehouses?
Yes, ShippingBo lets you monitor warehouse slots and stock levels across different locations. You can see your entire physical storage layout in one view.
How do I update stock levels with ShippingBo?
You just tell your AI agent to update the stock for a specific product. It handles the request automatically and keeps your inventory accurate across your channels.
Does ShippingBo work for French retailers?
Yes, ShippingBo is designed to handle the specific logistics and fulfillment needs of French e-commerce businesses.
How do I see my shipment tracking with ShippingBo?
ShippingBo lets you see shipment tracking by asking your agent to check the status of a specific order or view all current shipments in your pipeline.
Is ShippingBo good for warehouse management?
ShippingBo helps by letting you view warehouse slots and manage product counts without manual data entry. It gives you a clear overview of your physical storage organization.
Can my AI automatically update the stock count for a specific product just by providing its ID?
Yes! Use the update_stock capability. Provide the Product ID and the new stock count, and your agent will synchronize it across your ShippingBo warehouses instantly.
How do I monitor the status of warehouse slots to see how my inventory is organized?
Simply ask the agent to run the list_warehouse_slots action. It will retrieve the full list of storage slots configured in your ShippingBo account.
How do I find my ShippingBo API credentials?
Log in to your ShippingBo account, navigate to Settings > API, and you will find your unique API User (X-API-USER) and Token (X-API-TOKEN) there.
One connection away
Give your agent a direct line to ShippingBo.
Connect ShippingBo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available