mechanical-engineering-mcp
A precision engineering calculation server for AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |