Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

OFODevelopment/cerebrochain-mcp-server MCP server](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/OFODevelopment/cerebrochain-mcp-server) πŸ“‡ ☁️ - Supply chain & logistics intelligence β€”...

README.md

<p align="center"> <img src="assets/logo.svg" width="120" alt="CerebroChain Logo"> </p>

@cerebrochain/mcp-server

![npm version](https://www.npmjs.com/package/@cerebrochain/mcp-server) ![license](https://opensource.org/licenses/MIT) ![Glama Score](https://glama.ai/mcp/servers/CerebroChain/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

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

Available Tools

Tier 1 β€” Free (No API Key)

| Tool | Description | |------|-------------| | compare_shipping_rates | Compare rates across UPS, FedEx, USPS, DHL | | get_platform_status | Check platform health |

Tier 2 β€” Authenticated (API Key Required)

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

Tier 3 β€” Premium (Subscription Required)

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

Resources

| URI | Description | |-----|-------------| | cerebrochain://inventory/summary | Inventory overview | | cerebrochain://logistics/fleet-status | Fleet status snapshot | | cerebrochain://executive/kpi-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

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use E-commerce & Retail servers.