🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@cerebrochain/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebrochain/mcp-server

CerebroChain Supply Chain MCP Server — the first logistics/WMS MCP server for AI agents. Rate shopping, inventory, orders, fleet tracking, AI forecasting.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@cerebrochain/mcp-server

npm version license

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.

Free tier: 100 API calls/day with just a wallet address (no API key needed).

PackageUse Case
@cerebrochain/mcp-server (this package)Use with Claude, Cursor, or any MCP-compatible AI agent
@cerebrochain/bot-sdkDirect 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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 24 Apr 2026

Did you know?

Socket

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.

Install

Related posts