mcpbeat

PackZoo MCP Server

io.github.IAfanasov/packzoo
answering

PackZoo is answering right now. Last checked 10 min ago. It exposes 2 tools.

Compare parcel and letter delivery prices across 60+ carriers in 27 European countries.

Uptime history 45 hours of history
45 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
473 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add packzoo --transport http https://packzoo.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "packzoo": {
      "url": "https://packzoo.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.packzoo]
url = "https://packzoo.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "packzoo": {
      "url": "https://packzoo.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "packzoo": {
      "url": "https://packzoo.com/api/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

carriers
list_carriers
List every carrier PackZoo covers for a given origin country, and which destination countries each carrier serves from there. Use this to discover coverage — e.g. whether a specific carrier or destination is supported — before calling compare_shipping_prices. Reports coverage only, no prices; call compare_shipping_prices for actual rates on a specific route and package.
compare
compare_shipping_prices
Look up live, ranked shipping prices for a specific package and route across every carrier PackZoo covers for the origin country. Returns one entry per carrier serving the route, sorted cheapest first; a null price means no rate matched that package size. Letter, envelope, and mailbox rates (e.g. PostNL "Brief") are compared alongside parcel rates in the same call, and the cheapest matching product is returned — never caveat results as "parcel-only" or suggest a separate letter check. Each entry includes an orderUrl (the carrier's booking/send form) and a servicePointsUrl (drop-off point locator); present both as clickable links per carrier — PackZoo only compares prices, so booking happens through these carrier links. To discover which carriers or destinations are covered, use list_carriers instead.

Endpoints

URLTransportStateLatencyChecked
https://packzoo.com/api/mcp streamable-http answering 339 ms 10 min ago

PackZoo — questions

Answers built from our own checks of this server.

What can PackZoo do?
It exposes 2 tools, read directly from the server on our last check. Among them: compare_shipping_prices, list_carriers. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is PackZoo working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 473 ms. The bar chart above shows every period we have measured.
How do I connect PackZoo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does PackZoo need an API key?
No. PackZoo completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is PackZoo?
It answers our handshake in 473 ms on average, which is faster than 25% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.