← Registry

Design

structurecalcs.com

Offers structural analysis tools including beam and truss solving, steel section lookup, and diagram rendering.

1 endpoint6 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://api.structurecalcs.com/mcp

No auth detected

MCP server metadata

Name
structurecalcs
Version
1.0.0
Capabilities
tools
Server instructions

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_beam

SIGN 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-only
solve_truss

SIGN 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-only
get_section

Look up one steel section’s properties by its exact designation.

Inferred read-only
search_sections

Search 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-only
render_beam_diagram

SIGN CONVENTION FIRST — loads NEGATIVE = downward (as in solve_beam).

Inferred read-only
render_truss_diagram

SIGN CONVENTION FIRST — node loads NEGATIVE fy = downward (as in solve_truss).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.