Financegenius.ai
io.github.sbanerjee1875/financegeniusIndia's financial MCP — cards, loans, FDs, insurance, MFs; EMI/SIP/tax calcs; NAV lookup; RAG.
Tools · 12
Search FinMall.AI's catalog of Indian financial products. Args: product_type: One of 'credit_card', 'loan', 'deposit', 'insurance', 'investment'. Omit to…
Get full details of a specific product by its slug. Args: product_slug: The URL-safe identifier (e.g. 'hdfc-millennia-credit-card'). Get slugs from searc…
Side-by-side compare 2-4 products of the same category. Args: product_slugs: List of 2-4 product slugs. All must be in the same category (e.g. all credi…
Calculate EMI for a loan with year-by-year amortisation schedule. Args: principal: Loan amount in rupees. annual_rate: Annual interest rate as a percentage (e.g. 10.5 …
Calculate future value of a Systematic Investment Plan (SIP). Args: monthly_amount: Monthly SIP contribution in rupees. annual_return_pct: Expected annual return (e.g.…
Calculate the Compound Annual Growth Rate (CAGR) of an investment. Args: initial_value: Initial investment in rupees. final_value: Final value in rupees. y…
Calculate FD maturity amount with compounding. Args: deposit_amount: Principal deposit in rupees. annual_rate: Annual interest rate as a percentage. years:…
Compute Indian income tax for FY 2025-26 under old or new regime. Args: annual_income: Gross annual income in rupees. regime: 'new' (default) or 'old'. ded…
Get the latest NAV of an Indian mutual fund by AMFI scheme code. Args: amfi_scheme_code: AMFI scheme code (e.g. '119598' for SBI Bluechip Direct). Fi…
Answer financial questions using FinMall.AI's hybrid knowledge base. Searches across product brochures, regulatory guides, calculators help, and live product database using BM25 + sem…
Rank Indian Fixed Deposits by net-of-tax yield for a given amount + tenure. Args: amount: Investment amount in rupees. years: FD tenure in years (e.g. 1.5 for 18 month…
Recommend Indian credit cards based on spending pattern. Args: monthly_spend: Total monthly card spend in rupees. primary_category: One of 'grocery', 'fuel', 'dining',…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"financegenius.ai": {
"url": "https://mcp.financegenius.ai/mcp/",
"transport": "streamable-http"
}
}
}