Skip to main content
Glama
VaruTudor

fintools-mcp

by VaruTudor

title: Fintools MCP emoji: 🧮 colorFrom: blue colorTo: green sdk: gradio sdk_version: "6.19.0" app_file: app.py pinned: false

fintools-mcp

Live demo: https://huggingface.co/spaces/varutudor/fintools-mcp

Personal finance calculators exposed as an MCP server with a Gradio UI, deployable to Hugging Face Spaces.

Related MCP server: LunchMoney MCP Server

Tools

  • monthly_payment — mortgage payment for annuity or fixed-principal loans

  • amortization_schedule — month-by-month payment/principal/interest breakdown

  • payoff_simulation — months and interest saved by paying extra each month

  • refinance_breakeven — monthly savings, breakeven month, and net savings of a refinance

  • compound_savings — end balance of monthly deposits with compound interest

  • emergency_fund_target — target amount, gap, and months to reach it

  • real_return — inflation-adjusted return (Fisher equation, exact and approximate)

Run locally

pip install -r requirements.txt
python app.py

Run tests

pytest

Use as an MCP server

Claude Code:

claude mcp add --transport http --scope user fintools https://varutudor-fintools-mcp.hf.space/gradio_api/mcp/

Generic config (SSE endpoint):

{
  "mcpServers": {
    "fintools": {
      "url": "https://varutudor-fintools-mcp.hf.space/gradio_api/mcp/sse"
    }
  }
}

Note: the free Space sleeps after inactivity — the first request may take ~30s while it wakes up.

F
license - not found
-
quality - not tested
B
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
    An MCP server that integrates with local Ollama LLMs to provide financial analysis through four specialized agents (Market Analyst, Portfolio Manager, Risk Analyst, and Explainability Agent) with comprehensive banking tools.
    Last updated
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server implementation that provides programmatic access to personal finance data through LunchMoney's API, enabling AI assistants to manage transactions, budgets, categories, and assets.
    Last updated
    41
    376
    85
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    Unofficial MCP server for Monarch Money that exposes tools for managing accounts, transactions, budgets, and other financial data through natural language.
    Last updated
    100
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • Cloud-hosted MCP server for durable AI memory

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/VaruTudor/fintools-mcp'

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