Skip to main content
Glama

MCP Math Server

A Node.js server that handles mathematical calculations and natural language math queries.

Features

  • Basic arithmetic operations (add, subtract, multiply, divide)

  • Advanced operations (square root, power)

  • Natural language processing for math queries

  • RESTful API endpoints

  • CORS enabled

  • Error handling

Related MCP server: MCP Calc Tools

Installation

npm install

Usage

Start the server:

npm start

For development with auto-reload:

npm run dev

API Endpoints

1. Calculate Endpoint

POST /calculate

Body:

{
    "operation": "add",
    "params": { "a": 5, "b": 3 }
}

2. Natural Language Endpoint

POST /natural

Body:

{
    "query": "what is 5 plus 3"
}

Supported Operations

  • Addition: "add", "plus", "+"

  • Subtraction: "subtract", "minus", "-"

  • Multiplication: "multiply", "times", "*"

  • Division: "divide", "divided by", "/"

  • Square Root: "square root", "sqrt"

  • Power: "power", "^"

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aem-edge-delivery/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server