MCP Calc Tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| derivativeC | Calculate the derivative of a mathematical expression |
| integralB | Calculate the indefinite integral of a mathematical expression |
| riemann_sumC | Calculate the Riemann sum of a function using different methods |
| areaC | Calculate the area under a curve between two points |
| volumeC | Calculate the volume of revolution around x-axis |
| logarithmC | Calculate logarithm with any base |
| exponentialC | Calculate exponential function (e^x) |
| compound_interestC | Calculate compound interest |
| present_valueC | Calculate present value of future cash flows |
| npvC | Calculate Net Present Value of cash flows |
| darboux_sumC | Calculate the Darboux sum of a function |
| limitC | Calculate the limit of a function as it approaches a value |
| solveC | Solve an equation for a variable |
| laplace_transformC | Calculate the Laplace transform of a function |
| fourier_transformC | Calculate the Fourier transform of a function |
| z_transformC | Calculate the Z-transform of a function |
| black_scholesC | Calculate Black-Scholes option price |
| option_greeksB | Calculate the Greeks for a Black-Scholes option |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools have clearly distinct mathematical purposes, such as 'derivative' for derivatives, 'integral' for integrals, and 'black_scholes' for option pricing. However, there is some overlap between 'area' and 'riemann_sum' (both approximate areas under curves) and 'darboux_sum' (another area approximation method), which could cause confusion in tool selection.
The naming is mixed with some consistency in using descriptive terms like 'compound_interest' and 'fourier_transform', but it lacks a uniform pattern. For example, 'black_scholes' uses underscores while 'npv' is an acronym, and there's no consistent verb_noun structure, making it readable but not predictable.
With 18 tools, the count is borderline high for a calculator server, as it covers a broad range from basic math to advanced transforms and financial calculations. This might feel heavy and could overwhelm agents, though each tool seems purposeful within the mathematical domain.
The tool set provides comprehensive coverage of mathematical operations, including calculus (derivatives, integrals, limits), transforms (Fourier, Laplace, Z), financial calculations (NPV, present value, Black-Scholes), and basic functions (exponential, logarithm). There are no obvious gaps for a mathematical calculation server, supporting a wide range of agent workflows.