NC
NetGrant — Canadian Grants
/eligibility_check
eligibility check
Pull a single opportunity's eligibility criteria alongside a description of the applicant, so you can judge whether they qualify. Use when the user asks "do I q
liveverifiedunknown~5s typical
mcpprobednetgrant—canadian
$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-ca-netgrant-canadian-grants /eligibility_check for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Opportunity UUID to check eligibility for. |
| applicant_description* | string | The applicant's details: sector, stage, location/province, incorporation status, size, dem |
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-ca-netgrant-canadian-grants","endpoint":"/eligibility_check","input":{"id":"...","applicant_description":"..."}}'cli
npx cracked-ai run -p mcp-ca-netgrant-canadian-grants -e /eligibility_check -i '{"id":"...","applicant_description":"..."}'mcp
run_tool({ provider: "mcp-ca-netgrant-canadian-grants", endpoint: "/eligibility_check", input: {"id":"...","applicant_description":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.