mechanical-engineering-mcp
A precision engineering calculation server for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Analyze Vibration: Analyse a mass-spring-damper system. Returns natural frequency (rad/s and Hz), damping ratio, damped natural frequency, system classification, logarithmic decrement, and engineering
- Tune Pid: Generate PID tuning parameters using Ziegler-Nichols and Cohen-Coon methods from a FOPDT process model. Returns Kp, Ki, Kd for the selected controller type and method, with reliability flags
- Analyze State Space: Analyze an LTI system in state-space form. Evaluates stability, controllability, and observability. Automatically catches ragged matrices and dimension mismatches.
What data it sees
Do you need an account
No: the server works without sign-in
A precision engineering calculation server for AI agents. Provides license-free mechanical engineering tools covering dynamics and control systems. Current tools: vibration analysis for mass-spring-damper systems (natural frequency, damping ratio, system classification) and PID tuning parameter generation using Ziegler-Nichols and Cohen-Coon methods from FOPDT process models. All inputs validated in strict SI units. More modules coming: fluid dynamics, thermodynamics, and heat transfer
Server tool list (3)
Raw names from tools/list. Only developers need these.
| analyze_vibration | Analyse a mass-spring-damper system. Returns natural frequency (rad/s and Hz), damping ratio, damped natural frequency, system classification, logarithmic decrement, and engineering flags. All inputs must be in strict SI units. |
| tune_pid | Generate PID tuning parameters using Ziegler-Nichols and Cohen-Coon methods from a FOPDT process model. Returns Kp, Ki, Kd for the selected controller type and method, with reliability flags and method comparison. All inputs must be in strict SI units. |
| analyze_state_space | Analyze an LTI system in state-space form. Evaluates stability, controllability, and observability. Automatically catches ragged matrices and dimension mismatches. |