← calculatorlib.com

INDIVIDUAL MCP TOOL

convert_surface-tension

Convert a value between surface-tension units (Newton per meter, Millinewton per meter, Pound force per inch).

calculatorlib.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_calculators — Search the full calculator library by keyword; returns the best matches (name, title, and a ready-to-use input schema) ranked by relevance and popularity.
  • get_calculator_schema — Return the full input schema (field names, types, units, options) for one calculator by name.
  • run_calculator — Run a calculator and get the result.
  • convert_area — Convert a value between area units (Square kilometer, Square meter, Square mile, Square yard, Square foot, Square inch, Hectare, Acre, Square centimetre, Square millimetre, Square decimetre, Square micrometre, Square nanometre).
  • convert_data-transfer-rate — Convert a value between data-transfer-rate units (Bit per second, Kilobit per second, Kilobyte per second, Kibibit per second, Megabit per second, Megabyte per second, Mebibit per second, Gigabit per second, Gigabyte per second, Gibibit per second, Terabit per second, Terabyte per second, Tebibit per second).
  • convert_digital — Convert a value between digital units (Bit, Kilobit, Megabit, Gigabit, Terabit, Petabit, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte, Kibibit, Mebibit, Gibibit, Tebibit, Pebibit, Kibibyte, Mebibyte, Gibibyte, Tebibyte, Pebibyte).
  • convert_energy — Convert a value between energy units (Joule, Kilojoule, Kilocalorie, Electronvolt, Calorie, Watt-hour, Kilowatt-hour, British Thermal Unit, Megajoule, Gigajoule, Megawatt-hour, Gigawatt-hour).
  • convert_frequency — Convert a value between frequency units (Megahertz, Kilohertz, Hertz, Gigahertz).