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.
Any MCP-compatible client with remote server + OAuth support. This includes Claude Desktop (via custom connector), VS Code with GitHub Copilot, and other modern MCP clients.
Do I need an API token?
No. The MCP server uses OAuth. You sign in with your ShipBob account on first connection and the client stores the OAuth session.
How long does sign-in last?
OAuth token lifetime matches the rest of the ShipBob API. See Authentication for token and refresh details.
Is there a cost?
The MCP server is free to use for ShipBob customers.
Can I use this in production?
Yes. Use the production URL listed on Setup and sign in with your production ShipBob account.
How do I switch between sandbox and production?
Add two server entries, one for each URL, and sign in to each with the matching account. You can keep both active and pick the right one in conversation.
Is my data secure?
Yes. All traffic uses HTTPS, authentication uses OAuth (no static credentials), and the MCP server does not store your data. It proxies live calls to the ShipBob Developer API.
Can I limit which tools the assistant can call?
Two layers control this. First, your AI client only performs actions you explicitly request. Second, your ShipBob account’s permissions determine which tool calls succeed against the API.
Which records can the assistant read?
The AI client can read data from every channel on your merchant account. See Concepts > Channel for background.
How do I revoke access?
Revocation is controlled by your AI client. Remove the server entry (or disconnect / delete the connector) inside the client.