For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Paste the ShipBob MCP URL (see Setup) — use the sandbox URL to test without affecting real data; switch to the production URL when you’re ready to go live
Sign in to ShipBob in the browser window your client opens
Ask the assistant about your orders, inventory, or shipments
What is MCP?
The Model Context Protocol (MCP) is an open protocol that standardizes how AI assistants connect to external data sources and tools. The ShipBob MCP Server acts as a bridge between your AI assistant and the ShipBob API, enabling natural language interactions with your fulfillment operations.
Key Benefits
Natural language access: Check orders, inventory, products, and channels by asking your assistant in plain English
OAuth sign-in: No API tokens to copy, paste, or rotate. You sign in with your ShipBob account on first use.
Hosted by ShipBob: No server to install, run, or update
Read-only: Tools safely query your data without modifying anything
Real-time data: Every call hits the live Developer API
Transport
The server uses Streamable HTTP transport as defined in the MCP specification. Other transports (stdio, sse) are not supported.