G
grant-finder
/missed_credits_scan
missed credits scan
Detect federal tax credits a household LIKELY qualifies for but commonly never claims — EITC (26 USC 32), Saver's Credit (25B), education AOTC/LLC (25A), Child
liveverifiedunknown~5s typical
mcpprobedgrant-finder
$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-com-dropwatchhq-grant-finder /missed_credits_scan for me.
Input
| Field | Type | Description |
|---|---|---|
| householdIncome* | number | AGI (USD). |
| householdSize* | number | |
| filingStatus | string (single | hoh | head | mfj | married) | |
| dependents | number | |
| dependentsUnder13 | number | |
| earnedIncome | number | |
| investmentIncome | number | |
| retirementContribution | number | |
| hasEducationExpenses | boolean | |
| paidForChildcare | boolean | |
| childcareCost | number | |
| madeEnergyImprovement | boolean | |
| energyKind | string | solar/battery/heatpump/insulation/etc. |
| energySpend | number |
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-com-dropwatchhq-grant-finder","endpoint":"/missed_credits_scan","input":{"householdIncome":1,"householdSize":1}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-grant-finder -e /missed_credits_scan -i '{"householdIncome":1,"householdSize":1}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-grant-finder", endpoint: "/missed_credits_scan", input: {"householdIncome":1,"householdSize":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.