Skip to main content
Glama
pranav-v-k

Calculator MCP Server

by pranav-v-k

AI Production Planner MCP (auto-planner-mcp)

An Industry 4.0 AI Production Planning MCP (Model Context Protocol) Server for automotive manufacturing lines. This system provides unified assembly queue management, intelligent build plan resequencing, Just-In-Sequence (JIS) inventory tracking, Overall Equipment Effectiveness (OEE) analytics, and financial downtime impact calculations.


πŸ“ System Architecture & Structure

auto-planner-mcp/
β”œβ”€β”€ data/                      # Industry 4.0 Mock Datasets
β”‚   β”œβ”€β”€ assembly_queue.json    # Active vehicle assembly queue (VINs, models, seat types)
β”‚   β”œβ”€β”€ inventory_jit.json     # Just-In-Time/Sequence parts inventory & ETA tracking
β”‚   └── station_oee.json       # Assembly station efficiency & operational status
β”œβ”€β”€ teammates/                 # Core Production Logic Engines
β”‚   β”œβ”€β”€ dev_a/                 # Assembly Queue & Resequencing Module
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   └── logic.py
β”‚   └── dev_b/                 # Inventory & OEE Analytics Module
β”‚       β”œβ”€β”€ __init__.py
β”‚       └── logic.py
β”œβ”€β”€ package.json               # NitroStack MCP server configuration
└── tsconfig.json              # TypeScript configuration

Related MCP server: NitroStack Calculator MCP Server

✨ Features & Production Tools

🚘 Assembly Queue & Resequencing Module

  • get_assembly_sequence(shift_id: str, line_id: str)

    • Retrieves the active build queue for a specified shift and assembly line.

  • resequence_build_plan(delay_reason: str, missing_option: str)

    • Dynamically resequences the assembly line schedule when part shortages occur (e.g., missing seat trims) by prioritizing available vehicle configurations and shifting delayed VINs to the end of the queue.

🏭 Inventory & Equipment Analytics Module

  • check_jis_inventory(part_number: str, vin_sequence: str = None)

    • Checks stock levels, supplier ETAs, and shortage indicators for required JIS automotive components.

  • calculate_station_oee(station_id: str)

    • Calculates Overall Equipment Effectiveness ($OEE = Availability \times Performance \times Quality$) for assembly stations (e.g., STATION_WELDING).

  • estimate_downtime_cost(stopped_station_id: str)

    • Computes estimated financial losses based on station downtime duration (assumes $$22,000/\text{min}$ for non-running stations).


πŸ“Š Data Schemas

Dataset

File Path

Key Attributes

Assembly Queue

data/assembly_queue.json

vin, model, trim, seat_type, status

JIT Inventory

data/inventory_jit.json

stock, supplier_eta, shortage

Station OEE

data/station_oee.json

availability, performance, quality, status


πŸš€ Running the MCP Server

# Start in development mode
npm run dev

# Build the project
npm run build

# Start production server
npm start
Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    A minimal NitroStack starter template with a calculator module including tools, resources, and prompts for learning MCP server fundamentals.
    Last updated
    4
  • F
    license
    -
    quality
    C
    maintenance
    A minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.
    Last updated
  • F
    license
    C
    quality
    C
    maintenance
    A minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.
    Last updated
    9

View all related MCP servers

Related MCP Connectors

  • Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…

  • A MCP server built for developers enabling Git based project management with project and personal…

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

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/pranav-v-k/auto-planner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server