Skip to main content
Glama
CerebroChain

cerebrochain-mcp-server

by CerebroChain

@cerebrochain/mcp-server

npm version license Glama Score

首个面向 AI 智能体的物流/WMS MCP 服务器。将 Claude、Cursor 或任何兼容 MCP 的 AI 连接到 CerebroChain 的供应链 API。

安装

npm install -g @cerebrochain/mcp-server

Related MCP server: ShippingRates

配置

Claude Desktop

添加到 ~/.config/claude-desktop/claude_desktop_config.json (Linux) 或 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "cerebrochain": {
      "command": "cerebrochain-mcp",
      "env": {
        "CEREBROCHAIN_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

添加到项目中 .cursor/mcp.json

{
  "mcpServers": {
    "cerebrochain": {
      "command": "cerebrochain-mcp",
      "env": {
        "CEREBROCHAIN_API_KEY": "your-api-key"
      }
    }
  }
}

环境变量

变量

必需

描述

CEREBROCHAIN_API_KEY

针对 Tier 2/3

您的 CerebroChain API 密钥

CEREBROCHAIN_API_URL

自定义 API URL (默认: https://cerebrochain.com/api)

CEREBROCHAIN_JWT_TOKEN

通过 JWT 令牌进行替代身份验证

可用工具

Tier 1 — 免费(无需 API 密钥)

工具

描述

compare_shipping_rates

比较 UPS、FedEx、USPS、DHL 的运费

get_platform_status

检查平台健康状况

Tier 2 — 已认证(需要 API 密钥)

工具

描述

search_inventory

使用筛选器搜索库存项目

check_stock_levels

获取项目的库存水平

lookup_sku

通过 SKU 查找项目

get_warehouse_locations

列出仓库存储位置

list_orders

列出并搜索订单

get_order_status

获取订单详情和追踪信息

get_order_statistics

获取订单 KPI

get_fleet_stats

获取车队利用率指标

list_vehicles

列出车队车辆

track_shipment

追踪货运路线

list_shipments

获取货运历史记录

Tier 3 — 高级(需要订阅)

工具

描述

optimize_route

AI 驱动的路线优化

forecast_demand

AI 需求预测

detect_bottlenecks

AI 瓶颈检测

get_optimization_recommendations

AI 优化建议

get_financial_metrics

收入、利润率、现金流

get_kpi_dashboard

KPI 目标与实际情况对比

natural_language_command

自然语言指令

资源

URI

描述

cerebrochain://inventory/summary

库存概览

cerebrochain://logistics/fleet-status

车队状态快照

cerebrochain://executive/kpi-snapshot

高管 KPI 快照

使用示例

配置完成后,您可以询问 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?"

获取 API 密钥

访问 cerebrochain.com 创建账户并生成 API 密钥。

许可证

MIT

A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Ocean container shipping intelligence for AI agents — D\&D tariffs, freight rates, vessel schedules, port congestion, inland haulage across 6 major carriers. 24 MCP tools.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.
    MIT

View all related MCP servers

Related MCP Connectors

  • Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

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/CerebroChain/cerebrochain-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server