Skip to main content
Glama
rog0x

mcp-math-tools

by rog0x

mcp-math-tools

Математические и вычислительные инструменты для ИИ-агентов, предоставляемые через 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

Обычные операции с процентами: X% от Y, какой процент X составляет от Y, процентное изменение между двумя значениями, калькулятор чаевых, калькулятор скидок и калькулятор наценки.

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) ^ 2 возвращает 98

Конвертация: 100 из km/h в mph возвращает 62.137...

Статистика: сводка для [1, 2, 3, 4, 5] возвращает среднее, медиану, моду, дисперсию и т.д.

Форматирование: 1234567.89 как currency возвращает $1,234,567.89

Проценты: чаевые 15% на счёт 85.50, разделённый на 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