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에게 다음과 같이 질문해 보세요:

  • "90210에서 10001까지 5파운드 패키지에 대한 배송 요금을 비교해 줘"

  • "'widget'이 포함된 재고 항목을 검색해 줘"

  • "ORD-12345 주문 상태가 어떻게 돼?"

  • "이 10개 정거장에 대한 배송 경로를 최적화해 줘"

  • "30일 이내에 재고가 소진될 항목은 무엇이야?"

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