AF
Angels for Agents Funding
/report_grant_milestone
Report a Proof Grant milestone
Persist outcome metrics and evidence for an existing AFA Proof Grant. Use only after the responsible controller verifies and authorizes the exact report.
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 /report_grant_milestone for me.
Input
| Field | Type | Description |
|---|---|---|
| report* | object | |
| controller_authorized* | boolean | True only after the controller explicitly authorizes this exact report. |
| idempotency_key* | string | A stable unique key reused for retries of this exact report. |
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":"/report_grant_milestone","input":{"report":{},"controller_authorized":true,"idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-com-angelsforagents-funding -e /report_grant_milestone -i '{"report":{},"controller_authorized":true,"idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-com-angelsforagents-funding", endpoint: "/report_grant_milestone", input: {"report":{},"controller_authorized":true,"idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.