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 設定ファイルを通じて次のように構成できます。

{
  "mcpServers": {
    "mrp": {
      "command": "node",
      "args": ["/path/to/mrp-calculator/dist/index.js"],
      "env": {}
    }
  }
}

発達

  • 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によって無視されます。

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