Design
structurecalcs.com
Offers structural analysis tools including beam and truss solving, steel section lookup, and diagram rendering.
ENDPOINT 1
https://api.structurecalcs.com/mcp
MCP server metadata
- Name
- structurecalcs
- Version
- 1.0.0
Structural analysis for beams and trusses. Loads negative = downward; settlements negative = down; truss forces tension-positive. Set units to "SI" or "imperial".
Known tools 6
solve_beamSIGN CONVENTION FIRST — loads are NEGATIVE for downward/gravity (a gravity UDL is start: -10); support settlement is NEGATIVE for downward; applied moments are clockwise-positive.
Inferred read-onlysolve_trussSIGN CONVENTION FIRST — node loads are fx/fy with NEGATIVE fy = downward/gravity (a gravity load is fy: -20); settlements NEGATIVE = down; member forces come back TENSION-POSITIVE / compression-negative.
Inferred read-onlysearch_sectionsSearch the steel section library by standard (AS4100 | AISC | EN10365 | BS4 | JIS | IS808), section type (UB, W, IPE, ISMC, …), and/or a substring of the designation.
Inferred read-onlyrender_beam_diagramSIGN CONVENTION FIRST — loads NEGATIVE = downward (as in solve_beam).
Inferred read-onlyrender_truss_diagramSIGN CONVENTION FIRST — node loads NEGATIVE fy = downward (as in solve_truss).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.structurecalcs]
url = "https://api.structurecalcs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"structurecalcs": {
"type": "http",
"url": "https://api.structurecalcs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: structurecalcs
Remote MCP URL: https://api.structurecalcs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"structurecalcs": {
"url": "https://api.structurecalcs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"structurecalcs": {
"type": "http",
"url": "https://api.structurecalcs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "structurecalcs",
"transport": "streamable-http",
"url": "https://api.structurecalcs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.