Calculator MCP Server
This server provides two main tools:
calculate: Perform basic arithmetic operations (add, subtract, multiply, divide) on two numbers, returning the result and the expression.
convert_temperature: Convert temperature values between Celsius (C) and Fahrenheit (F), either by direct input of value and units or by uploading a file with Base64-encoded temperature data.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Calculator MCP Servercalculate 15% tip on $42.75"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 configurationRelated 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 |
|
|
JIT Inventory |
|
|
Station OEE |
|
|
π Running the MCP Server
# Start in development mode
npm run dev
# Build the project
npm run build
# Start production server
npm startMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityCmaintenanceA minimal NitroStack starter template with a calculator module including tools, resources, and prompts for learning MCP server fundamentals.Last updated4
- Flicense-qualityCmaintenanceA minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.Last updated
- FlicenseCqualityCmaintenanceA minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.Last updated9
- AlicenseBqualityBmaintenanceA minimal MCP server template for learning NitroStack, providing calculator-focused tools, resources, and prompts with TypeScript and Zod validation.Last updated21ISC
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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