FEA-MCP

FEA-MCP

3.3

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

  1. get_units

    Returns the model units.

  2. create_objects_by_coordinates

    Batch-creates various geometric objects.

  3. get_all_geometries

    Returns all the modelled geometric objects.

  4. get_points

    Returns all the modelled points.

  5. get_frames

    Returns all the modelled frames (ETABS only).

  6. get_areas

    Returns all the modelled areas (ETABS only).

  7. get_lines

    Returns all the modelled lines (LUSAS only).

  8. get_surfaces

    Returns all the modelled surfaces (LUSAS only).

  9. get_volumes

    Returns all the modelled volumes (LUSAS only).

  10. sweep_points

    Sweeps points to create lines (LUSAS only).

  11. sweep_lines

    Sweeps lines to create surfaces (LUSAS only).

  12. sweep_surfaces

    Sweeps surfaces to create volumes (LUSAS only).

  13. select

    Select modelled objects (LUSAS only).