MRP_Calculation

brandon-butterwick/MRP_Calculation

3.1

If you are the rightful owner of MRP_Calculation and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MRP Calculator MCP Server provides tools for Material Requirements Planning (MRP) calculations using the Model Context Protocol (MCP).

The MRP Calculator MCP Server is designed to assist in Material Requirements Planning by providing essential tools for calculating delivery schedules, determining order needs, and performing MRP period calculations. It leverages the Model Context Protocol (MCP) to integrate seamlessly with other systems, ensuring efficient and accurate planning processes. The server is implemented in TypeScript and utilizes the MCP SDK for robust server functionality. It includes comprehensive test cases to ensure the reliability and accuracy of its calculations.

Features

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

Usages

usage with local integration

{
  "mcpServers": {
    "mrp": {
      "command": "node",
      "args": ["/path/to/mrp-calculator/dist/index.js"],
      "env": {}
    }
  }
}

Tools

  1. calculate_order_need

    Calculates when and how much to order based on current inventory levels, forecast periods, delivery schedules, and order constraints.