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