example-calculator-mcp

TroteaTeodor/example-calculator-mcp

3.2

If you are the rightful owner of example-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 simple Model Context Protocol (MCP) server that provides basic calculator tools.

Tools

Functions exposed to the LLM to take actions

add

Add two numbers together

subtract

Subtract second number from first number

multiply

Multiply two numbers

divide

Divide first number by second number (with zero division protection)

power

Raise first number to the power of second number

sqrt

Calculate square root of a number (with negative number protection)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources