compute_math

$0.0005 USDC per call

Evaluate mathematical expressions. Supports arithmetic, algebra, unit conversions, trigonometry, matrices, and more.

Parameters
NameTypeRequiredDescription
expression string required Math expression to evaluate (e.g. '(500 * 1.08^5) / 12', 'sqrt(144)', '2 inches to cm')
Example Call
// MCP tool call
{
  "name": "compute_math",
  "arguments": {
    "expression": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground