ericvrp/calculator-mcp
3.2
If you are the rightful owner of calculator-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A TypeScript-based MCP server that implements a robust calculator with precise decimal arithmetic.
Tools
Functions exposed to the LLM to take actions
add
Adds an array of numbers.
subtract
Subtracts numbers sequentially from the first.
multiply
Multiplies an array of numbers.
divide
Divides numbers sequentially. Handles division by zero.
set_precision
Configures decimal precision for all subsequent calculations.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client