mcp-engineering-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| material_propertiesA | Look up typical room-temperature mechanical and thermal properties for a common engineering material (density, Young's modulus, yield and ultimate strength, thermal conductivity, CTE). Accepts names or shorthand like 'aluminum', '6061', 'Ti-6Al-4V', '304'. |
| beam_analysisA | Compute max deflection, max bending moment, and max bending stress for a beam under one of four standard loadings. Optionally returns a factor of safety against yield. Euler-Bernoulli, linear-elastic, small-deflection theory. |
| convert_unitsA | Convert a value between engineering units within the same physical dimension (length, mass, force, pressure/stress, energy, power, area, volume, temperature). Refuses cross-dimension conversions such as force to length. |
| list_unitsA | List every unit symbol the converter supports, grouped by physical dimension. |
| fit_correlationA | Fit a least-squares model to paired (x, y) experimental data and return the coefficients, R^2, and a formula string. Use 'power' for dimensionless correlations like Nu = CRe^n (fit in log-log space; x and y must be positive) or 'linear' for y = mx + c. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool addresses a distinct engineering task: beam analysis, unit conversion, data fitting, unit listing, and material properties. No overlap in functionality.
Most tools follow a verb_noun pattern (convert_units, fit_correlation, list_units), but material_properties and beam_analysis deviate slightly. However, all use consistent snake_case.
Five tools is appropriate for the server's scope—enough to cover core engineering needs without being overwhelming or too sparse.
The tool set covers essential engineering tasks, but lacks some common analyses (e.g., stress transformation, section properties). Minor gaps exist but do not hinder most workflows.