Every other AI will happily guess a beam size — and can be confidently wrong. The Volex connector lets Claude call real structural calculations instead, so the answer comes back code-compliant, clause-referenced and auditable.
AI can describe engineering. Volex proves it.
Ask in plain English. The assistant calls Volex and hands back a checked result — with the clause working and a link to the proof.
Six verified calculators today, spanning concrete, steel, timber, masonry and foundations — with the rest of Volex's ~390 endpoints addable the same way.
| Tool | Standard | Returns |
|---|---|---|
| design_rc_beam | EC2 | Flexural steel, shear links, deflection |
| design_rc_column | EC2 | Axial + biaxial bending, slenderness |
| design_steel_beam_column | EC3 | Combined axial + bending check |
| design_timber_beam | EC5 | Bending, shear, bearing, LTB, deflection |
| design_masonry_wall | EC6 | Vertical capacity, slenderness, eccentricity |
| design_strip_foundation | EC7 | Bearing width + RC footing design |
Clone the Volex connector and install its two dependencies with pip install -r requirements.txt.
Set your Volex email & password (or an API token) so calls run against your plan.
Add the block below to your Claude config, restart, and a 🔌 tools icon appears.
{
"mcpServers": {
"volex": {
"command": "python",
"args": ["/absolute/path/to/connector/server.py"],
"env": {
"VOLEX_API_BASE": "https://anvil.volexlabs.com",
"VOLEX_EMAIL": "you@example.com",
"VOLEX_PASSWORD": "your-volex-password"
}
}
}
}
Uses the open Model Context Protocol, so it works with any MCP-capable assistant — Claude Desktop is just the reference setup. Calls count against your Volex plan (free tier included).