← nestingcalc.com

INDIVIDUAL MCP TOOL

kiln_capacity

Kiln charge capacity: wood volume per batch (AH-188 / TechDrying).

nestingcalc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nestingcalc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for kiln_capacity and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

nestingcalc.com

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.nestingcalc]
url = "https://mcp.nestingcalc.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nestingcalc": {
      "type": "http",
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nestingcalc
Remote MCP URL: https://mcp.nestingcalc.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": {
    "nestingcalc": {
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nestingcalc": {
      "type": "http",
      "url": "https://mcp.nestingcalc.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nestingcalc",
  "transport": "streamable-http",
  "url": "https://mcp.nestingcalc.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • linear_cutting_optimizer — Optimize 1D cutting plans for bars, pipes and profiles (linear cutting stock problem, best-fit decreasing heuristic).
  • sheet_cutting_optimizer — Optimize 2D guillotine cutting plans for plywood, MDF, glass, sheet metal (2D nesting with kerf, per-part rotation lock for grain direction, optional sheet trim and multiple stock sizes).
  • board_feet_calculator — Calculate board feet and lumber cost (thickness x width x length / 144 in inches).
  • miter_angle_calculator — Miter angles three ways: corner mode (any corner angle between two pieces), sides mode (regular polygon with N sides), crown mode (miter + bevel for crown molding at a spring angle).
  • lumber_weight_calculator — Weight of lumber by species, dimensions, quantity and moisture (dry/fresh), using species density tables.
  • rebar_takeoff — Rebar weight takeoff (d2/162 rule): total length, weight in kg and bars per tonne for a list of rebar lines.
  • metal_weight_calculator — Weight of metal stock per profile: pipe/tube (OD + wall), round bar, square/rectangular tube, flat bar, angle, beam/I-beam.
  • cnc_feeds_speeds — CNC spindle RPM and feed rate from tool diameter, flute count, chip load and cutting speed.