Integrations
Used for environment variable configuration with a .env file.
Provides a support link in the README, allowing users to financially support the developer of the MCP server.
Can be used to test the server's API endpoints during development.
Shiplogic MCP サーバー
Shiplogic Shipping APIとのシームレスな統合を実現するModel Context Protocol(MCP)サーバー。MCP SDKとTypeScriptを使用して構築されており、型安全性と優れた開発者エクスペリエンスを実現します。
デモ
特徴
- 🚚配送料を取得- 住所間の配送料を計算します
- 📦出荷を作成- 自動追跡で出荷を予約
- 🔍荷物の追跡- リアルタイムの配送追跡
- ❌出荷のキャンセル- 必要に応じて予約をキャンセル
- ➕オプションサービス- 特別サービスの追加料金にアクセス
- 📚アドレス帳管理- よく使うアドレスを保存して管理します
インストール
前提条件
- Node.js 18歳以上
- npmまたはyarn
- Shiplogic API キー ( shiplogic.comで取得)
クイックスタート
- クローンしてインストール:
- 環境を構成する:
- サーバーを構築します。
使用法
クロード・デスクトップ
Claude Desktop の構成にこれを追加します:
MCPインスペクターを使用
MCP Inspector を使用してサーバーをテストします。
スタンドアロン
サーバーを直接実行します。
利用可能なツール
get_shipping_rates
2 つの住所間の配送料を計算します。
create_shipment
追跡付きの新しい出荷を作成します。
track_shipment
参照番号で出荷を追跡します。
cancel_shipment
既存の出荷をキャンセルします。
get_opt_in_rates
オプションの追加サービス料金を取得します。
add_address_to_book
アカウントのアドレス帳にアドレスを追加します。
get_address_book
アカウントのアドレス帳からアドレスを取得します。
remove_address_from_book
アカウントのアドレス帳からアドレスを削除します。
構成
環境変数:
変数 | 説明 | 必須 | デフォルト |
---|---|---|---|
SHIPLOGIC_API_KEY | Shiplogic APIキー | はい | - |
SHIPLOGIC_API_URL | API ベース URL | いいえ | https://api.shiplogic.com |
発達
プロジェクト構造
スクリプト
npm run build
- TypeScript をコンパイルするnpm run dev
- ビルドして実行npm run inspect
- MCP Inspector で実行
テスト
APIリファレンス
このサーバーはShiplogic API v2と統合されています。詳細なAPIドキュメントについては、以下をご覧ください。
ライセンス
MITライセンス - LICENSEファイルを参照
貢献
- リポジトリをフォークする
- 機能ブランチを作成します(
git checkout -b feature/amazing-feature
) - 変更をコミットする (
git commit -m 'Add amazing feature'
) - ブランチにプッシュする (
git push origin feature/amazing-feature
) - プルリクエストを開く
サポート
- 🐛 問題: GitHub の問題
- 📧 メールアドレス: your.email@example.com
- 📚 ドキュメント: Wiki
- ☕ 私の仕事に協力してください:コーヒーを買ってください
このプロジェクトが役に立つと思われた方は、ぜひ私の活動へのご支援をご検討ください。皆様のご支援は、私がオープンソース開発により多くの時間を費やし、コミュニティのためにより良いツールを開発する助けとなります。
謝辞
ジャック・ウェインライトが❤️を込めて作りました
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Shiplogic 配送 API とのシームレスな統合を提供し、配送料の計算、出荷の作成、パッケージの追跡、配送業務のプログラムによる管理を可能にする MCP サーバーです。
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn unofficial MCP server that provides an interface to access the Autumn pricing API for managing customers, entitlements, invoices, and generating billing portal links.Last updated -5TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3926
- AsecurityFlicenseAqualityA comprehensive Model Context Protocol server that enables users to interact with the ShipStation API for managing orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments through structured tools.Last updated -39JavaScript
- AsecurityFlicenseAqualityA comprehensive server that enables interaction with the ShipHero API through the Model Context Protocol, providing tools for managing orders, products, inventory, shipping, warehouses, vendors, and webhooks.Last updated -29JavaScript