axiom-calculator-mcp
Axiom Calculator MCP
为 Claude 和 AI 智能体提供的个人理财计算器——抵押贷款还款、复利、FIRE 退休金计算、贷款比较、债务偿还以及通胀调整后的回报率。
无需 API 密钥。无需设置。可立即与任何 MCP 客户端配合使用。
工具(共 8 个)
工具 | 功能 |
| 每月还款额、总利息、12 个月摊销计划 |
| 比较 N 年内租房与买房的总成本(包含权益、增值、机会成本) |
| 预测投资增长(可选每月供款)——逐年表格 |
| 计算您的 FIRE 目标投资组合及退休年限 |
| 实际回报率与名义回报率——查看您的投资是否真正跑赢了通胀 |
| 通过总成本、每月还款额和真实年利率(包含费用)比较两笔贷款 |
| 查找任何融资方案、先买后付 (BNPL) 或信贷产品的真实年利率 |
| 偿还时间表以及通过额外每月还款节省的利息 |
Related MCP server: SoulverCore MCP Server
安装
Claude Desktop / Claude Code
添加到您的 MCP 配置中:
{
"mcpServers": {
"calculator": {
"command": "uvx",
"args": ["axiom-calculator-mcp"]
}
}
}任何 MCP 客户端 (stdio)
uvx axiom-calculator-mcp从源码安装
git clone https://github.com/vdalhambra/axiom-calculator-mcp
cd axiom-calculator-mcp
uv run axiom-calculator使用示例
连接后,只需自然地询问 Claude:
“我正在看一套 45 万美元的房子,首付 20%,利率 6.8%,期限 30 年。我的每月还款额和总利息是多少?”
“比较 38 万美元的贷款,15 年期利率 6.2% 与 30 年期利率 6.8%。总体来看哪个更好?”
“我每年花费 4.8 万美元。我需要多少钱才能退休?如果我每年存 2.4 万美元,需要多久?”
“我有 8500 美元的信用卡债务,年利率 22%。如果每月还 250 美元,需要多久还清?如果每月额外多还 100 美元,能省多少钱?”
为什么会有这个项目
大多数金融计算器要么被付费墙锁定,要么需要注册账户,要么是充斥着广告的网站。此 MCP 让 Claude 能够直接访问精确的金融数学计算——无需 API 密钥,没有速率限制,没有中间商。
Axiom MCP 套件的一部分
FinanceKit MCP — 股票报价、基本面、加密货币、内部交易
SiteAudit MCP — SEO 审计、核心网页指标、反向链接分析
许可证
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
- Alicense-qualityDmaintenanceA minimal MCP server with calculator and memory store tools, ready to use with Claude Desktop and Claude Code.MIT
- Flicense-qualityDmaintenanceA comprehensive MCP server that integrates SoulverCore with Claude Desktop, enabling natural language mathematical calculations, unit conversions, date arithmetic, and financial computations.2
- Flicense-qualityDmaintenanceA FastMCP server that provides mathematical tools (addition, multiplication, temperature conversion) for Claude to execute via natural language.
- Flicense-qualityDmaintenanceA comprehensive MCP server providing basic and advanced math operations (addition, subtraction, statistics, etc.) as well as smart prompts for multiplication tables, equation solving, financial calculations, geometry, unit conversion, loan amortization, probability, and fitness analytics.1
Related MCP Connectors
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Appeared in Searches
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/vdalhambra/axiom-calculator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server