Skip to main content
Glama
brandon-butterwick

MRP Calculator MCP Server

MRP 계산기 MCP 서버

개요

이 MCP 서버는 자재 소요량 계획(MRP) 계산을 위한 도구를 제공합니다. 모델 컨텍스트 프로토콜(MCP)을 준수하여 시스템에 기능을 제공합니다.

Related MCP server: Software Planning Tool

특징

  • 납품 일정 계산

  • 주문 필요 결정

  • MRP 기간 계산

도구

서버는 다음과 같은 MCP 도구를 제공합니다.

주문_수요_계산

다음을 기준으로 언제, 얼마만큼 주문할지 계산합니다.

  • 현재 재고 수준

  • 예측 기간

  • 배송 일정

  • 주문 제약 조건

구성

서버는 MCP 설정 파일을 통해 구성할 수 있습니다.

지엑스피1

개발

  • TypeScript로 작성됨

  • 서버 구현을 위해 MCP SDK를 사용합니다.

  • 검증을 위한 테스트 케이스가 포함되어 있습니다

프로젝트 구조

mrp-calculator/ ├── src/ │ ├── index.ts # Main server implementation │ ├── calculator.ts # MRP calculation logic │ ├── types.ts # TypeScript type definitions │ └── validator.ts # Input validation ├── package.json ├── tsconfig.json └── README.md

건물과 운영

# Install dependencies npm install # Build the server npm run build # Run the server node dist/index.js

버전 제어

이 저장소는 버전 관리를 위해 Git을 사용합니다. 중요 파일은 추적되고, 빌드 아티팩트와 종속성은 .gitignore를 통해 무시됩니다.

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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/brandon-butterwick/MRP_Calculation'

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