Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This repo is the one-stop shop for building AI-powered shipping integrations with Shippo.
It contains:
providers/claude/plugin/): Install via --plugin-dir or the plugin marketplace (/plugin marketplace add goshippo/ai).providers/codex/plugin/): Install via the Codex plugin marketplace; bundles the skills plus the OAuth MCP server.providers/clawhub/skills/shippo/): Install via openclaw skills install @shippo/shippo.shippo-plugin.zip), attached to every GitHub Release. One upload provisions all the skills.providers/knowledge-pack/shippo-knowledge-pack.md): A single consolidated markdown for assistants that do not load SKILL.md folders. A user drops it into a chat, a Custom GPT's Knowledge, or a Project as context. It provides the shipping knowledge; live actions still use the hosted MCP connector.A skill is a folder containing a SKILL.md file, YAML frontmatter (at minimum: name and description) plus markdown instructions that tell an AI assistant how to perform a specific task. Skills can also bundle reference docs, scripts, and templates.
Agents load skills by progressive disclosure in three stages:
name and description, just enough to know when it might be relevant.SKILL.md body into context.shippo/references/*.md) as it works.Agent Skills is an open standard originally developed by Anthropic. The same SKILL.md works in Claude Code, Cursor, OpenAI Codex, GitHub Copilot, VS Code, and 30+ other agents.
In this repo, the 9 skills under skills/ are the canonical source. They're propagated into providers/claude/plugin/skills/ and providers/codex/plugin/skills/ (1:1 mirrors), providers/clawhub/skills/shippo/ (consolidated digest), and providers/knowledge-pack/shippo-knowledge-pack.md (a single upload-ready knowledge pack for ChatGPT and other non-skill-loading assistants) automatically by the sync scripts.
Shippo hosts a remote MCP server with per-user OAuth. Each user authorizes once through Shippo, there is no API key to copy. The Claude Code and OpenAI Codex plugins point at this endpoint and trigger the sign-in on first use.
| URL | Transport | Auth |
|---|---|---|
https://mcp.shippo.com | Streamable HTTP | Per-user Shippo OAuth |
For per-tool semantics and usage, see the Shippo MCP server docs.
Building on OpenAI? See Using the Shippo MCP from the OpenAI Responses API / Agents SDK for the developer config (no submission required).
The 9 skills in this repo are organized by mode of engagement: what the user is doing, not by product surface. The AI assistant matches the user's intent to one of three modes, then loads the right skill.
| Skill | What it does |
|---|---|
shippo-best-practices | Decision-router for Shippo integrations, which API to use, test vs. live mode discipline, response handling, critical rules |
| Skill | What it does |
|---|---|
address-validation | Validate, parse, and standardize US and international addresses |
rate-shopping | Compare rates across USPS, UPS, FedEx, DHL, and 30+ carriers |
label-purchase | Purchase domestic and international shipping labels with customs handling |
tracking | Track packages across carriers with status history, substatus codes, and webhooks |
batch-shipping | Process CSV files of shipments and generate labels in bulk |
shipping-analysis | Analyze costs, optimize package dimensions, compare carriers, review historical spend |
shippo-support-ticket | Build an auto-classified, routing-tagged support ticket (human + JSON) for a single shipment or label; read-only, for Shippo support agents |
| Skill | What it does |
|---|---|
upgrade-shippo | Guide for upgrading SDK versions, MCP server updates, breaking-change migration |
A user who already knows the workflow they need ("buy a label", "track this package") jumps straight to a Do skill. A user starting fresh ("I'm building a checkout flow with shipping, where do I start?") hits the Decide skill, which routes them to the right Do skill. Maintenance gets its own skill so production-readiness questions don't compete with workflow content.
The 9 skills lean on 11 shared reference docs under skills/shippo/references/ (carriers, customs, CSV format, error reference, etc.). Skills load references on demand, the AI doesn't pull all 11 into context, just the ones a given workflow needs.
Or install from the plugin marketplace:
On first use, run /mcp, select the Shippo server, and sign in to authorize the MCP over OAuth (no API key to copy).
Skills are namespaced under /shippo:: invoke directly with /shippo:rate-shopping, /shippo:label-purchase, /shippo:tracking, etc., or just describe what you're doing in natural language.
Codex installs the Shippo plugin (skills + OAuth MCP) from this repo's plugin marketplace:
See providers/codex/plugin/ for details. (To pull just the skill content without the plugin, Codex's skill-installer can also install a single providers/codex/plugin/skills/<name> directory.)
(Published as @shippo/shippo on the ClawHub registry.)
The Claude apps load the plugin as a single ZIP. shippo-plugin.zip (the whole plugin: manifest, OAuth MCP config, and all skills) is attached to every GitHub Release. Download it and add it via the app's Plugins UI. A Team/Enterprise admin can provision it org-wide in one step: Organization settings β Plugins β upload shippo-plugin.zip β set "Installed by default" (or assign to a group), and all skills become available to members. (Code execution must be enabled in Organization settings.)
To build the ZIP locally: npm run build:app-plugin (output in dist/app-plugin/).
You'll need a [Shippo account][api-keys]. Getting rates and validating addresses incur no charge; purchasing a label uses Shippo's discounted carrier rates and charges your account. The Claude Code and Codex plugins authorize per-user via OAuth on first use, so there's no API key to copy.
This plugin bundles two things, with a deliberate division of labor between them:
The skills teach the assistant how to ship across multiple API calls. The MCP server gives the assistant the per-call truth about each tool. The two surfaces are disjoint by design, same precedent Stripe uses (terse mcp.stripe.com tool descriptions, rich stripe/agents skills): so raw MCP users get accurate per-tool semantics and skill-installed users additionally get the workflow narrative, without contradiction.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/shippo)<a href="https://allmcps.com/mcp/shippo"><img src="https://allmcps.com/api/badge/shippo?style=directory" alt="Shippo on AllMCPs" /></a>