@shippo/shippo-mcp 2.0.18 → 2.0.19
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.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
# <img src="https://
|
|
1
|
+
# <img src="https://avatars.githubusercontent.com/u/7683313?s=200&v=4" width="30" alt="Shippo logo"> Shippo MCP Server
|
|
2
|
+
|
|
3
|
+
> **Most users should use the hosted Shippo MCP server at https://mcp.shippo.com (OAuth), not this package.**
|
|
4
|
+
> This self-host npm package is maintained for stdio-only MCP clients, headless / API-key automation (CI, cron, service accounts), and data-residency / self-host deployments where requests must not traverse a third-party gateway. It authenticates with a Shippo API token (`ShippoToken ...`).
|
|
5
|
+
|
|
2
6
|
|
|
3
7
|
Model Context Protocol (MCP) Server for the Shippo API.
|
|
4
8
|
|
|
@@ -23,7 +27,7 @@ Shippo MCP Server: Use this MCP Server to integrate with the Shippo service usin
|
|
|
23
27
|
<!-- Start Table of Contents [toc] -->
|
|
24
28
|
## Table of Contents
|
|
25
29
|
<!-- $toc-max-depth=2 -->
|
|
26
|
-
* [<img src="https://
|
|
30
|
+
* [<img src="https://avatars.githubusercontent.com/u/7683313?s=200&v=4" width="30" alt="Shippo logo"> Shippo MCP Server](#-shippo-mcp-server)
|
|
27
31
|
* [Requirements](#requirements)
|
|
28
32
|
* [Quick Start](#quick-start)
|
|
29
33
|
* [Configuration](#configuration)
|