math-mcp

general MCP Server

A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.

VerifiedInstall Ready
generalgeneral
2 views151 stars15 forksv0.1.3MIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

VerifiedInstall Ready
Source
smithery
Stars
151
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npm install math-mcp
24
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (24)

Surface

Backend

multiply

Multiplies two numbers together

median

Calculates the median of a list of numbers

tan

Calculates the tangent of a number in radians

ceiling

Rounds a number up to the nearest integer

sin

Calculates the sine of a number in radians

subtract

Subtracts the second number from the first number

mean

Calculates the arithmetic mean of a list of numbers

arccos

Calculates the arccosine (in radians) of a number

division

Divides the first number by the second number

mode

Finds the most common number in a list of numbers

arctan

Calculates the arctangent (in radians) of a number

add

Adds two numbers together

cos

Calculates the cosine of a number in radians

Function

Description

round

Rounds a number to the nearest integer

arcsin

Calculates the arcsine (in radians) of a number

sum

Adds any number of numbers together

min

Finds the minimum value from a list of numbers

radiansToDegrees

Converts a radian value to its equivalent in degrees

modulo

Divides two numbers and returns the remainder

max

Finds the maximum value from a list of numbers

degreesToRadians

Converts a degree value to its equivalent in radians

floor

Rounds a number down to the nearest integer