BatoolRubab/MCP-Calculator-Server
If you are the rightful owner of MCP-Calculator-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP-Calculator-Server is a production-ready server that provides a variety of mathematical utilities through the Model Context Protocol (MCP) using the FastMCP framework.
Tools
Functions exposed to the LLM to take actions
add
Add two numbers.
sub
Subtract two numbers.
mul
Multiply two numbers.
div
Divide two numbers (floating point result).
power
Raise a number to a power.
square_root
Square root of a number.
factorial
Factorial of a non-negative integer.
log
Logarithm with optional base.
sin
Sine of an angle (radians).
cos
Cosine of an angle (radians).
tan
Tangent of an angle (radians).
degrees_to_radians
Convert degrees to radians.
radians_to_degrees
Convert radians to degrees.
gcd
Greatest common divisor.
lcm
Least common multiple.
is_prime
Check if a number is prime.
quadratic_roots
Solve ax² + bx + c = 0.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client