ShipSaving runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 21 Apr 2026.
MCP server for ShipSaving — shipping rates, labels, orders, tracking
Today is the operative word: we check ShipSaving every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add shipsaving-mcp -- npx -y shipsaving-mcp
{
"mcpServers": {
"shipsaving-mcp": {
"args": [
"-y",
"shipsaving-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.shipsaving-mcp]
command = "npx"
args = ["-y", "shipsaving-mcp"]
{
"mcpServers": {
"shipsaving-mcp": {
"args": [
"-y",
"shipsaving-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"shipsaving-mcp": {
"args": [
"-y",
"shipsaving-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SHIPSAVING_APP_KEY (ShipSaving API key (starts with sk_)), SHIPSAVING_API_BASE_URL (API base URL).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Melhor Envio — shipping rates, labels, tracking, agencies
MCP server for Correios — package tracking, shipping rates, CEP lookup
MCP server for RedTrack affiliate tracking API
MCP server for the Keeping time-tracking API
Sendle shipping quotes, orders, and parcel tracking. By UnClick.
MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses.
MCP server for VTEX — e-commerce, orders, products, inventory, shipping
MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)
Answers built from our own checks of this server.