Skip to main content
Glama
rog0x

mcp-math-tools

by rog0x

mcp-math-tools

AIエージェント向けの数学・計算ツールで、Model Context Protocol (MCP) を介して公開されています。

ツール

calculate

数式を安全に評価します(eval は使用しません)。算術演算子(+-*/^%)、括弧、関数(sqrtabsfloorceilroundloglnsincostanminmaxpow)、定数(pie)、および名前付き変数をサポートします。

convert_units

6つのカテゴリにわたって単位を変換します:

  • 長さ: 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

データセットに対する統計分析:平均、中央値、最頻値、分散、標準偏差、最小値、最大値、範囲、百分位数、2つの配列間の相関、および完全なサマリーモード。

format_number

数値を次の形式でフォーマットします:通貨($1,234.56)、パーセント、科学表記、2進数、8進数、16進数、有効数字、または桁区切り。

percentage_calc

一般的なパーセント操作:YのX%、XがYの何パーセントか、2つの値間のパーセント変化、チップ計算、割引計算、およびマークアップ計算。

Related MCP server: Math Calculation MCP Server

インストール

npm install
npm run build

Claude Desktopでの使用方法

claude_desktop_config.json に追加します:

{
  "mcpServers": {
    "math-tools": {
      "command": "node",
      "args": ["path/to/mcp-math-tools/dist/index.js"]
    }
  }
}

計算: 2 * (3 + 4) ^ 298 を返します

変換: 100km/h から mph に変換すると 62.137... を返します

統計: [1, 2, 3, 4, 5] のサマリーは平均、中央値、最頻値、分散などを返します

フォーマット: 1234567.89currency としてフォーマットすると $1,234,567.89 を返します

パーセント: 85.50 の請求書に 15% のチップを3人で分割

ライセンス

MIT

A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response 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
    A
    quality
    D
    maintenance
    Provides advanced mathematical utilities including basic arithmetic, statistical analysis, unit conversions, quadratic equation solving, percentage calculations, and trigonometric functions for AI assistants.
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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
  • A
    license
    C
    quality
    C
    maintenance
    A 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.
    18
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides a comprehensive set of mathematical functions as MCP tools, enabling language models to perform calculations including arithmetic, trigonometry, logarithms, and more.
    7
    1
    MIT

View all related MCP servers

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.

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

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