ecommerce
ShipBob MCP, CLI, and Lua Integration for AI Agents
ShipBob integration docs for AI agents: MCP gateway setup, ShipBob CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
ShipBob for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
shipbob- route_slug
shipbob- package
shipbob- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. ShipBob CLIHeadless setup and direct function calls. ShipBob MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
ShipBob MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ShipBob.
Claude Code ShipBob MCP setup for Claude Code. Cursor ShipBob MCP setup for Cursor. Codex ShipBob MCP setup for Codex. OpenAI Agents ShipBob MCP setup for OpenAI Agents SDK. Claude Agent SDK ShipBob MCP setup for Claude Agent SDK. Vercel AI SDK ShipBob MCP setup for Vercel AI SDK. LangChain ShipBob MCP setup for LangChain. LangGraph ShipBob MCP setup for LangGraph. CrewAI ShipBob MCP setup for CrewAI. MCP clients ShipBob MCP setup for Generic MCP Clients.
ShipBob CLI Matrix
Use these pages for direct ShipBob CLI workflows in scripts, CI, cron, and agent wrappers.
CI ShipBob CLI for CI. Cron Jobs ShipBob CLI for cron jobs. Shell Scripts ShipBob CLI for shell scripts. Headless Automation ShipBob CLI for headless automation. Coding Agents ShipBob CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
shipbob.shipbob_list_orders | Read read | 3 | List fulfillment orders from ShipBob. Supports pagination and filtering by status (e.g. pending, fulfilled, cancelled). |
shipbob.shipbob_get_order | Read read | 1 | Get details for a specific ShipBob order by ID, including line items, shipping address, and fulfillment status. |
shipbob.shipbob_create_order | Write write | 3 | Create a new fulfillment order in ShipBob. Provide product line items, a receiving note, and an optional shipping method. |
shipbob.shipbob_list_products | Read read | 2 | List products in your ShipBob inventory. Supports pagination with page and limit parameters. |
shipbob.shipbob_get_product | Read read | 1 | Get details for a specific ShipBob product by ID, including SKU, inventory levels, and fulfillment info. |
shipbob.shipbob_list_shipments | Read read | 2 | List shipments from ShipBob. Supports pagination with page and limit parameters. |
shipbob.shipbob_get_current_user | Read read | 0 | Get the currently authenticated ShipBob user profile. Useful for verifying connectivity and account details. |