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
                  A
                  license
                  A
                  quality
                  An adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.
                  Last updated -
                  1
                  602
                  179
                  TypeScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  An MCP server that converts Cursor agent plans into structured markdown task lists and organizes them in your repository, helping you track AI-generated plans and recommendations as actionable specifications.
                  Last updated -
                  3
                  Python
                  MIT License
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  MCP FOR ITSM TOOL INTEGRATION
                  Last updated -
                  JavaScript
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  Provides software development planning tools to help users create implementation plans and manage todo items.
                  Last updated -
                  Python
                  • Linux
                  • Apple

                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