cerebrochain-mcp-server
@cerebrochain/mcp-server
AI 에이전트를 위한 최초의 물류/WMS MCP 서버입니다. Claude, Cursor 또는 모든 MCP 호환 AI를 CerebroChain의 공급망 API에 연결하세요.
설치
npm install -g @cerebrochain/mcp-serverRelated 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"
}
}
}
}환경 변수
변수 | 필수 여부 | 설명 |
| Tier 2/3용 | CerebroChain API 키 |
| 아니요 | 사용자 지정 API URL (기본값: |
| 아니요 | JWT 토큰을 통한 대체 인증 |
사용 가능한 도구
Tier 1 — 무료 (API 키 불필요)
도구 | 설명 |
| UPS, FedEx, USPS, DHL 간 요금 비교 |
| 플랫폼 상태 확인 |
Tier 2 — 인증 필요 (API 키 필수)
도구 | 설명 |
| 필터를 사용하여 재고 항목 검색 |
| 항목의 재고 수준 확인 |
| SKU로 항목 조회 |
| 창고 보관 위치 목록 |
| 주문 목록 및 검색 |
| 주문 세부 정보 및 추적 |
| 주문 KPI 확인 |
| 차량 활용 지표 확인 |
| 차량 목록 |
| 배송 경로 추적 |
| 배송 내역 확인 |
Tier 3 — 프리미엄 (구독 필수)
도구 | 설명 |
| AI 기반 경로 최적화 |
| AI 수요 예측 |
| AI 병목 현상 감지 |
| AI 최적화 제안 |
| 수익, 마진, 현금 흐름 |
| KPI 목표 대비 실적 |
| 자연어 명령 |
리소스
URI | 설명 |
| 재고 개요 |
| 차량 상태 스냅샷 |
| 경영진 KPI |
사용 예시
구성 후 AI에게 다음과 같이 질문해 보세요:
"90210에서 10001까지 5파운드 패키지에 대한 배송 요금을 비교해 줘"
"'widget'이 포함된 재고 항목을 검색해 줘"
"ORD-12345 주문 상태가 어떻게 돼?"
"이 10개 정거장에 대한 배송 경로를 최적화해 줘"
"30일 이내에 재고가 소진될 항목은 무엇이야?"
API 키 받기
cerebrochain.com을 방문하여 계정을 만들고 API 키를 생성하세요.
라이선스
MIT
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceA 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.
- AlicenseNot gradedqualityDmaintenanceOcean 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
- AlicenseNot gradedqualityAmaintenance62 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
- FlicenseAqualityBmaintenanceMCP server that exposes tools for monitoring supply chain disruptions, including vessel positions, port weather, congestion, and news. Includes an AI agent that synthesizes these sources to assess route risks.5
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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