Skip to main content
Glama

Finance Tools MCP

calculate

Compute precise results of mathematical expressions using Python math syntax and numpy. Analyze financial data with accurate calculations for improved decision-making in financial analysis.

Instructions

Calculate the result of a mathematical expression. Support python math syntax and numpy. > calculate("2 * 3 + 4") {'result': 10} > calculate("sin(pi/2)") {'result': 1.0} > calculate("sqrt(16)") {'result': 4.0} > calculate("np.mean([1, 2, 3])") {'result': 2.0}

Input Schema

NameRequiredDescriptionDefault
expressionYes

Input Schema (JSON Schema)

{ "properties": { "expression": { "title": "Expression", "type": "string" } }, "required": [ "expression" ], "title": "calculateArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VoxLink-org/finance-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server