← calc.engineer

INDIVIDUAL MCP TOOL

capacitor_charge

Calculates RC capacitor charge timing, energy storage, and transient voltages.

calc.engineernone authenticationAvailability not checked

LIVE ENDPOINT

https://calc.engineer/mcp

No auth detected

Connect to this endpoint to inspect the live schema for capacitor_charge 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

calc.engineer

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

.mcp.json

{
  "mcpServers": {
    "calc-engineer": {
      "type": "http",
      "url": "https://calc.engineer/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • fspl — Calculate free-space path loss (FSPL) in decibels using the ITU-R P.
  • link_budget — Compute a full RF link budget from transmitter power, frequency, distance, and antenna gains.
  • dipole — Calculate physical dimensions of a dipole antenna for a given frequency.
  • microstrip — Calculate PCB microstrip trace width for a target characteristic impedance using the Hammerstad-Jensen closed-form equations.
  • dbm_convert — Convert a power level in dBm to milliwatts, watts, dBW, and RMS voltage across a given impedance.
  • noise_figure_cascade — Calculate the cascaded noise figure of a multi-stage receiver chain using the Friis formula.
  • vswr — Convert between VSWR, return loss, and reflection coefficient — provide any one parameter and get all related impedance-mismatch metrics.
  • attenuator_pi — Design a Pi-topology resistive attenuator pad.