KuaiDi100 Connector for AI agents.
8 live capabilities
Track shipments and manage Chinese logistics through natural conversation.
Waiting for input…
Why people use KuaiDi100
KuaiDi100 for Solving Manual Chinese Logistics Tracking
With this Connector, you just tell your agent what you need. You can ask "Where is order 123?" and get the status immediately. It handles the data fetching and presents the info in plain text. You get your answers in seconds without ever opening a new tab.
What Vinkius changes
You get a direct line to Chinese logistics data through a simple 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
Bulk order status checks
An e-commerce owner needs to know where 50 different packages are.
- Real-world use case 02
Comparing shipping costs
A logistics manager needs to find out which carrier is the cheapest for a 10kg box to Shenzhen.
- Real-world use case 03
Identifying unknown carriers
A customer support rep gets a weird tracking number and needs to know who the carrier is.
Complete set · 8capabilities
The complete KuaiDi100 capability set.
These are the exact actions your AI can choose when you ask it to work with KuaiDi100.
01—04
4 capabilities in this set.
Part of 8 available through KuaiDi100.
- 01 Capability
Estimate delivery time
Get a projected arrival date for a shipment between two locations. This helps you set accurate delivery expectations for your customers.
- 02 Capability
Get map tracking
Fetch data that shows the physical path a package took. It's perfect for visualizing the journey of an international shipment.
- 03 Capability
Identify carrier
Input a tracking number to find out which shipping company is handling it. This saves you from having to guess based on the number format.
- 04 Capability
Query shipping price
Get a quote for shipping costs based on weight and destination. Use this to compare different carriers before booking.
05—08
4 capabilities in this set.
Part of 8 available through KuaiDi100.
- 05 Capability
Submit shipping order
Generate an electronic waybill for printing. This helps you get your packages out the door faster.
- 06 Capability
Subscribe tracking
Set up a system to get notified automatically when a package status changes. You won't have to keep checking the status manually.
- 07 Capability
Track package
Get the current status and history of a specific shipment. You can check where a package is in real-time.
- 08 Capability
Check carrier availability
See which carriers actually provide service on a specific route. Use this to find the best options for your shipping needs.
Set up in minutes
One URL. Then ask KuaiDi100 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use KuaiDi100 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_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable KuaiDi100 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100 URL.
- Step 03
Save and start
Save the connection and enable KuaiDi100 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaidi100": {
"url": "https://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100
Open Agent mode in chat and ask: "Using KuaiDi100, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaidi100": {
"url": "https://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100
Ask Copilot: "Using KuaiDi100, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaidi100": {
"url": "https://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100
Open Cascade and ask: "Using KuaiDi100, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kuaidi100": {
"url": "https://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100
Ask Cline: "Using KuaiDi100, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kuaidi100 --transport http "https://edge.vinkius.com/vk_preview_urDXKOtIDziNBfjns8xXMGeT0spExcQovI2NIT7y/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 KuaiDi100
Ask Claude: "Using KuaiDi100, show me...". 8 tools are ready
Where the request belongs
Work KuaiDi100 can move forward.
This is for the e-commerce owner tired of manually updating spreadsheets for every shipment, the logistics manager auditing high-volume routes, and the customer support rep who's tired of copy-pasting tracking numbers into chat windows.
E-commerce Operations Manager
They use this on a Tuesday to check the status of 200 different orders and quickly identify which carrier is lagging on deliveries.
Logistics Coordinator
They use this to get price quotes for new shipping routes and check which carriers provide the best coverage for specific regions.
Customer Success Representative
They use this to give customers instant, accurate answers about where their packages are without having to leave their communication capability.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors17Track
Global package tracking platform. monitor shipments across 1500+ carriers via AI.
KDniao
Major logistics tracking platform in China. manage express deliveries, waybills, and status updates via AI.
AfterShip Tracking
Shipment tracking and logistics. track packages, manage couriers, and monitor deliveries via AI.
AfterShip
Track packages worldwide. create, manage, and monitor shipments via AI.
Ship24
Track shipments from 1200+ carriers worldwide with a universal tracking API that gives real-time delivery status updates.
SafeCube Container Tracking
Track maritime containers. audit shipments and events via AI.
Bring your own AI
Change the model, client or framework. Keep KuaiDi100 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 KuaiDi100.
The practical details behind the request, access and result.
Can KuaiDi100 MCP track international packages?
Yes, it tracks both domestic and international shipments within the Chinese logistics network.
How do I use KuaiDi100 MCP to find a carrier?
Just provide the tracking number to your agent, and it will identify the correct carrier for you.
Can I get shipping quotes with KuaiDi100 MCP?
Yes, you can ask for price estimates based on the weight of the package and the destination.
Does KuaiDi100 MCP support automatic notifications?
Yes, you can set up subscriptions to get real-time updates when a package's status changes.
Can I generate shipping labels with KuaiDi100 MCP?
Yes, it can generate electronic waybills which you can then print for your shipments.
Is KuaiDi100 MCP good for high-volume e-commerce?
It's ideal for e-commerce because it allows you to manage and query many shipments quickly through a single interface.
How do I find my KuaiDi100 Customer ID and Key?
Log in to the KuaiDi100 API Portal, register for a developer account, and you will find your Customer Code (customer) and Authentication Key (key) in your account management dashboard.
Do I need a phone number for tracking?
Some premium carriers, especially Shunfeng (SF Express) and JD Logistics, require the last 4 digits of the recipient's phone number to retrieve tracking data for security reasons.
Is international tracking supported?
Yes! KuaiDi100 supports over 1,000 domestic and international carriers. You can use the identify_carrier capability if you are unsure which global company is handling your shipment.
One connection away
Give your agent a direct line to KuaiDi100.
Connect KuaiDi100 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available