AfterShip Connector for AI agents.
9 live capabilities
Manage global package tracking and e-commerce shipments with your agent.
Waiting for input…
Why people use AfterShip
AfterShip for Real-Time E-commerce Logistics Tracking
This Connector removes that friction. You just give your agent the tracking number and it does the heavy lifting. It identifies the courier, fetches the latest location, and summarizes the status in a single sentence. You get your time back to focus on actual operations.
What Vinkius changes
You get a unified, natural language interface for global package tracking and management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Identifying unknown couriers
A customer sends a tracking number but doesn't say who the carrier is.
- Real-world use case 02
Bulk tracking status reports
You need to send a weekly report of all 'In Transit' packages.
- Real-world use case 03
Updating stalled deliveries
A package was delivered but the courier website still says 'Pending.
Complete set · 9capabilities
The complete AfterShip capability set.
These are the exact actions your AI can choose when you ask it to work with AfterShip.
01—03
3 capabilities in this set.
Part of 9 available through AfterShip.
- 01 Capability
Create tracking
Create a new shipment record. Include details like the courier, customer emails, and order IDs.
- 02 Capability
Delete tracking
Delete a tracking entry from your list. This action is permanent and cannot be undone.
- 03 Capability
Detect courier
Auto-detect the shipping company from a tracking number. It returns a ranked list of likely couriers.
04—06
3 capabilities in this set.
Part of 9 available through AfterShip.
- 04 Capability
Update tracking
Update an existing tracking entry. This lets you change details without affecting the tracking number.
- 05 Capability
Get tracking
Get the specific details for a single tracking number. This shows the current status and latest checkpoint.
- 06 Capability
List couriers
List all the courier companies supported by the platform. Use this to see contact info and requirements.
07—09
3 capabilities in this set.
Part of 9 available through AfterShip.
- 07 Capability
List trackings
List all your package trackings with filters. You can sort by courier, tag, date, or delivery status.
- 08 Capability
Mark tracking completed
Mark a tracking as completed when the courier hasn't updated it. This is useful for final delivery status.
- 09 Capability
Retrack tracking
Retrack an expired tracking to fetch new updates. This restarts the monitoring for a specific shipment.
Set up in minutes
One URL. Then ask AfterShip to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AfterShip 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_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AfterShip for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip URL.
- Step 03
Save and start
Save the connection and enable AfterShip in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aftership": {
"url": "https://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip
Open Agent mode in chat and ask: "Using AfterShip, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aftership": {
"url": "https://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip
Ask Copilot: "Using AfterShip, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aftership": {
"url": "https://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip
Open Cascade and ask: "Using AfterShip, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aftership": {
"url": "https://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip
Ask Cline: "Using AfterShip, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aftership --transport http "https://edge.vinkius.com/vk_preview_Ne2XoZa3CEDGdHqsikRW1fmnRsV7XT5KS8V7wt9Y/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 AfterShip
Ask Claude: "Using AfterShip, show me...". 9 tools are ready
Where the request belongs
Work AfterShip can move forward.
E-commerce store owners and logistics managers who are drowning in customer 'Where is my order?' inquiries and manual tracking spreadsheets.
E-commerce Operations Manager
Handles bulk shipment updates and courier status checks during peak seasons without leaving their primary workspace.
Customer Success Lead
Quickly pulls accurate delivery history to resolve shipping disputes and provide real-time updates to customers.
Logistics Coordinator
Manages multi-carrier shipments and identifies unknown couriers from raw data to streamline warehouse outflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAfterShip Tracking
Shipment tracking and logistics. track packages, manage couriers, and monitor deliveries via AI.
17Track
Global package tracking platform. monitor shipments across 1500+ carriers via AI.
Ship24
Track shipments from 1200+ carriers worldwide with a universal tracking API that gives real-time delivery status updates.
KuaiDi100
Ubiquitous logistics and package tracking platform in China. track shipments via AI.
GoBolt
Manage shipping rates, track parcel deliveries, and oversee logistics via AI agents with GoBolt.
Easyship
Equip your AI agent to manage global shipments, track packages, and request shipping rates via the Easyship API.
Bring your own AI
Change the model, client or framework. Keep AfterShip 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 AfterShip.
The practical details behind the request, access and result.
Can AfterShip MCP track international packages?
Yes, it supports 1,000+ couriers worldwide, allowing you to monitor shipments across different countries and carriers in one place.
How does AfterShip MCP identify couriers?
You simply provide the tracking number to your agent. The Connector then analyzes the format to return a ranked list of the most likely shipping companies.
Can I use AfterShip MCP to update my own delivery notes?
Yes, you can use your agent to update existing tracking entries with new notes or details without changing the tracking number itself.
Does AfterShip MCP work with my existing e-commerce store?
It connects to your AI client, which can then interact with your store data to provide a unified way to manage and view your shipments.
How do I handle packages that aren't updating?
You can ask your agent to retrack those specific shipments. This forces the Connector to fetch the latest available checkpoints from the courier's system.
Can I set up automated alerts with AfterShip MCP?
Yes, you can request your agent to set up email and SMS notifications for delivery updates, ensuring your customers stay informed automatically.
How do I get an AfterShip API Key?
Sign up at AfterShip, go to Settings > API Keys, and generate a new key. Free tier includes 100 shipments/month.
How many couriers are supported?
AfterShip supports 1,000+ courier companies worldwide including FedEx, UPS, DHL, USPS, Royal Mail, Canada Post, Australia Post, and many regional carriers.
Can I automatically detect which courier handles my tracking number?
Yes! Use the detect_courier capability with just the tracking number. It returns a ranked list of likely courier companies based on the tracking number format.
One connection away
Give your agent a direct line to AfterShip.
Connect AfterShip once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available