ETABSharp
A fluent C# wrapper for the ETABS structural analysis API, with an AI/MCP layer for natural language interaction with structural models.
- A thin wrapper, not a replacement: methods map onto the ETABS API rather than hiding it.
- Typed records instead of ref arrays, and exceptions instead of ret != 0 checks.
- An MCP server on the same typed surface: query results, add sections, run design checks.
- The core wrapper is stable and in production use. The MCP layer is still in active development.
“What’s the maximum story drift in load case EQ-X? Is it within the 0.5% limit?”
