ShipHero MCP Server

get_shipping_rates

Retrieve accurate shipping rates by providing package data for calculation. This tool integrates with the ShipHero MCP Server to facilitate efficient shipping cost estimation.

Input Schema

NameRequiredDescriptionDefault
package_dataYesJSON string containing the package data for rate calculation

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "package_data": { "description": "JSON string containing the package data for rate calculation", "type": "string" } }, "required": [ "package_data" ], "type": "object" }
ID: 86hw9j6m2j