Enables comparison of shipping rates and tracking of shipments through DHL's logistics network.
Enables comparison of shipping rates and tracking of shipments through FedEx's delivery services.
Enables comparison of shipping rates and tracking of shipments through UPS's logistics infrastructure.
Enables comparison of shipping rates and tracking of shipments through the United States Postal Service.
@cerebrochain/mcp-server
The first logistics/WMS MCP server for AI agents. Connect Claude, Cursor, or any MCP-compatible AI to CerebroChain's supply chain APIs.
Installation
npm install -g @cerebrochain/mcp-serverConfiguration
Claude Desktop
Add to ~/.config/claude-desktop/claude_desktop_config.json (Linux) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}Environment Variables
Variable | Required | Description |
| For Tier 2/3 | Your CerebroChain API key |
| No | Custom API URL (default: |
| No | Alternative auth via JWT token |
Available Tools
Tier 1 — Free (No API Key)
Tool | Description |
| Compare rates across UPS, FedEx, USPS, DHL |
| Check platform health |
Tier 2 — Authenticated (API Key Required)
Tool | Description |
| Search inventory items with filters |
| Get stock levels for an item |
| Look up item by SKU |
| List warehouse storage locations |
| List and search orders |
| Get order details and tracking |
| Get order KPIs |
| Get fleet utilization metrics |
| List fleet vehicles |
| Track a shipment route |
| Get shipment history |
Tier 3 — Premium (Subscription Required)
Tool | Description |
| AI-powered route optimization |
| AI demand forecasting |
| AI bottleneck detection |
| AI optimization suggestions |
| Revenue, margins, cash flow |
| KPI targets vs actuals |
| Natural language commands |
Resources
URI | Description |
| Inventory overview |
| Fleet status snapshot |
| Executive KPIs |
Example Usage
Once configured, ask your AI:
"Compare shipping rates from 90210 to 10001 for a 5lb package"
"Search inventory for items containing 'widget'"
"What's the status of order ORD-12345?"
"Optimize delivery route for these 10 stops"
"What items will be out of stock in 30 days?"
Get an API Key
Visit cerebrochain.com to create an account and generate an API key.
License
MIT