shippo-mcp

Official Shippo MCP server: compare multi-carrier rates, buy labels, track packages, and validate addresses from a prompt.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Shippo List Tools: List Shippo API operations available through this server. Use this FIRST to discover what operations exist before calling shippo_describe_tool or one of the execute tools. Returns e
  • Shippo Describe Tool: Get the full input schema, detailed description, and kind classification for a Shippo operation. Call this AFTER shippo_list_tools to learn the exact parameters (required + optio
  • Shippo Read Execute Tool: Execute a READ-only Shippo API operation (List*, Get*, Validate*, Parse*, etc.). Returns the Shippo API response. Does NOT mutate any state. Use this tool ONLY for operations

What data it sees

Do you need an account

No: the server works without sign-in

Official Shippo MCP server: compare multi-carrier rates, buy labels, track packages, and validate addresses from a prompt.

Server tool list (4)

Raw names from tools/list. Only developers need these.

shippo_list_toolsList Shippo API operations available through this server. Use this FIRST to discover what operations exist before calling shippo_describe_tool or one of the execute tools. Returns each operation's short name, category, kind (read or write), and one-line description. Filter by `category` (e.g. 'Webhooks', 'Manifests', 'Address Book'), `kind` ('read' or 'write'), or `query` (natural-language keywords matched against names and descriptions). Pass no arguments to list everything. There are ~74 operations spanning 17 categories: Addresses, Address Book, Batches, Carrier Accounts, Customs, Manifests, Orders, Parcels, Pickups, Rates, Refunds, Service Groups, Shipments, Shippo Accounts, Tracking, Transactions, Webhooks.
shippo_describe_toolGet the full input schema, detailed description, and kind classification for a Shippo operation. Call this AFTER shippo_list_tools to learn the exact parameters (required + optional, types, enum values) AND to confirm which execute tool to use (read or write). Pass the short operation name from shippo_list_tools (e.g. 'listWebhooks', 'CreateAddress', 'GetTrack'). Name lookup is case-insensitive.
shippo_read_execute_toolExecute a READ-only Shippo API operation (List*, Get*, Validate*, Parse*, etc.). Returns the Shippo API response. Does NOT mutate any state. Use this tool ONLY for operations whose kind is 'read' per shippo_describe_tool. Calling a write operation here will be rejected — use shippo_write_execute_tool for those. Get the operation name from shippo_list_tools and its argument shape from shippo_describe_tool first. Name lookup is case-insensitive.
shippo_write_execute_toolExecute a WRITE Shippo API operation (Create*, Update*, Delete*, *Refund, etc.). Returns the Shippo API response. WILL mutate state on the user's Shippo account. Use this tool ONLY for operations whose kind is 'write' per shippo_describe_tool. Calling a read operation here will be rejected — use shippo_read_execute_tool for those. Get the operation name from shippo_list_tools and its argument shape from shippo_describe_tool first. Name lookup is case-insensitive.
shippo-mcp: connect to Claude, ChatGPT, Cursor · Connectors.fun