Easyship MCP Server: AI Shipping, Labels, Rates & Tracking in One Integration

Build agentic shipping workflows in the AI platform you already use. 25 tools across 550+ courier services and 200+ countries and territories, all one prompt away.
Easyship MCP Server: AI Shipping, Labels, Rates & Tracking in One Integration
3 Min Read
April 26, 2026
Paul
3 min read
Apr 26, 2026

Key Points

  • Easyship just launched the first cross-border shipping MCP server with real-time import tax and duty calculation across 200+ countries and territories.
  • 25 tools cover rate comparison, label generation, address validation, tracking, pickups, customs paperwork, billing, and analytics.
  • Works with Claude, ChatGPT, Cursor, Windsurf, Antigravity, OpenAI Agents SDK, Gemini CLI, and Codex CLI. Also runs inside n8n, Make, and Zapier.
  • Now publicly available worldwide and listed on the official MCP Registry.
  • Free with any Easyship account. Setup takes a few minutes.

The agentic commerce stack just got its shipping layer

Payments moved into chat. Storefronts and customer support followed. Logistics was the last layer still living outside the AI client. That gap closes today.

Stripe and OpenAI shipped the Agentic Commerce Protocol in late 2025. Microsoft Copilot Checkout went live in January 2026 with Shopify, PayPal, and Stripe as launch partners. Shopify followed with four MCP servers, including a Storefront MCP endpoint for every Shopify store. Every layer of the commerce stack has been racing to plug into MCP. Shipping was the obvious missing piece.

The Easyship MCP Server fills it. From a single prompt, your AI agent can compare rates, buy labels, and pull analytics across 550+ courier services and 200+ countries and territories. Address validation, pickup scheduling, and landed-cost calculation come with it. The same shipping infrastructure already moving hundreds of millions of packages a year is now callable in plain language inside Claude, ChatGPT, Cursor, Gemini, or any other MCP-compatible client.

"MCP is the universal adapter the developer ecosystem chose, and the commerce stack has been racing to plug into it. The shipping technology layer is complex, with dynamic rates, unique carrier logic, and customs rules that don't compress easily into a single API endpoint. We built the Easyship MCP Server so any AI agent can tap into 550+ global services with a single prompt and get back a real, printable label, or live shipping data on how to reduce fulfillment costs."

Paul Lugagne-Delpon, Co-Founder and CTO, Easyship

What's in the Easyship MCP Server?

The Easyship MCP Server connects Easyship's full shipping API infrastructure to any AI client that supports the Model Context Protocol, the open standard developed by Anthropic and now adopted by Stripe, PayPal, Slack, Atlassian, and Shopify.

The Easyship MCP Server ships 25 shipping and cross-border tools, grouped into eight categories:

Category What You Get
Rates Live multi-carrier rate comparison with pre-negotiated discounts up to 91% off retail
Shipments Create, update, cancel, retrieve, and track shipments end-to-end
Labels Generate domestic and international labels, plus customs paperwork
Address Validation Verify destinations across 200+ countries and territories
Tax And Duty Real-time landed cost calculation for cross-border orders
Pickups Check carrier slots, schedule collection, and list scheduled pickups
Tracking Live status, delivery ETA, and full checkpoint history
Billing And Analytics Transaction logs, shipment volume trends, top couriers, carrier-mix reports

Each tool runs against the same enterprise-grade API trusted by 100,000+ Easyship merchants today, with 99.99% uptime and pre-negotiated discounts of up to 91% off retail rates baked in.

What can you build with the Easyship MCP Server?

The Easyship MCP Server matches the depth of a real shipping operation, stage by stage. Here's how it maps to the actual workflow.

1. Before you ship

Get everything in order before a single label is printed.

•       Validate domestic and international addresses to prevent delivery failures

•       Compare live rates across carriers and apply custom selection logic (cheapest, fastest, best value)

•       Sync and review unfulfilled orders across your sales channels

2. Fulfillment

Move from order to label without manual work.

•       Generate domestic and international shipping labels in bulk

•       Apply dynamic carrier selection rules based on order value, weight, or priority

•       Retrieve customs documents and packing slips for any shipment

3. Post-purchase and returns

Keep customers informed and handle the unexpected.

•       Track shipments in real time with full checkpoint history

•       Automate WISMO (“where is my order”) responses and proactive status updates

•       Create and manage return shipments and reverse logistics

4. Reporting and insights

Understand the operation without building a single report.

•       Query shipment volumes across any time period

•       Break down spend by courier, destination, or order type

•       Access transaction and billing summaries on demand

Who is the Easyship MCP Server for?

The Easyship MCP Server serves three audiences.

eCommerce merchants running lean shipping operations. Your AI assistant can now handle rate comparison, label generation, and tracking inside the same chat where you run the rest of the business. No tab-hopping between carrier portals, customs forms, and tracking pages.

AI builders and agents. Bots that read order data can now issue a shipping label, schedule a pickup, or compare carrier discounts on their own. Informational agents become transactional.

Developers shipping faster. Point an AI coding agent at the Easyship MCP Server and auto-generate multi-carrier shipping integrations with built-in logistics context. No manual API configuration, no SDK glue code.

"Most merchants don't want to learn another tool. They want their AI assistant to handle the shipping work and reduce the time they spend on fulfillment. An operations lead can ask for the cheapest cross-border option and get a printable label in the same chat. A customer service bot can issue a return and generate a label without escalating to a human. A founder can pull last quarter's carrier mix without opening a spreadsheet. That's the new bar for AI in shipping. Anything less is a demo."

Tommaso Tamburnotti, Co-Founder, Easyship

Which AI platforms support the Easyship MCP Server?

The Easyship MCP Server runs on any platform that supports the Model Context Protocol.

AI coding environments

Platform How To Connect
Cursor Marketplace plugin or manual config
Windsurf Manual MCP setup
Antigravity Manual MCP setup
VS Code .vscode/mcp.json config file

Chat and assistant apps

Platform How To Connect
Claude Desktop Config file or AI Toolkit
Claude Code /plugin install or CLI command
ChatGPT Via OpenAI Responses API (Bearer token). Native plugin pending OAuth support

Cloud AI and APIs

Platform How To Connect
OpenAI Responses API And Agents SDK Pass Bearer token in headers
Gemini CLI gemini extensions install
Codex CLI ~/.codex/config.toml

Workflow automation

Platform How To Connect
n8n Native MCP Client Tool action
Make Native MCP Client Tool action
Zapier Native MCP Client Tool action
Activepieces Native MCP Client Tool action
Celigo Native MCP Client Tool action

The Easyship MCP Server is also listed on the official MCP Registry at registry.modelcontextprotocol.io.

How does the Easyship MCP Server work?

The Easyship MCP Server takes a plain-language request and runs it against live carrier infrastructure. You describe what you need the same way you'd ask a colleague.

1.    Your AI agent picks up the intent from context.

2.    MCP routes the request to the right Easyship operation.

3.    Easyship runs it against live carrier infrastructure in real time.

4.    You get the result back in chat: a rate, a label, a tracking update, a report.

All the carrier logic and API handling stays out of view. The same 99.99% API uptime SLA that powers Easyship's enterprise customers powers the MCP server underneath.

How does the Easyship MCP Server differ from the Easyship API?

The Easyship MCP Server sits on top of the same API but collapses the integration work into natural language. A direct Easyship API integration requires writing code for each endpoint, formatting payloads, and parsing responses. With MCP, the AI agent sends intent and MCP handles execution. Development effort drops, and the same enterprise-grade API powers both paths underneath.

What actions can the Easyship MCP Server perform?

The Easyship MCP Server exposes 25 callable tools. Below is each one, what it does, and a sample prompt that triggers it.

Rates

Tool What It Does Try This Prompt
get_rates Compare courier options with pre-negotiated discounted rates and delivery times “I want to ship a 0.9 kg parcel (6×4×2 cm) from New York, US 10001 to Toronto, Canada M5B 2H1. Category: documents, HS Code 4911.99, declared value $1.00 USD, DDU. Show me the cheapest and fastest options.”

Shipments

Tool What It Does Try This Prompt
create_shipment Create a shipment with addresses and package details “Create a draft shipment (don't buy a label yet). From: Jane Sender, 350 5th Ave, NY 10001. To: John Doe, 220 Yonge St, Toronto, M5B 2H1. Package: 0.12 kg. Item: book, qty 1, $8.00 USD, DDU.”
create_label Buy and generate a shipping label for an existing shipment ID “Buy a label for shipment ESSG10006001 and give me the download link.”
get_shipment Look up shipment status, costs, and document links “Pull up shipment ESSG10006001. I need the full details with document links.”
track_shipment See tracking status, delivery estimate, and recent events “Track shipment ESSG10006001. Latest status, ETA, and last three events.”
update_shipment Fix or change details on a shipment before it ships “For shipment ESSG10006001, update the destination phone to +1 416-555-0200.”
cancel_shipment Cancel a pre-transit shipment “Cancel shipment ESSG10006001 and tell me if it succeeded.”

Pickups

Tool What It Does Try This Prompt
get_pickup_slots See available pickup time slots for a courier “For shipment ESSG10006001, fetch pickup slots for the next 3 days.”
create_pickup Book the courier to collect packages “Schedule a pickup for ESSG10006001 for 2026-04-18, 09:00 to 12:00.”
list_pickups See pickups you've arranged by date or status “Show my pickups for 2026-04-18.”

Billing and analytics

Tool What It Does Try This Prompt
list_transactions Review account charges and credits “Pull transactions for March 2026 and summarize charges.”
analytics_shipments Shipment volume trends over time “Shipment volume analytics 2026-01-09 to 2026-04-09.”
analytics_top_couriers Top carriers ranked by volume “Which couriers did I use most between Jan and April 2026?”

How can you connect to the Easyship MCP Server?

The Easyship MCP Server offers two connection methods.

Remote (recommended for most users). Connect directly to https://mcp.easyship.com/mcp using your Bearer token. No installation, no local dependencies.

Local. Run easyship-mcp on your machine via uvx. Requires Python 3.8+ and uv installed.

How do you get started with the Easyship MCP Server?

The Easyship MCP Server is available to all new and existing Easyship account holders at no additional cost.

1. Sign up for a free Easyship account at easyship.com.

2. Generate an API token from the Easyship Dashboard with the required shipping, label, tracking, and analytics scopes.

3. Visit the developer documentation at developers.easyship.com/docs/easyship-mcp-server for platform-specific setup instructions.

4. Add the Easyship MCP Server to your AI client and paste the token into the secure settings menu.

5. Type a shipping request in natural language. Your AI agent handles the rest.

What are the security best practices for the Easyship MCP Server?

The Easyship MCP Server handles sensitive shipping data, so follow these practices when setting up the integration.

•       Store API keys in environment variables. Never commit them to version control.

•       Use separate API tokens for development, staging, and production environments.

•       Scope tokens to the minimum permissions your workflow requires.

•       Validate addresses before creating shipments to prevent fulfillment errors.

•       Monitor API usage for unusual patterns and apply rate limiting in production.

The Easyship platform includes built-in security features to support compliant, production-ready integrations.

Start shipping with AI today

Agentic commerce is becoming the default. The Easyship MCP Server is the shipping layer that runs underneath it.

Sign up for a free Easyship account, install the server, and run your first prompt. From there, hook the same MCP into your Shopify store, your customer service bot, or your finance team's analytics workflow.

FAQs

What is the Easyship MCP Server?

The Easyship MCP Server is a developer integration that exposes Easyship's shipping capabilities (rate fetching, label creation, tracking, address validation, analytics, and more) as callable tools for MCP-compatible AI clients. AI agents can execute real shipping actions through natural language instructions instead of direct API calls.

What AI tools are compatible with the Easyship MCP Server?

Any MCP-compatible client. Confirmed support today: Claude (Desktop and Code), ChatGPT (via OpenAI Responses API), Cursor, Windsurf, Antigravity, OpenAI Agents SDK, Gemini CLI, Codex CLI, and VS Code. Workflow automation tools n8n, Make, Zapier, Activepieces, and Celigo also work natively.

What API scopes do I need to get started?

Scope requirements depend on the features you use. Core workflows require public.shipment:write, public.shipment:read, public.label:write, and public.track:read. Address validation, pickup management, and transaction access each have their own dedicated scopes that can be enabled as needed.

Does the Easyship MCP Server support international shipping?

Yes. The server supports international shipment creation, cross-border address validation, customs document generation, real-time tax and duty calculation for 200+ countries and territories, and carrier selection for global routes. All accessible through natural language prompts.

How is this different from using the Easyship API directly?

A direct API integration requires writing code for each endpoint, managing payload formatting, and handling response parsing. With MCP, the AI agent sends natural language intent and MCP handles the API execution behind the scenes. Development effort drops significantly when building agentic shipping workflows.

How long does setup take?

Basic setup typically takes a few minutes. You need an active Easyship account, an API token with the relevant scopes, and an MCP-compatible client. Workflows with custom business logic or multi-system integrations may take longer to configure and test.

Is the Easyship MCP Server secure for production use?

Yes, when implemented with proper practices. Use environment-specific API tokens, restrict scopes to the workflow's actual needs, store credentials in environment variables rather than in code, and validate addresses before creating shipments. The Easyship platform includes built-in security features to support production-grade deployments.

Can I create a shipment without immediately buying a label?

Yes. Omit buy_label or set it to false when creating the shipment. The shipment saves in draft state, and you can purchase the label separately using create_label when ready.

Will fetching rates cost me anything?

No. Fetching rates, listing shipments, tracking, and analytics queries are all free. Credits are only consumed when you purchase a label or book a courier pickup.

Do my existing Easyship shipping rules and automation settings apply?

Yes. All shipping rules, rate preferences, and automation settings apply to shipments created through MCP exactly as they do in the dashboard.

Can I use this with Shopify?

Yes. Connect your AI agent to both Shopify and the Easyship MCP Server to manage cross-platform order fulfillment in one chat. Pull unfulfilled orders from Shopify and create shipments, buy labels, or schedule pickups through Easyship without switching tools.

Is there a native ChatGPT plugin?

Not yet. ChatGPT's native app integration requires OAuth support, which is on the roadmap. Developers can use the Easyship MCP Server today via OpenAI's Responses API by passing the Easyship API token as a Bearer token. No OAuth needed for API access.

Where can I find the package and source code?

The easyship-mcp package is available on PyPI. The AI Toolkit is on GitHub. The server is also listed on the MCP Registry. To update to the latest version: pip install --upgrade easyship-mcp.

TABLE OF CONTENTS

Key Points

  • Easyship just launched the first cross-border shipping MCP server with real-time import tax and duty calculation across 200+ countries and territories.
  • 25 tools cover rate comparison, label generation, address validation, tracking, pickups, customs paperwork, billing, and analytics.
  • Works with Claude, ChatGPT, Cursor, Windsurf, Antigravity, OpenAI Agents SDK, Gemini CLI, and Codex CLI. Also runs inside n8n, Make, and Zapier.
  • Now publicly available worldwide and listed on the official MCP Registry.
  • Free with any Easyship account. Setup takes a few minutes.
Get Your Ship Together.

By submitting the form, you agree to receive marketing emails from Easyship.

Save up to 91% on Shipping. Try for free.

Effortlessly compare 550+ courier services with one global account. Instant discounts. Start in minutes.

Shipping Internationally? Unsure What Tariffs or Duties Apply?
Try our FREE Tax & Duty Calculator

Trying to stay up to date on the latest cross-border shipping and import requirements? Get an instant estimate of all applicable taxes and duties for every country across 220+ global destinations or sign up and take advantage of our in-built HS Code lookup tool.

Calculate Tax & Duties Instantly (Free Tool)
Ready to Stop Overpaying for Shipping?
Try our FREE Shipping Rate Calculator

Looking for the cheapest way to ship a package? Get an instant shipping quote and compare rates from 550+ courier services across the United States, Canada, UK, Australia, and more. Simply add your package size and delivery location, and you'll find the best deal in seconds.

Calculate Rates Instantly (Free Tool)
Planning Your Campaign?

Get in touch with us now and our shipping consultants can give you a detailed quote and additional info to help with your campaign.

Get in touch
The Cheapest Shipping from USPS, UPS & FedEx

Find the guaranteed cheapest rates for any courier in seconds with Easyship’s free shipping rate calculator. Compare discount rates from USPS, UPS, FedEx, and 250+ couriers at a glance.

GET RATE QUOTES FREE
The Cheapest Shipping from USPS, UPS & FedEx

Find the guaranteed cheapest rates for any courier in seconds with Easyship’s free shipping rate calculator. Compare discount rates from USPS, UPS, FedEx, and 250+ couriers at a glance.

GET RATE QUOTES FREE
Get in touch with our fulfillment experts!

We believe simple pricing is the best pricing. Get a quote with a simplified pricing structure and no hidden fees.

Contact us
Need help fulfilling your crowdfunding campaign?

We provide the necessary tools needed to keep you on budget for shipping and to safely deliver your product to backers around the world.

Learn more
Try our duty & tax calculator!

Need to estimate your shipping duties & taxes? Our calculator can give you an idea of what to expect.

TRY IT NOW
Save up to 91% on Shipping. Try for free.

Compare 550+ courier services with one global account. Start in minutes.

GET STARTED FOR FREE
Get a Free Quote for Your Campaign

Receive a personal cost estimate for your crowdfunding campaign from our trusted global fulfillment partners. Easyship is a certified Indiegogo partner.

GET FREE QUOTE
Looking for great rates from a top courier?

Save up to 74% on UPS shipping rates by shipping with Easyship. You can run a quote and generate your first shipments in literally minutes!

SHIP WITH UPS TODAY
The cheapest way to ship for eCommerce

Get instant access with volume-discounted shipping rates. Save up to 89% off on USPS, UPS, FedEx, and more. Easyship is free for 50 shipments each month.

SIGN UP FREE TO SAVE
Find your perfect fulfillment partner with expert help

Let Easyship connect you to the largest shipping and fulfillment network on Earth. You’ll find trusted partners for all things logistics. Guidance is free from our global shipping experts.

ASK AN EXPERT
Don’t miss our money and time-saving features!

Explore the powerful features that 100K+ merchants use to ship smarter, not harder. Shipping automation, live rates at checkout, live duty and tax – all free to try with Easyship.

EXPLORE ALL FEATURES
Start saving on shipping in seconds

Create your free Easyship account to streamline shipping and save with discounted rates. No hidden fees. No minimums. Just savings.

CREATE YOUR FREE ACCOUNT
Create Your Shipping Policy Free

Use our guided walk-through to build the perfect shipping policy for your eCommerce business.

CREATE YOUR POLICY FREE
Looking to intergrate your Shopify store?

With 550+ pre-negotiated shipping services available with discounts of up to 91%, you can save time & money today when you integrate your Shopify store with Easyship

REGISTER FOR FREE
Use Easyship Free Every Month

Easyship is free to use for 50 shipments every month. You’ll save big on our discounted shipping rates up to 91% off, and save time with smart automation. Signup is fast and free.

CREATE YOUR FREE ACCOUNT
Don’t miss the key steps to fulfillment success

Follow the easy path to fulfillment success. Easyship’s free fulfillment checklist provides a proven step-by-step so you can ship at scale without the guesswork.

VIEW THE CHECKLIST
Ship for less with any courier, guaranteed

Save up to 89% off all shipping rates. Easyship offers the guaranteed cheapest volume-discounted rates on the market from USPS, UPS, FedEx, and 250+ global couriers.

SIGN UP TO SAVE
Don’t miss all our money and time-saving features!

Explore the innovative features that 100K+ merchants use to ship smarter, not harder. Shipping automation, live rates at checkout, live duty and tax – all free to try with Easyship.

EXPLORE FEATURES
Want the cheapest rates?

Register for an Easyship account today and you will gain access to the cheapest rates, instantly.

REGISTER FOR FREE
Watch out for international duty and tax!

What exactly does it cost to ship cross-border? Use the free duty and tax calculator from Easyship to view accurate import costs for any shipment to anywhere.

USE FREE
Discover the Cheapest Shipping from USPS, UPS & FedEx

Find the guaranteed cheapest rates for any courier in seconds with Easyship’s free shipping rate calculator. Compare discount rates from USPS, UPS, FedEx, and 550+ courier services at a glance.

GET A FREE QUOTE
Discover Your Cheapest Way to Ship

Find the guaranteed cheapest shipping in seconds with Easyship’s free shipping rate calculator. Compare discounted rates from USPS, UPS, FedEx, and 250+ global couriers at a glance.

COMPARE RATES FREE
Compare the best rates in seconds

Get an instant estimate of the cheapest shipping rates with our free calculator tool.

GET FREE RATE QUOTES
Save money on every shipment

Save up to 91% off shipping with Easyship’s discount courier rates. Create your free account to save instantly on 550+ courier services, including USPS.

CREATE YOUR FREE ACCOUNT
Ready to ship internationally?

Get help from our global shipping experts on warehousing, global shipping and to connect with our network of trusted 3PLs.

GET FREE SHIPPING TIPS
Try Pre-generated Return Labels For Free

Register for an Easyship account today and get 30-days access to a Premier plan with access to Pre-generated Return Labels.

Generate Return Labels Today
Discover the Cheapest Shipping from USPS, UPS® & FedEx

Find the guaranteed cheapest rates for any courier in seconds with Easyship’s free shipping rate calculator. Compare discount rates from USPS, UPS, FedEx, and 250+ couriers at a glance.

GET RATE QUOTES FREE
Free Shipping for the Holidays 101

Learn how the leading brands offer free shipping, calculate costs, and ship on a budget for the holidays in our free shipping guidebook.

LEARN MORE
Your Perfect Shipping Policy, Ready in Minutes

Use Easyship’s free shipping policy generator to formulate your perfect holiday shipping policy for returns, tracking, and more. Just follow the prompts and you’re done!

GET YOUR SHIPPING POLICY
Scale Your Growth Internationally With Pro Tips

Learn how to ship internationally without missing a step. Our case studies show you proven tactics for shipping worldwide from Easyship users who did it right.

READ CASE STUDIES
No items found.
Share on:

Related Articles

No items found.