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