Ecommerce

Shippingbo MCP Server

Connect your account, then chat with AI to run tools.

Shippingbo is an OMS, WMS, and logistics API for ecommerce operations. Use it to read and manage orders, products, stock variations, returns, suppliers, uploads, and warehouse activity from the Shippingbo API.

Managed
15 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Shippingbo — workflow patterns, data models, and gotchas for your AI agent.

Shippingbo

Shippingbo is an ecommerce operations platform covering order management, warehouse management, shipping, returns, supplier flows, stock, and uploads.

Model

  • Orders are the central object. Order tools expose order reads, order-item changes, redispatch, split, suborders, and mapped-product recomputation.
  • Products, product barcodes, logistic units, stock variations, slot stock variations, kit components, pack components, and supplier product stock types cover catalog and stock workflows.
  • Return orders, expected return items, received products, supply capsules, suppliers, supplier products, supplier stock types, and resellers cover reverse-logistics and supplier workflows.
  • Uploads and uploaded files are asynchronous document/file surfaces; uploads are created first, then read back by id for processing status.

Request shape

Use the operation catalog first when choosing an endpoint. Paths are Shippingbo API paths under https://app.shippingbo.com, such as /orders, /orders/{orderId}, /products, /stock_variations, and /return_orders.

Pagination on index endpoints uses limit and offset; the default and maximum limit is 50. Query parameters and JSON bodies accept either an object or a JSON string. Path placeholders are not filled automatically; pass the final concrete path, for example /orders/12345.

Operations

Read tools take resource_path plus optional query_params_json. Use list endpoints such as /orders?limit=1 to discover ids before calling entity paths such as /orders/12345.

Write tools take http_method, resource_path, optional query_params_json, and json_body. Use POST for create/action paths and PATCH for update paths exactly as listed in the operation catalog. Examples: order tags use /order_tags with {"order_id": 123, "value": "hold"}; product creation uses /products with fields such as source_ref, sku, and name.

Destructive operations require the concrete resource id in resource_path, such as /order_tags/12345 or /products/12345. Read the resource first and use the returned id; do not invent ids from names or SKU values.

Permission boundaries

Shippingbo OAuth scopes and account feature permissions are separate. A token can report a granted scope while the API still returns 403 FORBIDDEN for that resource family when the Shippingbo account or app authorization does not have backend access to the module. Treat those responses as upstream authorization failures, not as missing request parameters.

Shippingbo documents production and staging environments. Production requests are live and not rolled back. Staging is unstable and intended for special integrations that cannot be exercised safely in production.

Tools in this Server (15)

Shippingbo Operation Catalog

Return the Shippingbo operation catalog grouped by OAuth scope. Use this before choosing resource_path for a scoped read or write tool.

Shippingbo Order Delete

Delete Shippingbo order-scope resources that support DELETE, such as order tags. Pass the concrete resource_path from a prior read or create response,...

Shippingbo Order Mutate

Create or update Shippingbo order-scope resources: orders, order items, order events, order tags, uploads, and order documents. Choose POST or PATCH f...

Shippingbo Order Read

Read Shippingbo order-scope resources: orders, order dispatches, order events, order tags, uploads, order documents, and background job files.

Shippingbo Preparation Mutate

Create or update Shippingbo preparation-scope resources such as shipments and run membership. Use PATCH paths only when the order is already assigned ...

Shippingbo Preparation Read

Read Shippingbo preparation-scope resources: preparation runs, packing slip information, carriers, shipping methods, packages, and warehouse transfers...

Shippingbo Product Delete

Delete Shippingbo product-scope resources that support DELETE, such as products. Pass a concrete product id path such as /products/12345 after reading...

Shippingbo Product Mutate

Create or update Shippingbo product-scope resources: products and product barcodes. Use POST for /products or /product_barcodes and PATCH for concrete...

Shippingbo Product Read

Read Shippingbo product-scope resources: products and product barcodes.

Shippingbo Return Mutate

Create or update Shippingbo return-scope resources, including return orders and received products. Use POST for new return orders or received-product ...

Shippingbo Return Read

Read Shippingbo return-scope resources: return orders and suppliers available for returns.

Shippingbo Stock Mutate

Create Shippingbo stock-scope variations, including stock and slot stock variation records. Use the operation catalog to choose /stock_variations, /st...

Shippingbo Stock Read

Read Shippingbo stock-scope resources: product stocks, stock variations, slot stock variations, and warehouse slots.

Shippingbo Supply Capsule Mutate

Create Shippingbo supply-capsule-scope resources such as supplier products and supplier stock types. Use /supplier_products for supplier-product links...

Shippingbo Supply Capsule Read

Read Shippingbo supply-capsule-scope resources: suppliers, supplier products, and supplier stock types.

Frequently Asked Questions

What is the Shippingbo MCP server?

Shippingbo is an OMS, WMS, and logistics API for ecommerce operations. Use it to read and manage orders, products, stock variations, returns, suppliers, uploads, and warehouse activity from the Shippingbo API. It provides 15 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Shippingbo to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/shippingbo. Authentication is handled automatically.

How many tools does Shippingbo provide?

Shippingbo provides 15 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Shippingbo require?

Shippingbo uses One-click sign in. Shippingbo requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Shippingbo to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/shippingbo

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Shippingbo and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Shippingbo will appear under Not connected — select it and click Connect to complete OAuth.
Name: Shippingbo
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/shippingbo
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Shippingbo?

Sign in to connect your credentials and start running tools from the chat.