Skip to main content
Glama

Shiplogic MCP Server

by jlwainwright

get_opt_in_rates

Retrieve optional add-on shipping rates by providing collection and delivery addresses to calculate additional service costs for shipments.

Instructions

Get optional add-on rates for a shipment

Input Schema

NameRequiredDescriptionDefault
collection_addressYesCollection address
delivery_addressYesDelivery address

Input Schema (JSON Schema)

{ "properties": { "collection_address": { "description": "Collection address", "properties": { "city": { "type": "string" }, "code": { "type": "string" }, "country": { "type": "string" }, "street_address": { "type": "string" }, "type": { "enum": [ "residential", "business" ], "type": "string" } }, "required": [ "street_address", "city", "code" ], "type": "object" }, "delivery_address": { "description": "Delivery address", "properties": { "city": { "type": "string" }, "code": { "type": "string" }, "country": { "type": "string" }, "street_address": { "type": "string" }, "type": { "enum": [ "residential", "business" ], "type": "string" } }, "required": [ "street_address", "city", "code" ], "type": "object" } }, "required": [ "collection_address", "delivery_address" ], "type": "object" }

You must be authenticated.

Other Tools from Shiplogic MCP Server

Related Tools

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/jlwainwright/shiplogic-mcp'

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