FEA-MCP
If you are the rightful owner of FEA-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An Finite Element Analysis Model Context Protocol Server for AI
The FEA-MCP Server provides a unified API interface for interacting with various Finite Element Analysis (FEA) software packages. It enables AI control of FEA modelling, analysis, and post-processing through a consistent interface, regardless of the underlying software implementation (currently ETABS and LUSAS are supported).
Features
- Multiple Software: Supports mainstream FEA software including ETABS and LUSAS.
- Geometric Modelling: Create and manage geometric entities like points, lines, surfaces, and volumes.
- Other: Read model units and select objects (LUSAS only).
Tools
get_units
Returns the model units.
create_objects_by_coordinates
Batch-creates various geometric objects.
get_all_geometries
Returns all the modelled geometric objects.
get_points
Returns all the modelled points.
get_frames
Returns all the modelled frames (ETABS only).
get_areas
Returns all the modelled areas (ETABS only).
get_lines
Returns all the modelled lines (LUSAS only).
get_surfaces
Returns all the modelled surfaces (LUSAS only).
get_volumes
Returns all the modelled volumes (LUSAS only).
sweep_points
Sweeps points to create lines (LUSAS only).
sweep_lines
Sweeps lines to create surfaces (LUSAS only).
sweep_surfaces
Sweeps surfaces to create volumes (LUSAS only).
select
Select modelled objects (LUSAS only).