▍ Shipping infrastructure
Rate quotes, label generation, tracking, and cross-border customs — exposed as MCP tools. Programmatic onboarding, idempotent by default, scoped credentials per task. No dashboards, no sales calls.
Public launch · Tuesday, June 16, 2026
Three calls from English sentence to printable label. Your agent handles the orchestration; ShipMCP handles the carriers.
Paste a four-line config into Claude Desktop, Cursor, Cline, or your own agent. No SDK to learn.
Your agent calls get_rates with addresses and a parcel. Pick a rate. Call create_label with an idempotency_key.
A signed PDF URL and a carrier tracking number land in the response. Replays are deduped — never charged twice.
{
"mcpServers": {
"shipmcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.shipmcp.com"]
}
}
}Paste in claude_desktop_config.json, restart, and ask your agent to ship something.
Nine tools cover the full shipping lifecycle. Each one returns structured output an LLM can act on — and structured errors with concrete recovery steps when something goes wrong.
get_ratesQuote shipping rates from supported carriers.
create_labelBuy a label for a previously quoted rate. Idempotent.
validate_addressNormalize and verify a shipping address.
get_trackingFetch the tracking timeline for a shipment.
void_labelVoid a label and request a refund.
mint_scoped_tokenIssue a spend-capped, time-bound API token.
create_customs_declarationBuild a customs declaration for cross-border.
lookup_hs_codeResolve a product description to an HS code.
estimate_landed_costTotal landed cost: shipping + duties + tax.
USPS first (US domestic), with Canada Post for cross-border North America at launch. UPS, FedEx, and Purolator quote through the same interface. EU carriers are out of scope for v1.
Programmatic signup with no sales call, idempotency keys on every label call, scoped credentials per task, and structured errors with concrete recovery actions. Built for agents to read and act on, not for humans to debug in a dashboard.
Free for the first 50 labels per month. After that, the carrier's cost plus a flat $0.05 per label. No monthly minimum, no platform fee.
Public launch is Tuesday, June 16, 2026. The MCP surface, idempotency, and label purchase flow are live in private testing today. Everything else ships in the weeks before launch.
One message the day signups open — June 16, 2026. No newsletter, no follow-up, no nudges.