MCP-Server

Ajinkya259/MCP-Server

3.2

If you are the rightful owner of MCP-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 henry@mcphub.com.

A simple yet powerful MCP server built using the FastMCP framework that enables basic math operations like addition, subtraction, multiplication, and division — usable right inside Claude Desktop or any MCP-compatible environment.

Tools

Functions exposed to the LLM to take actions

add

Add two numbers together.

Args:
    a: First number
    b: Second number
    
Returns:
    The sum of a and b

subtract

Subtract the second number from the first.

Args:
    a: Number to subtract from
    b: Number to subtract
    
Returns:
    The result of a - b

multiply

Multiply two numbers together.

Args:
    a: First number
    b: Second number
    
Returns:
    The product of a and b

divide

Divide the first number by the second.

Args:
    a: Numerator
    b: Denominator
    
Returns:
    The result of a / b

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

calculator://help

URI: calculator://help

MIME: text/plain

null