shipsaving-mcp
Syncs store orders, prints labels, and marks orders as shipped for Shopify stores.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shipsaving-mcpTrack package 1Z999AA10123456784"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ShipSaving MCP Server
An MCP (Model Context Protocol) server that wraps the ShipSaving logistics REST API, enabling AI assistants like Claude to perform shipping operations through natural language.
Features
Shipment Management — Multi-carrier rate comparison, create shipments, pay & generate labels, void labels, track packages
Order Management — Sync store orders, search, bulk label printing, mark as shipped, cancel
Address Book — Query, create, and validate addresses
Package Templates — Save and reuse package dimensions
Carriers — List connected carrier accounts and available service levels
Store Integration — List connected e-commerce stores (Shopify, etc.)
Analytics — Total savings, shipping cost analysis
Billing — Wallet balance, transaction history
Quick Start
Prerequisites
Node.js 18+
A ShipSaving App Key (get one at ShipSaving → Settings → API)
Install with Claude Code CLI (Recommended)
claude mcp add shipsaving \
-e SHIPSAVING_APP_KEY=sk_your_app_key \
-- npx -y shipsaving-mcpInstall with Claude Desktop
Edit your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"shipsaving": {
"command": "npx",
"args": ["-y", "shipsaving-mcp"],
"env": {
"SHIPSAVING_APP_KEY": "sk_your_app_key"
}
}
}
}Restart Claude Desktop after saving.
Verify Installation
claude mcp list
# shipsaving should show status: ConnectedAvailable Tools
Shipment Management
Tool | Description |
| Compare rates across multiple carriers, marks cheapest & fastest |
| Create a draft shipment (no payment yet) |
| Pay for shipment and generate label |
| Void/refund an unused label |
| Search shipments by various criteria |
| Get detailed shipment information |
| Track package by tracking number |
| Query shipping insurance rates |
Order Management
Tool | Description |
| Search orders by status, store, date, keywords |
| Get order details |
| Manually create an order |
| Purchase a label for an existing order |
| Mark order as shipped |
| Cancel an order |
| Trigger store order sync |
| List all order tags |
Address Book
Tool | Description |
| Query address book entries |
| Add a new address |
| Update an existing address |
| Validate address deliverability |
Package Templates
Tool | Description |
| List saved package templates |
| List carrier-provided package types |
| Create a reusable package template |
Carriers & Stores
Tool | Description |
| List connected carrier accounts |
| Query available service levels per carrier |
| List connected e-commerce stores |
Analytics & Billing
Tool | Description |
| View total savings with ShipSaving |
| Analyze shipping data over time |
| Query wallet balance |
| Query transaction records |
Usage Examples
Compare shipping rates:
Compare rates from ZIP 90001 to 10001 for a 10x8x6 inch, 2 lb packageShip a package:
Ship from John Smith, 123 Main St, Los Angeles, CA 90001
to Jane Doe, 456 Park Ave, New York, NY 10001
Package: 10x8x6 inches, 2 lbs, choose cheapest optionBulk label printing:
Sync my Shopify orders, then print labels for all pending orders
using 6x6x6 inch boxes, 1 lb each, cheapest carrier, no insuranceTrack a package:
Track package 1Z999AA10123456784Environment Variables
Variable | Required | Default | Description |
| Yes | — | ShipSaving App Key ( |
| No |
| API base URL |
| No |
| Request timeout in milliseconds |
| No | — | Path to log file (logs go to stderr by default) |
Development
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
# Debug with MCP Inspector
SHIPSAVING_API_BASE_URL=https://app-gateway.shipsaving.com \
SHIPSAVING_APP_KEY=sk_your_app_key \
npx @modelcontextprotocol/inspector node dist/index.jsTroubleshooting
"command not found" — Install Node.js 18+: nodejs.org
"Failed to connect" — Try running the server manually to see error output:
SHIPSAVING_APP_KEY=sk_your_app_key npx -y shipsaving-mcpIf it hangs (waiting for input), the server started successfully. If it errors immediately, you'll see the issue.
To clear the npx cache:
rm -rf ~/.npm/_npxLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/waka4674/shipsaving-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server