mcp-math-tools
mcp-math-tools
AI 에이전트를 위한 수학 및 계산 도구로, Model Context Protocol (MCP)을 통해 제공됩니다.
도구
calculate
수학 표현식을 안전하게 평가합니다(eval 미사용). 산술 연산자(+, -, *, /, ^, %), 괄호, 함수(sqrt, abs, floor, ceil, round, log, ln, sin, cos, tan, min, max, pow), 상수(pi, e), 명명된 변수를 지원합니다.
convert_units
여섯 가지 범주에 걸쳐 단위를 변환합니다:
길이: m, km, cm, mm, mi, yd, ft, in
무게: kg, g, mg, lb, oz, ton
온도: C, F, K
데이터: B, KB, MB, GB, TB
시간: s, min, h, d, week
속도: m/s, km/h, mph, knots
statistics
데이터셋에 대한 통계 분석: 평균, 중앙값, 최빈값, 분산, 표준편차, 최솟값, 최댓값, 범위, 백분위수, 두 배열 간의 상관관계, 전체 요약 모드를 제공합니다.
format_number
숫자를 통화($1,234.56), 백분율, 과학적 표기법, 이진수, 팔진수, 십육진수, 유효 숫자 또는 천 단위 구분 기호로 형식화합니다.
percentage_calc
일반적인 백분율 연산: Y의 X%, X가 Y의 몇 퍼센트인지, 두 값 사이의 백분율 변화, 팁 계산기, 할인 계산기, 마진 계산기를 제공합니다.
Related MCP server: Math Calculation MCP Server
설치
npm install
npm run buildClaude Desktop에서 사용하기
claude_desktop_config.json에 다음을 추가하세요:
{
"mcpServers": {
"math-tools": {
"command": "node",
"args": ["path/to/mcp-math-tools/dist/index.js"]
}
}
}예시
계산: 2 * (3 + 4) ^ 2는 98을 반환합니다
변환: 100을 km/h에서 mph로 변환하면 62.137...을 반환합니다
통계: [1, 2, 3, 4, 5]의 요약은 평균, 중앙값, 최빈값, 분산 등을 반환합니다
형식화: 1234567.89를 currency로 형식화하면 $1,234,567.89를 반환합니다
백분율: 85.50 계산서의 15% 팁을 3명이 나누는 경우
라이선스
MIT
Maintenance
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
- AlicenseAqualityDmaintenanceProvides advanced mathematical utilities including basic arithmetic, statistical analysis, unit conversions, quadratic equation solving, percentage calculations, and trigonometric functions for AI assistants.6MIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive mathematical capabilities including basic arithmetic, advanced functions, statistical tools, and access to mathematical constants. It allows users to perform computations and generate math-related prompts through a standardized MCP interface.MIT
- AlicenseCqualityCmaintenanceA comprehensive MCP server that turns any AI assistant into a powerful mathematical computation engine, providing 52 advanced functions, 158 unit conversions, financial calculations, and secure AST-based evaluation.1813MIT
- AlicenseNot gradedqualityDmaintenanceProvides a comprehensive set of mathematical functions as MCP tools, enabling language models to perform calculations including arithmetic, trigonometry, logarithms, and more.71MIT
Related MCP Connectors
Math.js MCP — wraps the mathjs.org API (free, no auth)
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rog0x/mcp-math-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server