Skip to main content
Glama

MRP Calculator MCP Server

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.

Install Server
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
                  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
                  685
                  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
                  261
                  328
                  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
                  0
                  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 -
                  4
                  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