terminal49_shipment
Pack: terminal49 · Endpoint: https://gateway.pipeworx.io/terminal49/mcp
Get an ocean shipment and its containers: bill of lading, carrier, port of lading (POL), port of discharge (POD), vessel, and ETA. Pass an id for a single shipment, or omit it to list recent shipments. Example: terminal49_shipment({ id: “3c9d…”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | no | Shipment id (UUID). Omit to list recent shipments instead. |
page | number | no | Page number when listing shipments (optional, defaults to 1). |
_apiKey | string | yes | Terminal49 API key (create one at https://app.terminal49.com/developers/api-keys). |
Example call
curl -X POST https://gateway.pipeworx.io/terminal49/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"terminal49_shipment","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"terminal49": {
"url": "https://gateway.pipeworx.io/terminal49/mcp"
}
}
}
See Getting Started for client-specific install steps.