Skip to main content
Glama
vdalhambra

axiom-calculator-mcp

by vdalhambra

Axiom Calculator MCP

为 Claude 和 AI 智能体提供的个人理财计算器——抵押贷款还款、复利、FIRE 退休金计算、贷款比较、债务偿还以及通胀调整后的回报率。

无需 API 密钥。无需设置。可立即与任何 MCP 客户端配合使用。

PyPI License: MIT


工具(共 8 个)

工具

功能

mortgage_calculator

每月还款额、总利息、12 个月摊销计划

rent_vs_buy

比较 N 年内租房与买房的总成本(包含权益、增值、机会成本)

compound_interest

预测投资增长(可选每月供款)——逐年表格

fire_number

计算您的 FIRE 目标投资组合及退休年限

inflation_adjusted_return

实际回报率与名义回报率——查看您的投资是否真正跑赢了通胀

loan_comparison

通过总成本、每月还款额和真实年利率(包含费用)比较两笔贷款

true_credit_cost

查找任何融资方案、先买后付 (BNPL) 或信贷产品的真实年利率

debt_payoff_plan

偿还时间表以及通过额外每月还款节省的利息


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 — 可免费使用、修改和分发。

Install Server
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

  • F
    license
    -
    quality
    D
    maintenance
    A comprehensive MCP server that integrates SoulverCore with Claude Desktop, enabling natural language mathematical calculations, unit conversions, date arithmetic, and financial computations.
    2
  • F
    license
    -
    quality
    D
    maintenance
    A FastMCP server that provides mathematical tools (addition, multiplication, temperature conversion) for Claude to execute via natural language.
  • F
    license
    -
    quality
    D
    maintenance
    A 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

View all related MCP servers

Related MCP Connectors

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/vdalhambra/axiom-calculator-mcp'

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