Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
claude mcp add shippo-mcp --transport http https://mcp.shippo.com
~/.cursor/mcp.json
{
"mcpServers": {
"shippo-mcp": {
"url": "https://mcp.shippo.com"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shippo-mcp": {
"serverUrl": "https://mcp.shippo.com"
}
}
}
.vscode/mcp.json
{
"servers": {
"shippo-mcp": {
"type": "http",
"url": "https://mcp.shippo.com"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shippo-mcp": {
"url": "https://mcp.shippo.com"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"shippo-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.shippo.com"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.shippo.com | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.shippo--shippo-mcp/reviews or the review_server meta-tool.
POST /mcp