PackZoo

PackZoo

PackZoo

PackZoo via MCP

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.

Connect (recommended)

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"
    }
  }
}

Local / stdio clients

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"]
    }
  }
}

Available tools

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.

Also available

Links