Back to MCP directory
publicPublicdnsLocal runtime

compound-interest-calculatorcompound-interest-calculator

一个基于网页的复利计算器,支持初始本金和每月投资,提供30年投资预测和详细年度增长分析。

article

README

🚀 复利计算器

一款简单却强大的基于网络的复利计算器,能助力您清晰了解投资随时间的增长态势。该计算器综合考量初始本金与每月投资,以详细的年份分解形式,直观呈现您的投资增长状况。

🚀 快速开始

使用此复利计算器,您只需按以下步骤操作:

  1. 在“初始本金”字段中输入您的初始投资额。
  2. 输入您计划的每月供款。
  3. 设置预期的年利率(以百分比为单位)。
  4. 点击“计算收益”,即可查看您的投资增长预测。

✨ 主要特性

  • 带有每月供款的复利计算。
  • 提供 30 年投资预测。
  • 采用每月计息频率。
  • 详细分解内容包括:
    • 本金金额。
    • 获得的利息。
    • 总余额。
  • 具备用户友好的界面。
  • 采用响应式设计。
  • 支持实时计算。

🔧 技术细节

该计算器运用以下技术构建而成:

  • HTML5
  • CSS3
  • 纯 JavaScript
  • 响应式设计原则

💻 使用示例

基础用法

如果您从以下金额开始投资:

  • 初始本金:$1,000
  • 每月投资:$100
  • 年利率:7%

该计算器将显示:

  • 年复一年的增长情况。
  • 总投资本金。
  • 每年的利息收入。
  • 运行余额。

计算方法

该计算器采用的计算方法如下:

  • 每月计息。
  • 在应用利息后添加每月供款。
  • 显示每年的摘要:
    • 总投资本金(初始 + 每月供款)。
    • 年内获得的利息。
    • 年末总余额。

📚 详细文档

使用说明

  • 所有货币输入均以美元 ($) 表示。
  • 利率应以百分比形式输入(例如,7 即表示 7%)。
  • 结果显示为 30 年期。
  • 计算假设每月计息。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client