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, warehouse activity, and webhooks from the Shippingbo API.

Managed
4 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, uploads, and webhooks.

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.
  • Update hooks are Shippingbo webhooks. They are mutable remote configuration and should be changed deliberately.

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 /update_hooks.

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.

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 (4)

Shippingbo Delete

DELETE a documented Shippingbo API path for removable resources such as webhooks, products, tags, and components.

Shippingbo Mutate

POST or PATCH a documented Shippingbo API path. Use for creating and updating orders, products, stock changes, returns, uploads, and webhooks.

Shippingbo Operation Catalog

Return the consolidated Shippingbo OpenAPI operation catalog grouped by workflow area. Use this before choosing resource_path for read, mutate, or del...

Shippingbo Read

GET a documented Shippingbo API path. Pass a concrete resource_path and optional query params; use the operation catalog for common OpenAPI paths.

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, warehouse activity, and webhooks from the Shippingbo API. It provides 4 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 4 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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This MCP server groups tools behind an endpoint that many clients can use.

Use this MCP server in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Shippingbo?

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