OpenSTAAD MCP Server
OfficialRelated Servers
Alternatives to OpenSTAAD MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI agents to interact with Bentley STAAD.Pro models for tasks like load case definition, data extraction, and property setting, running locally with multi-instance support and no cloud dependency.5MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to interact with bridge structural analysis software for modeling, construction stages, and code checking.13258 PyPIApache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI coding assistants to directly control CSI ETABS for structural and seismic analysis, including model inspection, material/section definition, frame generation, solver execution, and result extraction through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-driven interaction with Tekla Structures through natural language commands, allowing users to select elements, insert components, and automate modeling workflows.12-
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Autodesk Civil 3D through natural language, supporting tools for surfaces, alignments, profiles, corridors, pipe networks, COGO points, and AutoCAD geometry.93MIT
- AlicenseAqualityDmaintenanceConnects AI assistants to CSI ETABS for structural engineering tasks, enabling model creation, analysis, design, and seismic checks via the COM API.694MIT
TDQS
Scored across 5 tools
discover_api and read_skills are sequential but distinct; list_instances and get_status both report instance state, though one enumerates all instances and the other checks a single connection. No severe ambiguity.
All five tools follow a consistent verb_noun snake_case convention (discover_api, read_skills, list_instances, get_status, execute_code), making the pattern predictable.
Five tools is well-scoped for an API execution server: discovery, guidance, instance listing, status check, and code execution. Each tool has a clear role.
The workflow from discovering guidance to executing code is covered. Minor gap: no explicit instance selection parameter on execute_code and no model lifecycle tools, but the API sandbox can handle those operations.