← financegenius.ai
INDIVIDUAL MCP TOOL
find_best_fd
Rank Indian Fixed Deposits by net-of-tax yield for a given amount + tenure.
LIVE ENDPOINT
https://mcp.financegenius.ai/mcp
Connect to this endpoint to inspect the live schema for find_best_fd and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.financegenius-ai]
url = "https://mcp.financegenius.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"financegenius-ai": {
"type": "http",
"url": "https://mcp.financegenius.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: financegenius-ai
Remote MCP URL: https://mcp.financegenius.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"financegenius-ai": {
"url": "https://mcp.financegenius.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"financegenius-ai": {
"type": "http",
"url": "https://mcp.financegenius.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "financegenius-ai",
"transport": "streamable-http",
"url": "https://mcp.financegenius.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_indian_products— Search FinMall.get_product_details— Get full details of a specific product by its slug.compare_products— Side-by-side compare 2-4 products of the same category.calculate_emi— Calculate EMI for a loan with year-by-year amortisation schedule.calculate_sip— Calculate future value of a Systematic Investment Plan (SIP).calculate_cagr— Calculate the Compound Annual Growth Rate (CAGR) of an investment.calculate_fd_maturity— Calculate FD maturity amount with compounding.calculate_indian_income_tax— Compute Indian income tax for FY 2025-26 under old or new regime.