Skip to main content
Glama

ShipBob API MCP Server

list_products

Retrieve product details from ShipBob's fulfillment API. Filter products by search term, paginate results using page and limit parameters, and manage inventory efficiently.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of products per page
pageNoPage number for pagination
searchNoSearch term to filter products

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of products per page", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "search": { "description": "Search term to filter products", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/shipbob-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server