54 robust financial calculators based on deterministic mathematical principles.
{
"mcpServers": {
"io-github-sarveshtalele-personal-finance": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
54 robust financial calculators based on deterministic mathematical principles.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.sarveshtalele/personal-finance and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
mcp-name: io.github.sarveshtalele/personal-finance
Deterministic personal finance calculator powered by Model Context Protocol — based on the Core Financial Principles.
Connect this server to Claude Desktop, Claude Code, or any MCP client to get 54 financial calculation tools with:
Because this tool is globally published to PyPI, you don't even need to download the code to use it. Add this to your claude_desktop_config.json:
{
"mcpServers": {
"personal-finance": {
"command": "uvx",
"args": [
"personal-finance-mcp"
]
}
}
}
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%/Claude/claude_desktop_config.json
Restart Claude Desktop, and you will see the integration automatically.
If you'd like to use it natively from your terminal without uv, just install it via standard pip:
pip install personal-finance-mcp
# Starts the server!
personal-finance-mcp
| Tool | Description |
|---|---|
calculate_future_value | FV with any compounding frequency |
calculate_present_value | Discount future cash flows to today |
calculate_annuity_fv | Future value of regular payments (SIP) |
calculate_annuity_pv | Present value of regular payments |
calculate_perpetuity | Value of infinite periodic payments |
calculate_rule_of_72 | Quick doubling time estimate |
calculate_effective_rate | Nominal → Effective Annual Rate |
calculate_real_return | Inflation-adjusted return (Fisher) |
calculate_inflation_impact | Future cost after inflation |
calculate_savings_needed | Monthly savings for a target corpus |
| Tool | Description |
|---|---|
calculate_emi | EMI for any loan |
loan_amortization | Month-wise principal/interest split |
compare_loans | Side-by-side loan comparison |
calculate_prepayment_savings | Interest saved by prepaying |
invest_or_prepay_loan | Should you invest or prepay? |
analyze_debt_consolidation | Should you consolidate debts? |
| Tool | Description |
|---|---|
calculate_net_worth | Assets - Liabilities statement |
analyze_financial_ratios | Savings, DTI, liquidity, solvency |
calculate_emergency_fund | Recommended buffer size |
analyze_budget | 50/30/20 rule analysis |
plan_financial_goal | Goal setting with inflation adjustment |
plan_retirement | Retirement corpus & SIP calculator |
plan_education | Child education fund planner |
calculate_insurance_need | Human Life Value method |
financial_health_check | 0-100 health score with rating |
| Tool | Description |
|---|---|
| `calculate_bond_p |