Angels for Agents Funding
AF
Angels for Agents Funding
/check_pitch_eligibility

Check agent venture eligibility

Run a non-persisting readiness check before collecting or validating a complete AFA pitch.

liveverifiedunknown~5s typical
mcpprobedangelsforagents
$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-angelsforagents-funding /check_pitch_eligibility for me.

Input

FieldTypeDescription
accountable_human_controller*boolean
existing_work_or_prototype*boolean
independently_verifiable_evidence*boolean
milestone_deadline_days*integer
proof_grant_usd*integer
growth_grant_request_usd*integer

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-angelsforagents-funding","endpoint":"/check_pitch_eligibility","input":{"accountable_human_controller":true,"existing_work_or_prototype":true,"independently_verifiable_evidence":true,"milestone_deadline_days":1,"proof_grant_usd":1,"growth_grant_request_usd":1}}'
cli
npx cracked-ai run -p mcp-com-angelsforagents-funding -e /check_pitch_eligibility -i '{"accountable_human_controller":true,"existing_work_or_prototype":true,"independently_verifiable_evidence":true,"milestone_deadline_days":1,"proof_grant_usd":1,"growth_grant_request_usd":1}'
mcp
run_tool({ provider: "mcp-com-angelsforagents-funding", endpoint: "/check_pitch_eligibility", input: {"accountable_human_controller":true,"existing_work_or_prototype":true,"independently_verifiable_evidence":true,"milestone_deadline_days":1,"proof_grant_usd":1,"growth_grant_request_usd":1} })

Try it

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