Cerebrochain

Created By
CerebroChain9 days ago
Enterprise supply chain intelligence APIs with 100 free calls/day. Live data: freight rates (85+ carriers), port congestion (16 global ports via NOAA), shipping lanes, commodity prices, crypto, forex, economic indicators (FRED), AI inference, blockchain monitoring. x402 micropayments, on-chain trust tiers on Polygon. npm install @cerebrochain/bot-sdk
Overview

@cerebrochain/mcp-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@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-server

Configuration

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

VariableRequiredDescription
CEREBROCHAIN_API_KEYFor Tier 2/3Your CerebroChain API key
CEREBROCHAIN_API_URLNoCustom API URL (default: https://cerebrochain.com/api)
CEREBROCHAIN_JWT_TOKENNoAlternative auth via JWT token

Available Tools

Tier 1 — Free (No API Key)

ToolDescription
compare_shipping_ratesCompare rates across UPS, FedEx, USPS, DHL
get_platform_statusCheck platform health

Tier 2 — Authenticated (API Key Required)

ToolDescription
search_inventorySearch inventory items with filters
check_stock_levelsGet stock levels for an item
lookup_skuLook up item by SKU
get_warehouse_locationsList warehouse storage locations
list_ordersList and search orders
get_order_statusGet order details and tracking
get_order_statisticsGet order KPIs
get_fleet_statsGet fleet utilization metrics
list_vehiclesList fleet vehicles
track_shipmentTrack a shipment route
list_shipmentsGet shipment history

Tier 3 — Premium (Subscription Required)

ToolDescription
optimize_routeAI-powered route optimization
forecast_demandAI demand forecasting
detect_bottlenecksAI bottleneck detection
get_optimization_recommendationsAI optimization suggestions
get_financial_metricsRevenue, margins, cash flow
get_kpi_dashboardKPI targets vs actuals
natural_language_commandNatural language commands

Resources

URIDescription
cerebrochain://inventory/summaryInventory overview
cerebrochain://logistics/fleet-statusFleet status snapshot
cerebrochain://executive/kpi-snapshotExecutive 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

Server Config

{
  "mcpServers": {
    "cerebrochain": {
      "command": "npx",
      "args": [
        "-y",
        "@cerebrochain/mcp-server"
      ],
      "env": {
        "CEREBROCHAIN_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
9 days ago
Updated At
9 days ago
Author Name
CerebroChain
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago