Evaluate mathematical expressions. Supports arithmetic, algebra, unit conversions, trigonometry, matrices, and more.
| Name | Type | Required | Description |
|---|---|---|---|
| expression | string | required | Math expression to evaluate (e.g. '(500 * 1.08^5) / 12', 'sqrt(144)', '2 inches to cm') |
// MCP tool call
{
"name": "compute_math",
"arguments": {
"expression": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}