Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Easyship

PYPI · EASYSHIP-MCP · 2 COMPONENTS · SCANNED SEP 13

Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.

0 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 22 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 22 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability58
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 9977 tokens (~399/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management79
  • Stability check failed: the tool surface changed between 0.6.2 and 0.6.5: 2 tool removals, 0 breaking changes, 2 additions. See how to fix → Fail
Tool Coverage84
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 43% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Easyship MCP server?

Easyship runs locally as a PyPI package, launched with uvx easyship-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · easyship-mcp

# add to Claude Code
claude mcp add com-easyship-mcp -- uvx easyship-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-easyship-mcp": {
      "command": "uvx",
      "args": [
        "easyship-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-easyship-mcp": {
      "command": "uvx",
      "args": [
        "easyship-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-easyship-mcp -- uvx easyship-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-easyship-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "easyship-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-easyship-mcp --command uvx --arg easyship-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-easyship-mcp:
    command: "uvx"
    args: ["easyship-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-easyship-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "easyship-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-easyship-mcp -t stdio -c uvx -a easyship-mcp
// mcp.json
{
  "mcpServers": {
    "com-easyship-mcp": {
      "command": "uvx",
      "args": [
        "easyship-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 72 to 75.

  • 11 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 92 to 72.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 85 to 89.

  • 8 Sept 26 0
    • Package version: 0.6.2 → 0.6.5 functional
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 79 to 82.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 72 to 75.

  • 4 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 92 to 72.

  • 2 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 85 to 89.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 13 Sept 2026 · Analysed pypi/easyship-mcp@0.6.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 22 packages
Packages resolved 22
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~9,801 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analytics_couriers_by_volume ~238

Retrieves the couriers the account has shipped with, ordered by shipment volume. Returns `total_shipments_count` and `couriers` array (each with `name`, `shipments_count`, `percentage`). Use for: "Which courier do I use most?", "Show courier breakdown", courier usage analysis. **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Couriers with shipment counts and percentage of total volume, ordered by volume.

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

analytics_destinations_by_volume ~242

Retrieves the account's shipping destinations ordered by shipment volume. Use for any question about where shipments are going or which destination countries are most common. Returns `total_shipments_count`, `shipments_count_by_zone` (zone name + count), and `shipments_count_by_country` (country name, alpha2 code, count, percentage). **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Shipping destinations with shipment counts by zone and by country, ordered by volume.

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

analytics_sale_channels ~232

Retrieve shipment volume by sales channel (e.g. Shopify, WooCommerce, API, manual). Returns `total_shipments_count` and `channels` array (each with `name`, `shipments_count`, `percentage`). Use for: "Which sales channel has the most shipments?", "Show me channel breakdown." **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Sales channels with shipment counts and percentage of total volume.

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

analytics_shipment_status ~247

Retrieve shipment status distribution: how many shipments are in each status. Returns `in_progress_shipments_count`, `completed_shipments_count`, and `in_progress_shipments` array (each with `status` and `count`). Possible statuses: Label Pending, Label Rejected, Label Ready, Pickup/Drop-off in Progress, In Transit to Customer, Failed Delivery Attempt, Exception. **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Shipment counts by status (in-progress breakdown + completed total).

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

analytics_shipments ~335

Retrieve shipment volume overview: total shipment count and daily shipment counts over time. Returns `total_shipments_count` and `shipments_count_by_date` (a time series with daily totals and a `max` peak value). **Use this tool for:** - "How many shipments did I create?" — total count for a period - "Show me my shipment volume trend" — daily time series - Overall shipment volume and trends over time **Do NOT use this tool for:** - Destination-specific analytics → Use `analytics_destinations_by_volume` - Shipped/label-generated counts → Use `analytics_shipped` - Shipment status breakdown → Use `analytics_shipment_status` - Courier usage breakdown → Use `analytics_couriers_by_volume` - Sales channel analytics → Use `analytics_sale_channels` **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Total shipment count and daily shipment count time series for the date range.

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

analytics_shipped ~303

Retrieves data for shipments that have already been shipped (labels generated) within a date range. Returns `has_ever_shipped` (boolean) and `currency` info. Use this for questions about past shipping activity. **USE THIS TOOL FOR:** - "Did I ship anything yesterday?", "How many shipments last week?" - "Show me shipments from last month", "Have I ever shipped anything?" - Historical shipping activity confirmation **Do NOT use for:** destination analytics, status breakdowns, or courier performance — use the specific analytics tools instead. Use `list_shipments` to find or filter individual shipments, not for date-based analytics. **Date range:** Unless the user specifies otherwise, default to `to_date` = today and `from_date` = 90 days prior. Required authorization scope: `public.analytics:read` Args: from_date: Start date in YYYY-MM-DD format. Default to 90 days before to_date if user doesn't specify. to_date: End date in YYYY-MM-DD format. Default to today if user doesn't specify. Returns: Shipped shipment data including whether the account has ever shipped and currency info.

NameTypeReqDescription
from_datestringyesStart of date range in YYYY-MM-DD format, e.g. '2024-01-01'.
to_datestringyesEnd of date range in YYYY-MM-DD format, e.g. '2024-12-31'.

Structured output declared, but exposes no named fields.

No examples provided.

cancel_pickup ~71

Cancel a pickup. Required authorization scope: `public.pickup:write` Args: easyship_pickup_id: The Easyship pickup ID. Returns: Confirmation of the cancelled pickup, or an error.

NameTypeReqDescription
easyship_pickup_idstringyesThe Easyship pickup ID.

Structured output declared, but exposes no named fields.

No examples provided.

cancel_shipment ~132

Cancel a shipment that has been shipped. Required authorization scope: `public.shipment:write` > You can cancel your shipment after it has been shipped only if its label failed to be generated or if the label is already generated, but the shipment is not yet in transit. Args: easyship_shipment_id: The Easyship shipment ID, e.g. "ESSG10006001". Returns: Confirmation of the cancelled shipment, or an error.

NameTypeReqDescription
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.

Structured output declared, but exposes no named fields.

No examples provided.

create_label ~514

Create a label for an existing shipment and retrieve it synchronously. Buys a label for a shipment that already exists. This is a dedicated endpoint that finalizes the shipment, books it with the courier, and returns the label and shipping documents in one synchronous call. `update_shipment` with `buy_label` performs the same purchase as part of a wider update. Required authorization scope: `public.label:write` **Typical use:** Buying or regenerating a label for an existing shipment ID where `label_state` is `not_created` or similar. Successful responses include `shipping_documents` with `category` values such as `label`, `packing_slip`, and `commercial_invoice`; with `format` `url`, entries include `url` fields. If the response includes `support_reply_hint`, `support_email`, or `support_email_link`, the API is noting verification limits on labels—those fields contain Easyship-provided support guidance. Args: easyship_shipment_id: The Easyship shipment ID, e.g. "ESUS323672208". courier_service_id: UUID of the courier service to use. Omit to keep the shipment's current courier or let Easyship select a courier automatically. format: Document format. One of: "url", "pdf", "png", "zpl". Default "url" (returns clickable links). label: Label page size. One of: "4x6", "A4", "A5". Default "4x6". commercial_invoice: Commercial invoice page size. One of: "4x6", "A4". Default "A4". packing_slip: Packing slip page size. One of: "4x6", "A4", "none". Default "4x6". remarks: Custom commercial invoice remarks (max 70 chars). Overrides company-level remarks. Returns: The full shipment object with `shipping_documents` containing label/invoice/packing slip URLs. If identity verification affects label purchase, the payload may include `support_email`, `support_email_link`, and `support_reply_hint`.

NameTypeReqDescription
commercial_invoicestring
courier_service_id
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.
formatstring
labelstring
packing_slipstring
remarks

Structured output declared, but exposes no named fields.

No examples provided.

create_pickup ~413

Schedule a courier pickup for one or more shipments. **Before calling this tool:** 1. Get the `courier_service_id` from the shipment via `get_shipment` 2. Call `get_pickup_slots` to find available dates/times — present options to user unless they want the closest available 3. All shipments must use the **same courier** and have labels that are pending or generated You must provide either `time_slot_id` (from `get_pickup_slots`) OR both `selected_from_time` and `selected_to_time`. Required authorization scope: `public.pickup:write` Args: courier_service_id: UUID of the courier service (from shipment details). selected_date: Pickup date in YYYY-MM-DD format. easyship_shipment_ids: List of Easyship shipment IDs to include, e.g. ["ESSG10006001", "ESSG10006002"]. All must use the same courier. time_slot_id: UUID of a time slot from `get_pickup_slots`. Provide this OR `selected_from_time`/`selected_to_time`. selected_from_time: Pickup window start time (e.g. "09:00"). Required if `time_slot_id` is not provided. selected_to_time: Pickup window end time (e.g. "17:00"). Required if `time_slot_id` is not provided. Returns: The created pickup object with confirmation details, or an error.

NameTypeReqDescription
courier_service_idstringyesUUID of the courier service to schedule pickup with. Obtain from get_rates.
easyship_shipment_idsarrayyesList of Easyship shipment IDs to include in this pickup, e.g. ['ESSG10006001'].
selected_datestringyesRequested pickup date in YYYY-MM-DD format, e.g. '2024-03-15'.
selected_from_time
selected_to_time
time_slot_id

Structured output declared, but exposes no named fields.

No examples provided.

create_shipment ~1,749

Create a new shipment and optionally buy a label in one call. Required authorization scope: `public.shipment:write` (and `public.label:write` if buying a label). **Before calling:** collect complete address details from the user — contact names, emails, phones, and company name (required for origin). **Parcel line items:** For every object in `parcels[].items[]`, provide at least one of `category` (Easyship product category slug) or `hs_code`. The Easyship API will reject the request if both are missing on any item — do not assume a default; ask the user which category applies or for the HS code. ## When to buy a label vs just create a shipment - **"Ship this" / "Buy a label" / "Create a shipping label"** → Set `buy_label: true` and `buy_label_synchronous: true` in `shipping_settings`. With `format: "url"` in `printing_options`, responses include HTTPS URLs under `shipping_documents`. - **"Create a shipment, don't buy the label yet"** → Omit `buy_label` or set it to `false`. The shipment is created in draft state; the user can buy the label later. ## Choosing a courier - **No courier specified** → Omit `courier_settings.courier_service_id`. The API selects a courier automatically (no separate rates call required). - **User names a specific courier** (e.g. "buy a label with <courier> <service>") → Use `get_rates` to resolve the matching `courier_service_id`, then pass it as `courier_settings.courier_service_id` with `allow_fallback: false`. ## Reading the label from the response When `buy_label: true` and `buy_label_synchronous: true`, the response includes a `shipping_documents` array. Entries use `category` (e.g. `label`, `packing_slip`, `commercial_invoice`) and, when `format` is `url`, an `url` field. Example: ```json "shipping_documents": [ { "category": "label", "format": "url", "url": "https://...", "page_size": "4x6" }, { "category": "packing_slip", "format": "url", "url": "https://...", "page_size": "4x6" }, { "category": "commercial_invoice"…

NameTypeReqDescription
shipment_dataobjectyesFull payload for creating a shipment. Required top-level fields: - destination_address, origin_address, parcels destination_address — required sub-fields: contact_name, contact_email, contact_p…

Structured output declared, but exposes no named fields.

No examples provided.

delete_shipment ~97

Delete a shipment that has not yet been shipped. Required authorization scope: `public.shipment:write` Args: easyship_shipment_id: The Easyship shipment ID, e.g. "ESSG10006001". Returns: Confirmation of the deleted shipment, or an error.

NameTypeReqDescription
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.

Structured output declared, but exposes no named fields.

No examples provided.

get_pickup ~180

Retrieve details of a specific pickup. Required authorization scope: `public.pickup:write` (note: the API requires write scope even for this read operation). Args: easyship_pickup_id: The Easyship pickup ID. include_contact_details: Set to true only when the user explicitly asked for the recipient's contact email or phone. Defaults to false, which omits them. Returns: Full pickup details, or an error.

NameTypeReqDescription
easyship_pickup_idstringyesThe Easyship pickup ID.
include_contact_detailsbooleanInclude the recipient's contact email and phone in the response. Defaults to false, which withholds them. Set to true only when the user explicitly asked for contact details; leave it false for routi…

Structured output declared, but exposes no named fields.

No examples provided.

get_pickup_slots ~260

Retrieve available pickup time slots for a courier. Call this before `create_pickup` to show the user available dates and time windows. **Typical workflow:** 1. User wants a pickup for a shipment → call `get_shipment` to get the `courier_service_id` 2. Call this tool with that `courier_service_id` to get available slots 3. Present the dates and time windows to the user (or pick the earliest if they want the closest) 4. Call `create_pickup` with the chosen `time_slot_id` or `selected_from_time`/`selected_to_time` Required authorization scope: `public.pickup:read` Args: courier_service_id: UUID of the courier service. Get this from the shipment's courier details via `get_shipment`. origin_address_id: Origin address ID to check pickup availability for. Optional — defaults to the account's primary address. Returns: Available pickup slots grouped by date, each with time windows containing `time_slot_id`, `from_time`, and `to_time`.

NameTypeReqDescription
courier_service_idstringyesUUID of the courier service to get pickup slots for. Obtain from get_rates.
origin_address_id

Structured output declared, but exposes no named fields.

No examples provided.

get_rates ~715

Get available shipping rates (courier options with prices and delivery times) for a parcel. Returns the courier options available for a parcel between two countries, each with its price, estimated delivery time, and ranking fields the caller can sort by. **Before calling:** You must have at minimum the origin country, destination country, and weight. If any of these are missing, ask the user first. **If you use assumed or estimated data** (e.g. generic postal codes, standard dimensions), you MUST tell the user: "These are estimated rates based on standard package dimensions. Exact rates may change with a full address and precise box measurements." Each item should include either `item_category` or `item_hs_code` for accurate customs and duty estimates.

NameTypeReqDescription
destination_cityDestination city. Recommended for US, CA, MX, AU.
destination_country_alpha2stringyesISO 3166-1 alpha-2 destination country code, e.g. 'SG', 'DE', 'JP'.
destination_line_1Destination street address line 1. Some couriers need this for accurate rates.
destination_postal_codeDestination postal code. Required for most countries.
destination_stateDestination state/province. Use 2-letter abbreviation for US/CA.
heightnumberyesBox height in cm, e.g. 15.
incoterms"DDU" (buyer pays duties on delivery) or "DDP" (seller pre-pays duties). Optional.
item_categoryEasyship product category slug (e.g. "fashion", "mobile_phones", "documents"). Provide this or `item_hs_code` for accurate duty estimates. The full category list is managed by the Easyship catalog an…
item_declared_currencystringISO-4217 currency code for customs value. Example: "USD", "EUR", "GBP".
item_declared_customs_valuenumberDeclared customs value per item in the currency specified. Must be > 0 unless category is "documents". Example: 25.0
item_descriptionstringShort description of what is being shipped. Example: "Cotton T-Shirts"
item_hs_codeHarmonized System code for the item. Provide this or `item_category` for accurate duty estimates.
item_quantityintegerNumber of items in the parcel. Default 1.
lengthnumberyesBox length in cm, e.g. 30.
origin_cityOrigin city. Recommended for US, CA, MX, AU for accurate rates.
origin_country_alpha2stringyesISO 3166-1 alpha-2 origin country code, e.g. 'US', 'HK', 'GB'.
origin_line_1Origin street address line 1. Use "General Delivery" if unknown.
origin_postal_codeOrigin postal code. Required for most countries.
origin_stateOrigin state/province. Use 2-letter abbreviation for US/CA.
output_currencyISO-4217 currency for returned prices (e.g. "USD"). Defaults to origin country currency.
total_actual_weightnumberyesTotal weight of the parcel in kg including packaging, e.g. 1.5.
widthnumberyesBox width in cm, e.g. 20.
NameTypeReqDescription
resultyes

No examples provided.

get_shipment ~549

Fetch a single shipment by Easyship ID, including parcel data and, on request, its documents. Returns the shipment's state, dates, courier, addresses, and parcel contents. Documents are **not** included by default — set `include_documents: true` when the user asked for the label, commercial invoice, or packing slip. The remaining parameters below only shape those documents and have no effect unless `include_documents` is set. Required authorization scope: `public.shipment:read` > All shipment documents are customisable. You can set: > > - Document format: URL, PDF or PNG > - Label page size: A4, A5 or 4x6 > - Commercial invoice page size: A4 or 4x6 > - Packing slip page size: A4 or 4x6 Args: easyship_shipment_id: The Easyship shipment ID, e.g. "ESSG10006001". label: Label page size: A4, A5, or 4x6. format: Document format: URL, PDF, or PNG. packing_slip: Packing slip page size: none, A4, or 4x6. commercial_invoice: Commercial invoice page size: A4 or 4x6. include_contact_details: Set to true only when the user explicitly asked for the recipient's contact email or phone. Defaults to false, which omits them. include_documents: Set to true only when the user asked for a label or document. Defaults to false, which omits the download links. Returns: Shipment details, including `shipping_documents` when `include_documents` is true.

NameTypeReqDescription
commercial_invoice
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.
format
include_contact_detailsbooleanInclude the recipient's contact email and phone in the response. Defaults to false, which withholds them. Set to true only when the user explicitly asked for contact details; leave it false for routi…
include_documentsbooleanInclude download links for the shipment's label and customs documents. Defaults to false. Set to true only when the user asked for a label, invoice, packing slip, or other document — these links are…
label
packing_slip

Structured output declared, but exposes no named fields.

No examples provided.

get_shipment_documents ~189

Request a commercial invoice document for a shipment from the API. The MCP transport cannot return raw PDF bytes; the implementation responds with content-type and size metadata only. Downloadable HTTPS URLs for documents are available via `get_shipment` when document `format` is `url`. Required authorization scope: `public.shipment_document:read` Args: easyship_shipment_id: The Easyship shipment ID, e.g. "ESSG10006001". page_size: Page size for the document: "4x6" or "A4". Default: "A4". Returns: Metadata only (content type and size). For downloadable URLs, use `get_shipment` with format="URL".

NameTypeReqDescription
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.
page_size

Structured output declared, but exposes no named fields.

No examples provided.

list_billing_transactions ~189

Retrieve a list of all billing document's transactions. Pagination of this endpoint is not indexed. `count` on the response body will always be `null`. Required authorization scope: `public.transaction_record:read` Args: billing_document_id: The billing document ID. page: Page number to fetch, minimum: 1. to_date: Filter transactions before this date in YYYY-MM-DD format. per_page: Number of records per page to fetch, minimum: 1, maximum: 100. from_date: Filter transactions since this date in YYYY-MM-DD format. Returns: A paginated list of transaction objects for the specified billing document.

NameTypeReqDescription
billing_document_idstringyesThe billing document ID to list line items for.
from_date
page
per_page
to_date

Structured output declared, but exposes no named fields.

No examples provided.

list_pickup_shipments ~767

Retrieve a list of pickup's shipments. Required authorization scope: `public.shipment:read` Args: pickup_id: The pickup ID to retrieve shipments for. page: Page number to fetch, minimum: 1. per_page: Number of records per page to fetch, minimum: 1, maximum: 100. return_shipment: Search by whether the shipment is a return shipment or not. label_state: Filter by label status (e.g. "pending", "generated", "failed"). Pass values exactly as returned by the API; the set may change as the platform evolves. pickup_state: Filter by pickup status (e.g. "requested", "completed", "cancelled"). Pass values exactly as returned by the API; the set may change as the platform evolves. created_at_to: Search for shipments created before this date: ISO8601 date format. updated_at_to: Search for shipments updated before this date: ISO8601 date format. delivery_state: Filter by delivery status (e.g. "in_transit_to_customer", "delivered", "exception"). Pass values exactly as returned by the API; the set may change as the platform evolves. shipment_state: Filter by shipment lifecycle state (e.g. "created", "cancelled"). created_at_from: Search for shipments created since this date: ISO8601 date format. updated_at_from: Search for shipments updated since this date: ISO8601 date format. warehouse_state: For eFulfilment only. Filter by warehouse state (e.g. "pending", "packed", "shipped"). Pass values exactly as returned by the API. label_paid_at_to: Search for shipments where the labels were paid for before this date: ISO8601 date format. label_paid_at_from: Search for shipments where the labels were paid for since this date: ISO8601 date format. label_generated_at_to: Search for labels generated before this date: ISO8601 date format. origin_country_alpha2: Search by the shipment origin country code: Alpha-2 format (ISO 3166-1). platform_order…

NameTypeReqDescription
created_at_from
created_at_to
delivery_state
destination_country_alpha2
include_contact_detailsbooleanInclude the recipient's contact email and phone in the response. Defaults to false, which withholds them. Set to true only when the user explicitly asked for contact details; leave it false for routi…
label_generated_at_from
label_generated_at_to
label_paid_at_from
label_paid_at_to
label_state
origin_country_alpha2
page
per_page
pickup_idstringyesThe Easyship pickup ID to list shipments for.
pickup_state
platform_order_number
return_shipment
shipment_state
updated_at_from
updated_at_to
warehouse_state

Structured output declared, but exposes no named fields.

No examples provided.

list_pickups ~308

Retrieve a list of pickups. Required authorization scope: `public.pickup:read` Args: page: Page number to fetch, minimum: 1. per_page: Number of records per page to fetch, minimum: 1, maximum: 100. courier: Filter by courier name (e.g. "DHL Express", "USPS"). Pass the courier name exactly as returned by the API; the available set changes as couriers are added or removed. pickup_date: Filter by pickup date in YYYY-MM-DD format. shipment_id: Filter by shipment ID. pickup_state: Filter by pickup state (e.g. "requested", "completed", "cancelled"). Pass the state string exactly as returned by the API. include_contact_details: Set to true only when the user explicitly asked for the recipient's contact email or phone. Defaults to false, which omits them. Returns: A paginated list of pickup objects matching the filter criteria.

NameTypeReqDescription
courier
include_contact_detailsbooleanInclude the recipient's contact email and phone in the response. Defaults to false, which withholds them. Set to true only when the user explicitly asked for contact details; leave it false for routi…
page
per_page
pickup_date
pickup_state
shipment_id

Structured output declared, but exposes no named fields.

No examples provided.

list_shipments ~915

Find and filter shipments, returning a summary of each one. Unless the user explicitly asks for cancelled shipments, exclude them by passing `shipment_state`. Each result carries the shipment ID, lifecycle states, dates, weight, courier, order reference, and tracking numbers, plus origin and destination country. Street addresses, parcel contents, documents, and rates are not included — call `get_shipment` with an ID for those. **USE THIS TOOL FOR:** - Finding shipments by filter (state, courier, country, date range, order number) - Listing or counting shipments that match criteria - Looking up a shipment's ID or current status before calling a detail tool **DO NOT USE THIS TOOL FOR:** - Full detail on a single shipment -> use `get_shipment` - Analytics queries -> use the analytics tools Required authorization scope: `public.shipment:read` Args: page: Page number to fetch, default: `1` per_page: Number of records per page to fetch, default: `20` label_state: Filter by label status (e.g. "pending", "generated", "failed"). Pass values exactly as returned by the API; the set may change as the platform evolves. pickup_state: Filter by pickup status (e.g. "requested", "completed", "cancelled"). Pass values exactly as returned by the API; the set may change as the platform evolves. created_at_to: Search for shipments created before this date: ISO8601 date format. updated_at_to: Search for shipments updated before this date: ISO8601 date format. delivery_state: Filter by delivery status (e.g. "in_transit_to_customer", "delivered", "exception"). Pass values exactly as returned by the API; the set may change as the platform evolves. shipment_state: Filter by shipment lifecycle state (e.g. "created", "cancelled"). created_at_from: Search for shipments created since this date: ISO8601 date format. updated_at_from: Search for shipments updated since this date: ISO8601 date format.…

NameTypeReqDescription
created_at_from
created_at_to
delivery_state
destination_country_alpha2
easyship_shipment_id
include_contact_detailsbooleanInclude the recipient's contact email and phone in the response. Defaults to false, which withholds them. Set to true only when the user explicitly asked for contact details; leave it false for routi…
label_generated_at_from
label_generated_at_to
label_paid_at_from
label_paid_at_to
label_state
origin_country_alpha2
page
per_page
pickup_state
platform_order_number
return_shipment
shipment_state
updated_at_from
updated_at_to
warehouse_state

Structured output declared, but exposes no named fields.

No examples provided.

list_transactions ~271

Retrieve a list of all transactions within range. Pagination of this endpoint is not indexed. `count` on the response body will always be `null`. Required authorization scope: `public.transaction_record:read` Args: page: Page number to fetch, minimum: 1. transaction_type: Filter by transaction type (e.g. "shipment", "pickup", "payment"). to_date: Filter transactions before this date in YYYY-MM-DD format. per_page: Number of records per page to fetch, minimum: 1, maximum: 100. from_date: Filter transactions since this date in YYYY-MM-DD format. adjustment: Filter by adjustment transactions. days_from_now: Filter transactions from this many days ago, minimum: 1. easyship_shipment_id: Filter by Easyship shipment ID, e.g. "ESSG10006001". Must match pattern ^ES\w{2}\d{7,}$. Returns: A paginated list of transaction objects matching the filter criteria.

NameTypeReqDescription
adjustment
days_from_now
easyship_shipment_id
from_date
page
per_page
to_date
transaction_type

Structured output declared, but exposes no named fields.

No examples provided.

track_shipment ~183

Track a shipment and get its current status plus checkpoint history. At least one of `easyship_shipment_id` or `platform_order_number` is required; omitting both returns an error from this tool. Returns the latest status, estimated delivery date, and a list of tracking checkpoints showing the shipment's journey.

NameTypeReqDescription
easyship_shipment_idThe Easyship shipment ID, e.g. "ESSG10006001" or "ESHK10017799". You get this when creating a shipment via the API or from the Easyship dashboard. **Required if `platform_order_number` is not provide…
platform_order_numberYour store's order number, e.g. "#1042". Use this if you don't have the Easyship shipment ID. **Required if `easyship_shipment_id` is not provided.**
NameTypeReqDescription
resultyes

No examples provided.

update_shipment ~366

Update an existing shipment's details. Required authorization scope: `public.shipment:write`. The `shipment_data` dict follows the same schema as `create_shipment` — include only the fields you want to change. See `create_shipment` docstring for the full payload schema. If you include **`parcels`**, each line item should still have `category` or `hs_code` — the Easyship API requires at least one per item. Args: easyship_shipment_id: Easyship Shipment ID, e.g. "ESSG10006001". shipment_data: Partial shipment payload — same schema as create_shipment, include only fields to update. Common updates: destination_address, parcels, courier_settings, shipping_settings, incoterms. Returns: The updated shipment object from the Easyship API. If identity verification affects label purchase, the payload may include `support_email`, `support_email_link`, and `support_reply_hint`.

NameTypeReqDescription
easyship_shipment_idstringyesThe Easyship shipment ID, e.g. 'ESSG10006001'.
shipment_dataobjectyesPartial payload for patching a shipment — include only the top-level keys to change. All top-level fields are optional; omit any key you are not changing. destination_address — if provided, require…

Structured output declared, but exposes no named fields.

No examples provided.

validate_address ~336

Validate a shipping address and save it to the Easyship address book. Works for both US domestic and international addresses. If `country_alpha2` is "US" or omitted, uses the domestic validation endpoint. Otherwise, uses the international validation endpoint. Required authorization scope: - `public.address_validation_domestic:write` for US addresses. - `public.address_validation:write` for international addresses. > This API requires an updated contract with Easyship. Contact your account manager or Easyship Support Team. Args: line_1: Address line 1 (street address). city: City name. country_alpha2: Country code in Alpha-2 format (ISO 3166-1). Omit or use "US" for US domestic validation. state: State or province. Required for AU, CA, CN, ID, MX, MY, TH, US, VN. line_2: Address line 2 (apartment, suite, etc.). postal_code: Postal or ZIP code. company_name: Company name. replace_with_validation_result: Whether to replace the address with the validation result. Default: false. Returns: Address validation result with suggested corrections, or an error.

NameTypeReqDescription
citystringyesCity name, e.g. 'San Francisco'.
company_name
country_alpha2
line_1stringyesStreet address line 1, e.g. '1 Infinite Loop'.
line_2
postal_code
replace_with_validation_result
state

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Easyship MCP server?

Easyship is an MCP server listed in the public MCP registry as com.easyship/mcp. Connect Easyship to compare rates, create shipments, buy labels, and track packages globally. This page covers its PyPI package (easyship-mcp).

Is the Easyship MCP server safe to use?

Easyship scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 13 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Easyship MCP server expose?

Easyship exposes 25 tools: get_rates, track_shipment, create_shipment, update_shipment, list_shipments, and 20 more. Their descriptions and schemas cost roughly 9,801 tokens of context every time the server is loaded.

Is the Easyship MCP server still maintained?

Easyship is still listed as active in the MCP registry. We last reached this channel on 13 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.