PackZoo runs a Model Context Protocol (MCP) server, so AI agents can compare shipping prices directly in conversation instead of you copying dimensions into a web form.
Point any MCP client that supports remote streamable-http servers at this endpoint:
https://packzoo.com/api/mcp
Example client config
{
"mcpServers": {
"packzoo": {
"url": "https://packzoo.com/api/mcp"
}
}
}If your MCP client only supports local stdio servers, run the proxy with npx — no installation needed:
npx github:IAfanasov/packzoo-mcp
{
"mcpServers": {
"packzoo": {
"command": "npx",
"args": ["github:IAfanasov/packzoo-mcp"]
}
}
}compare_shipping_prices
Compare live prices for a package across every carrier PackZoo covers for a route, sorted cheapest first.
list_carriers
List which carriers and destination countries PackZoo covers from a given origin country.