Easyship Connector for AI agents.
10 live capabilities
Manage global shipping rates and package tracking for your e-commerce store.
Waiting for input…
Why people use Easyship
Easyship for Global Shipping Logistics
This Connector puts all that data into a single conversation. You can ask your agent to pull a list of every shipment in transit or find a specific order by its reference ID. Instead of manual lookups, you get a direct line to your logistics data. You get a clear picture of your global operations without ever opening a browser tab.
What Vinkius changes
You get a conversational interface for your entire global logistics chain.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking a stuck package
A customer is angry because their package is stuck.
- Real-world use case 02
Checking shipping availability
You need to know if you can ship to Brazil.
- Real-world use case 03
Auditing shipping success
You want to see if your shipping costs are rising.
Complete set · 10capabilities
The complete Easyship capability set.
These are the exact actions your AI can choose when you ask it to work with Easyship.
01—04
4 capabilities in this set.
Part of 10 available through Easyship.
- 01 Capability
Get easyship account metadata
Retrieve your account limits and metadata. This helps you stay within your platform's operational boundaries.
- 02 Capability
List available couriers
See all couriers and their service boundaries. This tells you who can actually deliver to a specific location.
- 03 Capability
List latest shipments
See the most recently created or updated shipments. It's perfect for checking the latest batch of orders.
- 04 Capability
Search shipments by reference
Search for shipments using a reference ID or keyword. This is how you find a specific order when a customer gives you a code.
05—07
3 capabilities in this set.
Part of 10 available through Easyship.
- 05 Capability
Quick shipping volume audit
Get a high-level summary of your shipment activity and success rates. It helps you see how your logistics are performing at a glance.
- 06 Capability
Get shipment details
Pull detailed information and tracking for a specific shipment. Use this to see every checkpoint for a single order.
- 07 Capability
List failed deliveries
Identify shipments that hit a snag or failed delivery. This is your go-to for spotting issues that need manual intervention.
08—10
3 capabilities in this set.
Part of 10 available through Easyship.
- 08 Capability
List in transit shipments
Find all packages currently moving with a courier. It helps you keep a pulse on active global movements.
- 09 Capability
Get shipping rates
Request shipping quotes for a potential parcel. Use this to give customers accurate pricing during checkout.
- 10 Capability
List logistics shipments
List every shipment in your Easyship account. Use this for a full dump of your logistics data.
Set up in minutes
One URL. Then ask Easyship to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Easyship 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_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Easyship for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship URL.
- Step 03
Save and start
Save the connection and enable Easyship in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"easyship": {
"url": "https://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship
Open Agent mode in chat and ask: "Using Easyship, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"easyship": {
"url": "https://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship
Ask Copilot: "Using Easyship, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"easyship": {
"url": "https://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship
Open Cascade and ask: "Using Easyship, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"easyship": {
"url": "https://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship
Ask Cline: "Using Easyship, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add easyship --transport http "https://edge.vinkius.com/vk_preview_XV1fGNzhIg6qDHKZB124k3DCH343JQIFBvzuYJ8r/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 Easyship
Ask Claude: "Using Easyship, show me...". 10 tools are ready
Where the request belongs
Work Easyship can move forward.
The e-commerce owner who's tired of manually updating spreadsheets for every international order. It's for the logistics lead who needs to see carrier performance without logging into four different portals.
E-commerce Manager
Checking shipping costs for new markets on a Tuesday afternoon to see if the margins work.
Logistics Coordinator
Identifying failed deliveries to trigger proactive customer outreach before the customer complains.
Customer Support Rep
Pulling specific delivery history to calm down an angry customer who says their package never arrived.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
AfterShip
Track packages worldwide. create, manage, and monitor shipments via AI.
ShipEngine
Automate shipping and logistics via ShipEngine. validate addresses, compare rates, and track packages directly from any AI agent.
Ship24
Track shipments from 1200+ carriers worldwide with a universal tracking API that gives real-time delivery status updates.
FedEx
AI logistics: track shipments, get rates, create shipments, and find locations via agents.
DHL
AI logistics: track global shipments, audit delayed packages, and quote DHL worldwide rates.
Bring your own AI
Change the model, client or framework. Keep Easyship 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 Easyship.
The practical details behind the request, access and result.
How does the Easyship MCP help my e-commerce store?
It connects your AI agent directly to your shipping data, letting you check rates, track packages, and manage global logistics through a simple chat.
Can I use the Easyship MCP to see international shipping costs?
Yes, you can ask your agent to pull real-time quotes for any destination based on parcel weight and dimensions.
How do I track a package using the Easyship MCP?
Just give your agent the reference ID or order number. It will pull the full tracking history and the latest checkpoint for you.
Can the Easyship MCP identify my failed deliveries?
Yes, it can automatically pull a list of all shipments that encountered issues so you can fix them quickly.
Is the Easyship MCP good for cross-border shipping?
It's built specifically for that. It handles global carrier data and multi-country logistics for e-commerce brands.
Can I see which couriers are available for specific countries?
Yes, the Connector can list all couriers and their service boundaries so you know exactly who can ship where.
How do I get an Easyship API Key?
Log in to your Easyship dashboard, navigate to Connect > API, and you can create a new API token or retrieve an existing one from there.
Can the agent generate labels?
This integration currently focuses on listing and auditing shipments, tracking, and rates. Purchasing and printing shipping labels should be managed via the Easyship web portal or dedicated creation API endpoints.
Does it support international shipping?
Yes, Easyship is designed specifically for global logistics. The agent can retrieve rates and tracking for both domestic and international shipments.
One connection away
Give your agent a direct line to Easyship.
Connect Easyship once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available