The ShipBob API MCP Server is a comprehensive tool for managing e-commerce fulfillment operations via ShipBob's API. With this server, you can:
Manage Products: List, create, update, and retrieve product details
Handle Orders: List, create, cancel, and retrieve order information
Track Inventory: Get inventory levels, make adjustments, and access product-specific inventory data
Fulfill Shipments: List, create, and retrieve shipment details
Configure Webhooks: Create, list, and delete webhooks for event notifications
Process Returns: List, create, and retrieve return requests
Access Locations: Get information about fulfillment centers
Manage Channels: List and retrieve sales channel details
Generate Reports: Retrieve inventory, orders, and shipping reports
Test Operations: Use the MCP Inspector to test tools and view server responses
Used for environment variable management, specifically for storing the ShipBob API key required for authentication.
The MCP server is built on Node.js, requiring version 16 or higher to run.
Used to install dependencies and run scripts for the MCP server, including development and inspection commands.