Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Financegenius.ai

io.github.sbanerjee1875/financegenius

India's financial MCP — cards, loans, FDs, insurance, MFs; EMI/SIP/tax calcs; NAV lookup; RAG.

Uptime
100.0%
2 direct probes · 30d
Response
1183ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

search_indian_products

Search FinMall.AI's catalog of Indian financial products. Args: product_type: One of 'credit_card', 'loan', 'deposit', 'insurance', 'investment'. Omit to…

get_product_details

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…

compare_products

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

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_sip

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_cagr

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

Calculate FD maturity amount with compounding. Args: deposit_amount: Principal deposit in rupees. annual_rate: Annual interest rate as a percentage. years:…

calculate_indian_income_tax

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_mutual_fund_nav

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…

explain_financial_concept

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…

find_best_fd

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…

find_best_card_for_spend

Recommend Indian credit cards based on spending pattern. Args: monthly_spend: Total monthly card spend in rupees. primary_category: One of 'grocery', 'fuel', 'dining',…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "financegenius.ai": {
      "url": "https://mcp.financegenius.ai/mcp/",
      "transport": "streamable-http"
    }
  }
}