Ultimath
БесплатноНе проверенStop hallucinating numbers. An MCP server that runs every math expression through four independent numeric engines in parallel and returns all four results side
Описание
Stop hallucinating numbers. An MCP server that runs every math expression through four independent numeric engines in parallel and returns all four results side by side — so when they disagree, you know the answer is numerically unreliable.
README
Stop hallucinating numbers. An MCP server that runs every math expression through five independent numeric engines in parallel and returns all five results side by side — so when they disagree, you know the answer is numerically unreliable.
The five engines:
| Engine | What it does |
|---|---|
| Multiprecision | High-precision arbitrary-digit arithmetic |
| Exact decimal | Exact base-10 arithmetic |
| IEEE-754 double | Standard hardware floating point |
| Interval | Rigorous lower/upper bounds (guaranteed enclosure) |
| Binary point | Arbitrary-precision binary, exact integer mantissa |
Tools
evaluate— evaluate an expression on all five engines and compare. Supports arithmetic, trig (sin,cos,tan), exp/log (exp,ln,log), roots and powers (sqrt,x^y), factorial, complex numbers (3+2i), alternate bases (0xFF,0b1010), and constants (pi,e, golden ratioPHI).list_functions— list every function the engines expose (name, arity, category, description). Optionally filter by category.
Multiplication must be explicit: write
2*pi,2*sin(x),(a+b)*(c+d). Adjacency is not a product (2piis an error). Expressions are purely mathematical — no type casts or constructors; write a complex number as1+2i.
Setup
- Get a free API key at https://ultimath.ai.
- Add the server to your MCP client config (example for Claude Desktop):
{
"mcpServers": {
"ultimath": {
"command": "npx",
"args": ["-y", "ultimath-mcp"],
"env": {
"ULTIMATH_API_KEY": "your_api_key_here"
}
}
}
}
That's it — npx fetches and runs the server on demand.
Requirements
- Node.js ≥ 18
- An Ultimath API key (
ULTIMATH_API_KEY)
Links
- Website: https://ultimath.ai
- Source: https://github.com/Flupke68/ultimath-mcp
Under the hood
Ultimath's engines build on FLINT/Arb, GMP/MPFR, MPFI, NTL and Boost — full credits at https://ultimath.ai/credits.
Privacy
Ultimath stores only a hash of your API key and basic usage metrics to run and secure the service; expressions are evaluated, not retained for training. Full policy: https://ultimath.ai/privacy/
License
MIT
Установка Ultimath
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Flupke68/ultimath-mcpFAQ
Ultimath MCP бесплатный?
Да, Ultimath MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ultimath?
Нет, Ultimath работает без API-ключей и переменных окружения.
Ultimath — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ultimath в Claude Desktop, Claude Code или Cursor?
Открой Ultimath на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Ultimath with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
