Skip to main content
Glama

ShipBob API MCP Server

create_webhook

Set up webhooks to receive real-time notifications for specific e-commerce events like order or shipment updates via the ShipBob API MCP Server. Define the event type and target URL for efficient system integration.

Input Schema

NameRequiredDescriptionDefault
eventTypeYesEvent type to subscribe to (e.g., 'order.created', 'shipment.created')
isActiveNoWhether the webhook is active
urlYesThe URL to send webhook notifications to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventType": { "description": "Event type to subscribe to (e.g., 'order.created', 'shipment.created')", "type": "string" }, "isActive": { "description": "Whether the webhook is active", "type": "boolean" }, "url": { "description": "The URL to send webhook notifications to", "format": "uri", "type": "string" } }, "required": [ "url", "eventType" ], "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