cerebrochain-mcp-server
The CerebroChain MCP server connects AI agents to CerebroChain's supply chain APIs for logistics and warehouse management, offering tools across three access tiers.
š Free Tools (No API Key Required)
Compare shipping rates across UPS, FedEx, USPS, and DHL (by ZIP code, weight, dimensions)
Check platform health and service availability
š Authenticated Tools (API Key Required)
Search inventory by name, SKU, barcode, or category
Check stock levels for a specific item (on hand, reserved, available)
Look up items by SKU ā full details including stock, location, and pricing
List warehouse locations with zone/aisle/bin hierarchy
List and filter orders by status (pending, processing, shipped, delivered, cancelled)
Get order status and tracking for a specific order
Get order statistics and KPIs (fulfillment rate, average value, trends)
Get fleet statistics (active vehicles, utilization, fuel efficiency, maintenance)
List fleet vehicles filtered by status
Track shipments in real-time (location, ETA, stops completed)
View shipment history with 90-day analytics and carrier performance
š Premium Tools (Subscription Required)
AI route optimization considering traffic, capacity, time windows, and fuel costs
AI demand forecasting for inventory needs and sales trends
AI bottleneck detection with severity levels and recommendations
AI optimization recommendations for warehouse, logistics, or overall supply chain
Financial metrics (revenue, margins, cash flow, profit/loss)
KPI dashboard showing targets vs. actuals for all supply chain metrics
Natural language commands to query or control the system (e.g., "show delayed shipments" or "reserve 50 units of SKU-1234")
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
Latest Blog Posts
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/OFODevelopment/cerebrochain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server