EasyPost Connector for AI agents.
10 live capabilities
Manage shipping logistics and carrier tracking through your AI client.
Waiting for input…
Why people use EasyPost
EasyPost Shipping Logistics and Carrier Management
This Connector changes that by letting your agent do the digging. You just ask for the status of a specific code or a summary of your active shipments, and the agent pulls that data instantly. You get a single source of truth for your entire logistics chain.
What Vinkius changes
You get a unified way to manage logistics and carrier data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Answering 'Where is my order?' tickets
A customer support rep asks the agent to find a package using search_by_tracking_code.
- Real-world use case 02
Auditing carrier performance
A logistics manager asks for a summary of delivery success rates.
- Real-world use case 03
Checking current transit volume
A warehouse manager wants to know how many packages are still moving.
Complete set · 10capabilities
The complete EasyPost capability set.
These are the exact actions your AI can choose when you ask it to work with EasyPost.
01—04
4 capabilities in this set.
Part of 10 available through EasyPost.
- 01 Capability
Get easypost account metadata
See your account limits and usage info. This helps you stay within your API boundaries.
- 02 Capability
List carrier accounts
View all connected carriers like UPS and FedEx. It gives you a quick look at your active fleet.
- 03 Capability
Quick delivery health audit
Get a high-level summary of your shipment success rates. Use this to audit your fulfillment performance.
- 04 Capability
List shipping shipments
Retrieve a complete list of every shipment in your account. Use this for full historical oversight.
05—07
3 capabilities in this set.
Part of 10 available through EasyPost.
- 05 Capability
List active trackers
See all active tracking objects currently in your account. It keeps your active shipments organized.
- 06 Capability
Search by tracking code
Find a specific tracker using its unique tracking code. This is the fastest way to look up a single package.
- 07 Capability
Get shipment details
Pull specific rates and info for a single shipment. It helps you verify costs before finalizing labels.
08—10
3 capabilities in this set.
Part of 10 available through EasyPost.
- 08 Capability
Get tracking details
Fetch real-time status and checkpoint events for a tracker. This provides the exact location of a package.
- 09 Capability
List in transit packages
See which shipments are still moving with a carrier. It helps you identify items that haven't arrived yet.
- 10 Capability
List latest shipments
Find the most recent shipments you've created. This is great for quick verification of new orders.
Set up in minutes
One URL. Then ask EasyPost to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EasyPost 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_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EasyPost for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost URL.
- Step 03
Save and start
Save the connection and enable EasyPost in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"easypost": {
"url": "https://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost
Open Agent mode in chat and ask: "Using EasyPost, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"easypost": {
"url": "https://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost
Ask Copilot: "Using EasyPost, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"easypost": {
"url": "https://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost
Open Cascade and ask: "Using EasyPost, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"easypost": {
"url": "https://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost
Ask Cline: "Using EasyPost, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add easypost --transport http "https://edge.vinkius.com/vk_preview_tNhg4o9Wm9vYBlUrZxYlP2ChLzE3r5lVhHENu1iw/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 EasyPost
Ask Claude: "Using EasyPost, show me...". 10 tools are ready
Where the request belongs
Work EasyPost can move forward.
For the e-commerce owner tired of refreshing carrier websites or the support rep drowning in 'where is my order' tickets.
E-commerce Manager
Checks delivery success rates and carrier performance during peak sales seasons to identify bottlenecks.
Logistics Coordinator
Monitors a fleet of in-transit packages to spot delays and manage carrier account health.
Customer Support Rep
Looks up specific tracking events to provide instant, accurate answers to customer inquiries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShipEngine
Automate shipping and logistics via ShipEngine. validate addresses, compare rates, and track packages directly from any AI agent.
Easyship
Equip your AI agent to manage global shipments, track packages, and request shipping rates via the Easyship API.
GoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
FedEx
AI logistics: track shipments, get rates, create shipments, and find locations via agents.
AfterShip
Track packages worldwide. create, manage, and monitor shipments via AI.
AfterShip Tracking
Shipment tracking and logistics. track packages, manage couriers, and monitor deliveries via AI.
Bring your own AI
Change the model, client or framework. Keep EasyPost 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 EasyPost.
The practical details behind the request, access and result.
Can EasyPost MCP track UPS and FedEx shipments?
Yes. It connects to major carriers including UPS, FedEx, and USPS, allowing your agent to pull real-time tracking data for any of those services.
How does EasyPost MCP help customer support teams?
It lets your support agents pull specific tracking events and statuses instantly. You can give customers accurate updates without leaving your chat capability.
Does EasyPost MCP show my carrier account limits?
Yes. You can ask your agent to check your account metadata to see your current usage limits and account status.
Can I see my recent shipments with EasyPost MCP?
You can. The agent can quickly identify the most recent shipments created in your account for easy verification.
Is EasyPost MCP good for auditing delivery success?
Yes, it's designed for that. You can get a high-level summary of your shipment activity and success rates to identify performance issues.
Does EasyPost MCP support multiple carriers at once?
Yes, it manages your entire fleet of connected carriers in one place, so you can query across different services simultaneously.
How do I get an EasyPost API Key?
Log in to your EasyPost dashboard, navigate to Account Settings > API Keys, and you can find your Live and Test API keys there. Ensure you use the appropriate key for the data you want to access.
Can the agent purchase shipping labels?
This integration currently focuses on listing and auditing shipments, trackers, and carrier accounts. Purchasing labels or generating labels should be managed via the EasyPost web portal or specific creation API endpoints.
Which carriers are supported?
EasyPost supports over 100 carriers globally, including USPS, FedEx, UPS, DHL, and many regional carriers. You can use the list_carrier_accounts capability to see which ones are connected to your account.
One connection away
Give your agent a direct line to EasyPost.
Connect EasyPost once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available