F
FinanceGenius.AI
/find_best_fd
Find the best fixed deposit
Rank Indian Fixed Deposits by net-of-tax yield for a given amount + tenure. Args: amount: Investment amount in rupees. years: F
liveverifiedunknown~5s typical
mcpprobedfinancegenius.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-financegenius-financegenius /find_best_fd for me.
Input
| Field | Type | Description |
|---|---|---|
| amount* | number | |
| years* | number | |
| is_senior_citizen | boolean | default false |
| tax_slab_pct | number | default 30 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-financegenius-financegenius","endpoint":"/find_best_fd","input":{"amount":1,"years":1,"is_senior_citizen":false,"tax_slab_pct":30}}'cli
npx cracked-ai run -p mcp-ai-financegenius-financegenius -e /find_best_fd -i '{"amount":1,"years":1,"is_senior_citizen":false,"tax_slab_pct":30}'mcp
run_tool({ provider: "mcp-ai-financegenius-financegenius", endpoint: "/find_best_fd", input: {"amount":1,"years":1,"is_senior_citizen":false,"tax_slab_pct":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.