MRP Calculator MCP Server

Integrations

  • Used for version control of the MRP calculator's source code, tracking important files while ignoring build artifacts and dependencies via .gitignore.

  • Handles package management and build scripts for the MRP calculator, enabling users to install dependencies and build the server.

  • The MRP calculator is written in TypeScript, providing static typing and improved developer experience for implementing the MRP calculation logic.

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.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Provides Material Requirements Planning (MRP) tools for calculating delivery schedules, determining order needs, and performing MRP period calculations based on inventory levels, forecasts, and order constraints.

  1. Overview
    1. Features
      1. Tools
        1. calculate_order_need
      2. Configuration
        1. Development
          1. Project Structure
            1. Building and Running
              1. Version Control

                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
                  361
                  120
                  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

                ID: we2rlwkgal