ETABSharp
A strongly typed C# wrapper over the ETABS COM API, and an MCP server on the same surface: an AI assistant can read a model, build one, and run the analysis.
- 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?”
