MRP Calculator MCP Server
Overview
This MCP server provides tools for Material Requirements Planning (MRP) calculations. It follows the Model Context Protocol (MCP) to expose its functionality to the system.
Features
- Delivery schedule calculation
- Order need determination
- MRP period calculations
Tools
The server provides the following MCP tools:
calculate_order_need
Calculates when and how much to order based on:
- Current inventory levels
- Forecast periods
- Delivery schedules
- Order constraints
Configuration
The server can be configured through the MCP settings file with:
{
"mcpServers": {
"mrp": {
"command": "node",
"args": ["/path/to/mrp-calculator/dist/index.js"],
"env": {}
}
}
}
Development
- Written in TypeScript
- Uses MCP SDK for server implementation
- Includes test cases for validation
Project Structure
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
Building and Running
# Install dependencies
npm install
# Build the server
npm run build
# Run the server
node dist/index.js
Version Control
This repository uses Git for version control. Important files are tracked while build artifacts and dependencies are ignored via .gitignore.
MRP Calculator MCP Server
Project Details
- brandon-butterwick/MRP_Calculation
- Last Updated: 2/28/2025
Recomended MCP Servers
Sequential Questioning MCP
mysql 数据库-MCP
The MCP server for Powerdrill API.
Query OpenAI models directly from Claude using MCP protocol.
Prometheus exporter that scrapes meta information about a ceph cluster.
3D Maps for OpenSceneGraph / C++14
MCP (Model Context Protocol) server for the Contentful Management API
This read-only MCP Server allows you to connect to HDFS data from Claude Desktop through CData JDBC Drivers....
This package lets you start Vapi calls directly in your Python application.
A TypeScript implementation of an MCP server that provides GitHub repository information including file content, directory structure, and...





