Skip to main content
Glama

MRP Calculator MCP Server

MRP計算機MCPサーバー

概要

このMCPサーバーは、資材所要量計画(MRP)計算のためのツールを提供します。モデルコンテキストプロトコル(MCP)に準拠し、システムに機能を公開します。

特徴

  • 配送スケジュールの計算
  • 注文の必要性の決定
  • 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

在庫レベル、予測、注文制約に基づいて配送スケジュールを計算し、注文ニーズを決定し、MRP 期間計算を実行するための資材所要量計画 (MRP) ツールを提供します。

  1. 概要
    1. 特徴
      1. ツール
        1. 注文ニーズを計算する
      2. 構成
        1. 発達
          1. プロジェクト構造
            1. 構築と実行
              1. バージョン管理

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  Enables interaction with Linear resources through an MCP interface, offering functionality for issue management and resource retrieval with rate limiting and error handling support.
                  Last updated -
                  3
                  826
                  1
                  JavaScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  Facilitates interactive software development planning by managing tasks, tracking progress, and creating detailed implementation plans through the Model Context Protocol.
                  Last updated -
                  6
                  670
                  337
                  JavaScript
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A collection of tools that enhance MCP-based workflows with caching, retry logic, batch operations, and rate limiting capabilities.
                  Last updated -
                  7
                  1
                  JavaScript
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A custom implementation for real-time supply chain optimization that enables parallel tool calling to provide intelligent inventory management recommendations and actionable insights in response to live supply chain events.
                  Last updated -
                  5
                  Python

                View all related MCP servers

                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