cerebrochain-mcp-server
@cerebrochain/mcp-server
AIエージェント向けの初の物流/WMS MCPサーバー。Claude、Cursor、またはその他のMCP互換AIをCerebroChainのサプライチェーンAPIに接続します。
インストール
npm install -g @cerebrochain/mcp-serverRelated MCP server: ShippingRates
設定
Claude Desktop
~/.config/claude-desktop/claude_desktop_config.json (Linux) または ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) に追加してください:
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}Cursor
プロジェクト内の .cursor/mcp.json に追加してください:
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}環境変数
変数 | 必須 | 説明 |
| Tier 2/3用 | CerebroChain APIキー |
| いいえ | カスタムAPI URL (デフォルト: |
| いいえ | JWTトークンによる代替認証 |
利用可能なツール
Tier 1 — 無料 (APIキー不要)
ツール | 説明 |
| UPS、FedEx、USPS、DHLの料金比較 |
| プラットフォームの稼働状況を確認 |
Tier 2 — 認証済み (APIキー必須)
ツール | 説明 |
| フィルターを使用して在庫アイテムを検索 |
| アイテムの在庫レベルを取得 |
| SKUでアイテムを検索 |
| 倉庫の保管場所を一覧表示 |
| 注文を一覧表示および検索 |
| 注文の詳細と追跡情報を取得 |
| 注文のKPIを取得 |
| フリート稼働率のメトリクスを取得 |
| フリート車両を一覧表示 |
| 出荷ルートを追跡 |
| 出荷履歴を取得 |
Tier 3 — プレミアム (サブスクリプション必須)
ツール | 説明 |
| AIによるルート最適化 |
| AIによる需要予測 |
| AIによるボトルネック検出 |
| AIによる最適化の提案 |
| 収益、利益率、キャッシュフロー |
| KPI目標と実績の比較 |
| 自然言語コマンド |
リソース
URI | 説明 |
| 在庫概要 |
| フリート状況のスナップショット |
| エグゼクティブ向けKPIスナップショット |
使用例
設定が完了したら、AIに以下のように尋ねてください:
"5ポンドの荷物を90210から10001へ送る場合の送料を比較して"
"'widget'を含む在庫アイテムを検索して"
"注文ORD-12345のステータスはどうなっていますか?"
"これら10箇所の配送ルートを最適化して"
"30日以内に在庫切れになるアイテムは何ですか?"
APIキーの取得
cerebrochain.com にアクセスしてアカウントを作成し、APIキーを生成してください。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceA Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.
- AlicenseNot gradedqualityDmaintenanceOcean container shipping intelligence for AI agents — D\&D tariffs, freight rates, vessel schedules, port congestion, inland haulage across 6 major carriers. 24 MCP tools.MIT
- AlicenseNot gradedqualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.MIT
- FlicenseAqualityBmaintenanceMCP server that exposes tools for monitoring supply chain disruptions, including vessel positions, port weather, congestion, and news. Includes an AI agent that synthesizes these sources to assess route risks.5
Related MCP Connectors
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CerebroChain/cerebrochain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server