Warning
Deprecated. No longer maintained.
Shippo's AI integrations (ClawHub skill, Claude Code plugin, and more) are now consolidated in one repository, goshippo/ai. The ClawHub skill is published from there as shippo/goshippo (install with openclaw skills install goshippo). The setup described below points at a retired endpoint; for the current hosted Shippo MCP (per-user OAuth, no API key to copy), see the Shippo MCP documentation.
Ship packages with Shippo via AI agents. This ClawHub skill gives Claude the knowledge and workflows to validate addresses, compare carrier rates, purchase shipping labels, track packages, and more -- all through natural language.
npx clawhub@latest install shippoThis skill requires a connection to the Shippo MCP server. Follow both steps below.
export SHIPPO_API_KEY="ShippoToken shippo_test_xxxxx"Replace shippo_test_xxxxx with your actual Shippo API key. You can get one at apps.goshippo.com/register.
Add the following to your MCP configuration:
- URL:
https://app.getgram.ai/mcp/shippo-mcp-beta - Header:
Mcp-Shippo-Merged-Api-Key-Headerwith the value of your API key (e.g.,ShippoToken shippo_test_xxxxx)
- Validate and standardize shipping addresses
- Compare rates across USPS, UPS, FedEx, DHL
- Purchase shipping labels (domestic and international)
- Track packages across carriers
- Process bulk shipments from CSV files
- Analyze shipping costs and optimize packaging
"Compare rates for a 2lb package from San Francisco to New York"
"Purchase a shipping label for a return from Chicago to LA"
"Track package 1Z999AA10123456784"
- Shippo Documentation
- Shippo Claude Code Plugin -- full plugin experience with extended workflows
- Sign up for a Shippo API key
MIT