@shippo/shippo-mcp 3.0.1 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # <img src="https://raw.githubusercontent.com/goshippo/ai/main/tools/modelcontextprotocol/assets/shippo-logo.png" width="30" alt="Shippo logo"> Shippo MCP Server
1
+ # Shippo MCP Server
2
2
 
3
3
  > **Note:** This package is a thin **local bridge** to the hosted Shippo MCP server at `https://mcp.shippo.com`. It runs over stdio for MCP clients that connect to a local command, and signs you in with **OAuth** in your browser (no API key required). Tool discovery and execution happen on the hosted server, so the local tool surface always matches hosted. If your client speaks remote MCP with OAuth, you can connect to `https://mcp.shippo.com` directly instead of using this package.
4
4
 
@@ -85,7 +85,7 @@ claude mcp remove shippo-mcp
85
85
 
86
86
  **Desktop Extension (recommended):**
87
87
 
88
- [![Add to Claude Desktop](https://img.shields.io/badge/Add_to_Claude_Desktop-Download_.dxt-d97757?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/goshippo/ai/releases/download/shippo-mcp-v3.0.1/shippo.dxt)
88
+ [![Add to Claude Desktop](https://img.shields.io/badge/Add_to_Claude_Desktop-Download_.dxt-d97757?style=for-the-badge&logo=anthropic&logoColor=white)](https://github.com/goshippo/ai/releases/download/shippo-mcp-v3.0.3/shippo.dxt)
89
89
 
90
90
  Click to download `shippo.dxt`, then open it in Claude Desktop to install (or Settings -> Extensions -> Advanced -> Install Extension). It signs in with OAuth on first use, so there is nothing to configure. You can also build it yourself with `npm run build-dxt`.
91
91
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shippo/shippo-mcp",
3
3
  "mcpName": "com.shippo/shippo-mcp",
4
- "version": "3.0.1",
4
+ "version": "3.0.3",
5
5
  "description": "Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses. Local bridge to the hosted Shippo MCP server.",
6
6
  "license": "MIT",
7
7
  "repository": {