
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
loadbench-mcp
Advanced tools
MCP server for structural load & stability math: tipping, support reactions, beam checks.
An MCP server that does the structural load & stability math language models get wrong. AI assistants call it instead of guessing.
| Tool | Question it answers |
|---|---|
check_tipping | Will these weights topple over their footprint? |
solve_supports | How much load does each leg / bracket carry? |
beam_check | Will this beam or shelf hold the load? (stress + deflection) |
All math is verified against hand-computed answers (tests/test_physics.py).
Once published to PyPI, any MCP client can launch it with no install step:
uvx loadbench-mcp
Or install it:
pip install loadbench-mcp
loadbench-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"loadbench": {
"command": "uvx",
"args": ["loadbench-mcp"]
}
}
}
Restart Claude Desktop, then ask things like "A 2 m pine shelf on two brackets 0.3 m from each end — will it hold 40 kg in the middle?"
uv run --with mcp --with numpy python -m load_solver.server # run from source
python -m pytest tests # verify the math
Inputs are SI units (metres, kilograms, newtons; 1 kg ≈ 9.81 N). Tool docstrings carry the full argument details, which the model reads automatically.
Estimates for planning, not certified engineering. For loads where a failure could cause injury or real damage, have a qualified engineer check the result.
MIT
FAQs
MCP server for structural load & stability math: tipping, support reactions, beam checks.
We found that loadbench-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.