Skip to main content
Glama

수학-MCP

대규모 언어 모델(LLM)에 기본적인 수학 및 통계 함수를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 LLM이 간단한 API를 통해 정확한 수치 계산을 수행할 수 있도록 지원합니다.

특징

  • 기본 산술 연산(덧셈, 뺄셈, 곱셈, 나눗셈)

  • 통계 함수(합계, 평균, 최소값, 최대값)

  • 라운딩 기능(바닥, 천장, 라운드)

Related MCP server: Calculator MCP

설치

이 저장소를 복제하여 컴퓨터의 로컬 어딘가에 저장하세요.

그런 다음 MCP 구성 파일에 이 서버를 추가합니다.

지엑스피1

PATH\\TO\\PROJECT 저장소를 복제한 실제 경로로 바꾸세요.

사용 가능한 기능

Math-MCP 서버는 다음과 같은 수학 연산을 제공합니다.

기능

설명

매개변수

add

두 숫자를 더합니다

firstNumber : 첫 번째 피연산자 secondNumber : 두 번째 피연산자

subtract

첫 번째 숫자에서 두 번째 숫자를 뺍니다.

minuend : 빼야 할 숫자 subtrahend : 빼는 숫자

multiply

두 숫자를 곱합니다

firstFactor : 첫 번째 요인 secondFactor : 두 번째 요인

division

첫 번째 숫자를 두 번째 숫자로 나눕니다.

numerator : 나누어지는 숫자 denominator : 나눌 숫자

sum

임의의 수의 숫자를 더합니다

numbers : 합계를 구할 숫자 배열

average

숫자 목록의 산술 평균을 계산합니다.

numbers : 평균을 구하기 위한 숫자 배열

min

숫자 목록에서 최소값을 찾습니다.

numbers : 최소값을 찾는 숫자 배열

max

숫자 목록에서 최대값을 찾습니다.

numbers : 최대값을 찾는 숫자 배열

floor

숫자를 가장 가까운 정수로 반올림합니다.

value : 반올림할 숫자

ceiling

숫자를 가장 가까운 정수로 반올림합니다.

value : 반올림할 숫자

round

숫자를 가장 가까운 정수로 반올림합니다

value : 반올림할 숫자

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
4dResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.
    6
    444
    16
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A backend service that provides accurate arithmetic calculation capabilities to AI models via the Model Context Protocol, allowing LLMs to offload mathematical computations for numerical queries.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Python-based MCP server that provides a suite of basic arithmetic tools, including addition, square roots, and percentage calculations, for AI assistants. It enables models to perform precise mathematical operations through the Model Context Protocol.
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Precision math engine for AI agents. 203 exact methods. Zero hallucination.

View all MCP Connectors

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/EthanHenrickson/math-mcp'

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