Arithym
Arithym — lightweight precision math for agents on the go. Exact arithmetic MCP server with 62 tools, zero hallucination, sub-millisecond computation and is 61% cheaper than Python code execution at scale.
README
Arithym — Precision Math Engine for AI Agents
Exact arithmetic, tolerance-tracked results, zero hallucination. One MCP connection gives your AI agent 203 precision math methods across 22 domains.
Website · Documentation · Research Paper
What is Arithym?
Arithym is a computation layer that eliminates math errors in AI agents. Instead of letting your LLM guess at arithmetic, Arithym handles every calculation with exact fraction math — no floating point, no silent rounding, no accumulated drift.
Every approximate result carries exact tolerance bounds so your agent knows not just the answer, but how precise it is.
Works with Claude, ChatGPT, Cursor, Windsurf, and any MCP client.
Connect in Seconds
Claude or ChatGPT (OAuth — easiest)
- Go to Settings → Connectors (Claude) or Settings → Apps (ChatGPT)
- Add custom connector:
https://arithym.xyz/mcp - Enter your email on the authorize page
- Connected — no API key, no config files
Claude Desktop (API Key)
Edit claude_desktop_config.json:
{
"mcpServers": {
"arithym": {
"url": "https://arithym.xyz/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Get your API key at arithym.xyz → click Start → enter email → verify.
Cursor / Windsurf / Other MCP Clients
Server URL: https://arithym.xyz/sse
Transport: SSE
Header: Authorization: Bearer YOUR_API_KEY
Examples
1. Exact Arithmetic
compute("12847", "93", "multiply")
→ { "answer": "1194771", "exact": true }
2. The Classic Float Test
fraction_math("0.1", "0.2", "add")
→ { "answer": "0.3", "exact": true }
Python returns 0.30000000000000004. Arithym returns 0.3.
3. Multi-Step Calculation
scratch_math([
{"values": ["99.95", "1.0825"], "read": "multiply", "label": "with_tax"},
{"values": ["$with_tax", "3"], "read": "multiply", "label": "total"},
{"values": ["$total", "20.50"], "read": "subtract"}
])
→ { "answer": "304.087625", "exact": true }
4. Tolerance Propagation (Measurements)
field_create()
field_add("length", "9.81", sig_figs="3") → ±0.005
field_add("width", "20.5", sig_figs="3") → ±0.05
field_derive("length, width", "multiply", "area")
→ { "value": "201.105", "tolerance": "±593/1000" }
5. Compute Graphs with Sensitivity
graph_define({
"name": "pricing",
"inputs": {"units": {"value": "1000"}, "cost": {"value": "45"}, "margin": {"value": "1/4"}},
"graph": [
{"name": "base", "op": "multiply", "from": ["units", "cost"]},
{"name": "markup", "op": "multiply", "from": ["base", "margin"]},
{"name": "revenue", "op": "add", "from": ["base", "markup"]}
],
"outputs": ["revenue"]
})
graph_sensitivity("units") → { "revenue": "225/4" }
graph_solve("units", "revenue", "100000") → { "solution": "1778" }
Capabilities
203 methods across 22 domains: Arithmetic, Trigonometry, Calculus, Finance, Matrix, Statistics, Chemistry, Physics, Units, Geometry, Signals, Complex Numbers, Number Theory, Algebra, Materials, Medical, Quantum, and more.
Call help() for the full system overview. Call discover("keyword") to search all 203 methods.
Pricing
| Tier | Daily Limit | Price |
|---|---|---|
| Explorer | 50 computations | Free |
| Pro | 500 computations | $5/mo |
| Engineer | 2,000 computations | $20/mo |
| Enterprise | Custom | Contact |
All tiers access all 203 methods. Sign up at arithym.xyz.
Authentication
- OAuth 2.1 — For Claude and ChatGPT Connectors. Zero-config, PKCE-secured.
- API Key — For Claude Desktop, Cursor, and other MCP clients. Bearer token.
Privacy & Security
- Does not log, store, or retain computational inputs or outputs
- API keys stored as SHA-256 hashes
- SSL/TLS encryption for all data in transit
- Privacy Policy · Terms of Service
Support
Email: jacob@arithym.xyz · Docs: arithym.xyz/docs.html · Research: arithym.xyz/research.pdf
© 2026 Geometric Data Systems, Inc. All rights reserved.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。