fintools-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fintools-mcpWhat's my monthly payment for a $300k loan at 4% for 30 years?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: wealth-engine
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.pyRun tests
pytestUse 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.
This server cannot be installed
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
- AlicenseBqualityAmaintenanceAn 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.593,74789MIT
- AlicenseAqualityCmaintenanceA personal finance and business economics MCP server that provides math-backed answers to financial questions, including investment growth, loan amortization, debt payoff strategies, and tax estimation, all computed locally without API keys or network calls.11MIT
- FlicenseAqualityBmaintenanceA lightweight MCP server for managing personal finances locally. It allows users to log transactions, view summaries, manage categories, and interact with their budget via any MCP-compatible LLM client.12
- Alicense-qualityCmaintenanceAn MCP server that gives AI agents the ability to check crypto wallet balances, track token prices, calculate portfolio value, monitor gas prices, and track the Fear & Greed Index — all with zero external dependencies using free public APIs.MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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
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/VaruTudor/fintools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server