FinanceGenius.AI
F
FinanceGenius.AI
/find_best_card_for_spend

Find the best credit card

Recommend Indian credit cards based on spending pattern. Args: monthly_spend: Total monthly card spend in rupees. primary_categ

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_card_for_spend for me.

Input

FieldTypeDescription
monthly_spend*number
primary_category*string
annual_incomestring
prefer_no_annual_feeboolean default false

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_card_for_spend","input":{"monthly_spend":1,"primary_category":"...","prefer_no_annual_fee":false}}'
cli
npx cracked-ai run -p mcp-ai-financegenius-financegenius -e /find_best_card_for_spend -i '{"monthly_spend":1,"primary_category":"...","prefer_no_annual_fee":false}'
mcp
run_tool({ provider: "mcp-ai-financegenius-financegenius", endpoint: "/find_best_card_for_spend", input: {"monthly_spend":1,"primary_category":"...","prefer_no_annual_fee":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.