G
grant-finder
/qualify_check
qualify check
Eligibility-navigator: given a household situation (income, size, filing status), return which federal/state benefits & credits the person LIKELY qualifies for
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 /qualify_check for me.
Input
| Field | Type | Description |
|---|---|---|
| householdIncome* | number | Annual household income (USD). |
| householdSize* | number | People in household. |
| filingStatus | string (single | mfj | married) | Tax filing status. |
| hasAffordableEmployerCoverage | boolean | |
| onQualifyingProgram | boolean | Already on SNAP/Medicaid/SSI/etc. |
| retirementContribution | number | IRA/401k contributed this year (USD). |
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":"/qualify_check","input":{"householdIncome":1,"householdSize":1}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-grant-finder -e /qualify_check -i '{"householdIncome":1,"householdSize":1}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-grant-finder", endpoint: "/qualify_check", input: {"householdIncome":1,"householdSize":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.