MCP server for Easyship — get shipping rates and track shipments
Project description
Easyship MCP Server
MCP server for Easyship — get shipping rates and track shipments.
Tools
- get_shipping_rates — compare courier options with prices and delivery times for a parcel
- track_shipment — get current status and checkpoint history for a shipment
Quick Start
Remote (recommended — no install needed)
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"easyship": {
"type": "url",
"url": "https://mcp.easyship.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
Local (via PyPI)
{
"mcpServers": {
"easyship": {
"command": "uvx",
"args": ["easyship-mcp"],
"env": {
"EASYSHIP_API_ACCESS_TOKEN": "YOUR_TOKEN"
}
}
}
}
Claude Code
claude mcp add easyship --transport http https://mcp.easyship.com/mcp
Configuration
Get your API token from Easyship Dashboard → Connect → API.
Usage examples
Get shipping rates:
"What are the shipping options for a 1.5kg package (30×20×15 cm) from Hong Kong to New York?"
Track a shipment:
"Track shipment ESSG10006001"
API version
This server targets the Easyship API v2024-09.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyship_mcp-0.3.1.tar.gz.
File metadata
- Download URL: easyship_mcp-0.3.1.tar.gz
- Upload date:
- Size: 232.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2be1bd0de95734709a6f239fb008d6407f69a95d4c8e56c30d58f308ddd93cd
|
|
| MD5 |
c1e6ee4f48e1f2119cd8934746718edf
|
|
| BLAKE2b-256 |
03c393b7649e94d1516c39e9d9e7f27b465f0c949434295fdfd7b4e883540bb2
|
File details
Details for the file easyship_mcp-0.3.1-py3-none-any.whl.
File metadata
- Download URL: easyship_mcp-0.3.1-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e491d39250413796202c990f1aca56c565b54249999ad744afaed9147d87e4a
|
|
| MD5 |
60591dae7fa7345398dc9b3f4af57e6f
|
|
| BLAKE2b-256 |
89387822e204a22599915b9f363ff77313c795e1563a4c5584aa4ff82b03d39b
|