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.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for Shippingbo — workflow patterns, data models, and gotchas for your AI agent.
Shippingbo is an ecommerce operations platform covering order management, warehouse management, shipping, returns, supplier flows, stock, and uploads.
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.
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.
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.
Return the Shippingbo operation catalog grouped by OAuth scope. Use this before choosing resource_path for a scoped read or write tool.
Delete Shippingbo order-scope resources that support DELETE, such as order tags. Pass the concrete resource_path from a prior read or create response,...
Create or update Shippingbo order-scope resources: orders, order items, order events, order tags, uploads, and order documents. Choose POST or PATCH f...
Read Shippingbo order-scope resources: orders, order dispatches, order events, order tags, uploads, order documents, and background job files.
Create or update Shippingbo preparation-scope resources such as shipments and run membership. Use PATCH paths only when the order is already assigned ...
Read Shippingbo preparation-scope resources: preparation runs, packing slip information, carriers, shipping methods, packages, and warehouse transfers...
Delete Shippingbo product-scope resources that support DELETE, such as products. Pass a concrete product id path such as /products/12345 after reading...
Create or update Shippingbo product-scope resources: products and product barcodes. Use POST for /products or /product_barcodes and PATCH for concrete...
Read Shippingbo product-scope resources: products and product barcodes.
Create or update Shippingbo return-scope resources, including return orders and received products. Use POST for new return orders or received-product ...
Read Shippingbo return-scope resources: return orders and suppliers available for returns.
Create Shippingbo stock-scope variations, including stock and slot stock variation records. Use the operation catalog to choose /stock_variations, /st...
Read Shippingbo stock-scope resources: product stocks, stock variations, slot stock variations, and warehouse slots.
Create Shippingbo supply-capsule-scope resources such as supplier products and supplier stock types. Use /supplier_products for supplier-product links...
Read Shippingbo supply-capsule-scope resources: suppliers, supplier products, and supplier stock types.
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).
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.
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.
Shippingbo uses One-click sign in. Shippingbo requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Shippingbo to any MCP client in minutes
The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Shippingbo and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More ecommerce integrations you might like
This server acts as an interface for the 123elec online store, providing access to product catalogs,...
The Aristocles Data API offers tools for comparing subscription prices and services across different...
Cigar price comparison and discovery platform. Compare prices across 17+ retailers for 58,000+ cigar...
The ComOS Federation Gateway facilitates the management of tenants and agents within a federation, p...
Manage customer data and orders. View customer details, order history, and webshop integration. Use ...
Skybridge Ecommerce provides a carousel feature for showcasing products, enhancing the online shoppi...