MRP_Calculation

MRP_Calculation

0

This project is an MCP server designed for Material Requirements Planning (MRP) calculations. It provides functionality such as delivery schedule calculation and order need determination using the Model Context Protocol. The server is implemented in TypeScript and uses the MCP SDK.

Overview

This MCP server provides tools for Material Requirements Planning (MRP) calculations, exposing its functionality to the system via the Model Context Protocol (MCP).

Features

  • Delivery schedule calculation
  • Order need determination
  • MRP period calculations

Tools

calculate_order_need

Calculates when and how much to order based on:

  • Current inventory levels
  • Forecast periods
  • Delivery schedules
  • Order constraints

Development

  • Written in TypeScript
  • Uses MCP SDK for server implementation
  • Includes test cases for validation