MCP Server
MCP
ShipSaving
MCP server for ShipSaving — shipping rates, labels, orders, tracking
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "shipsaving-mcp",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ShipSaving API key (starts with sk_)",
"isRequired": true,
"isSecret": true,
"name": "SHIPSAVING_APP_KEY"
},
{
"description": "API base URL",
"default": "https://app-gateway.shipsaving.com",
"name": "SHIPSAVING_API_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment