
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@cerebrochain/mcp-server
Advanced tools
CerebroChain Supply Chain MCP Server — the first logistics/WMS MCP server for AI agents. Rate shopping, inventory, orders, fleet tracking, AI forecasting.
The first logistics/WMS MCP server for AI agents. Connect Claude, Cursor, or any MCP-compatible AI to CerebroChain's supply chain APIs.
npm install -g @cerebrochain/mcp-server
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"
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"cerebrochain": {
"command": "cerebrochain-mcp",
"env": {
"CEREBROCHAIN_API_KEY": "your-api-key"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
CEREBROCHAIN_API_KEY | For Tier 2/3 | Your CerebroChain API key |
CEREBROCHAIN_API_URL | No | Custom API URL (default: https://cerebrochain.com/api) |
CEREBROCHAIN_JWT_TOKEN | No | Alternative auth via JWT token |
| Tool | Description |
|---|---|
compare_shipping_rates | Compare rates across UPS, FedEx, USPS, DHL |
get_platform_status | Check platform health |
| Tool | Description |
|---|---|
search_inventory | Search inventory items with filters |
check_stock_levels | Get stock levels for an item |
lookup_sku | Look up item by SKU |
get_warehouse_locations | List warehouse storage locations |
list_orders | List and search orders |
get_order_status | Get order details and tracking |
get_order_statistics | Get order KPIs |
get_fleet_stats | Get fleet utilization metrics |
list_vehicles | List fleet vehicles |
track_shipment | Track a shipment route |
list_shipments | Get shipment history |
| Tool | Description |
|---|---|
optimize_route | AI-powered route optimization |
forecast_demand | AI demand forecasting |
detect_bottlenecks | AI bottleneck detection |
get_optimization_recommendations | AI optimization suggestions |
get_financial_metrics | Revenue, margins, cash flow |
get_kpi_dashboard | KPI targets vs actuals |
natural_language_command | Natural language commands |
| URI | Description |
|---|---|
cerebrochain://inventory/summary | Inventory overview |
cerebrochain://logistics/fleet-status | Fleet status snapshot |
cerebrochain://executive/kpi-snapshot | Executive KPIs |
Once configured, ask your AI:
Visit cerebrochain.com to create an account and generate an API key.
Free tier: 100 API calls/day with just a wallet address (no API key needed).
| Package | Use Case |
|---|---|
@cerebrochain/mcp-server (this package) | Use with Claude, Cursor, or any MCP-compatible AI agent |
@cerebrochain/bot-sdk | Direct programmatic access from JavaScript/TypeScript |
Both packages access the same underlying APIs. Use the SDK for custom integrations, use this MCP server for AI agent workflows.
MIT
FAQs
CerebroChain Supply Chain MCP Server — the first logistics/WMS MCP server for AI agents. Rate shopping, inventory, orders, fleet tracking, AI forecasting.
The npm package @cerebrochain/mcp-server receives a total of 7 weekly downloads. As such, @cerebrochain/mcp-server popularity was classified as not popular.
We found that @cerebrochain/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.