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.
Discovered via smithery and last synced 3mo ago.
1. Install the package
npm install math-mcp
Backend
Multiplies two numbers together
Calculates the median of a list of numbers
Calculates the tangent of a number in radians
Rounds a number up to the nearest integer
Calculates the sine of a number in radians
Subtracts the second number from the first number
Calculates the arithmetic mean of a list of numbers
Calculates the arccosine (in radians) of a number
Divides the first number by the second number
Finds the most common number in a list of numbers
Calculates the arctangent (in radians) of a number
Adds two numbers together
Calculates the cosine of a number in radians
Description
Rounds a number to the nearest integer
Calculates the arcsine (in radians) of a number
Adds any number of numbers together
Finds the minimum value from a list of numbers
Converts a radian value to its equivalent in degrees
Divides two numbers and returns the remainder
Finds the maximum value from a list of numbers
Converts a degree value to its equivalent in radians
Rounds a number down to the nearest integer