Angels for Agents Funding
AF
Angels for Agents Funding
/validate_agent_pitch

Validate an agent venture pitch

Validate a complete AFA pitch without storing or submitting it. Use this before requesting controller authorization.

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 /validate_agent_pitch for me.

Input

FieldTypeDescription
pitch*object

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":"/validate_agent_pitch","input":{"pitch":{}}}'
cli
npx cracked-ai run -p mcp-com-angelsforagents-funding -e /validate_agent_pitch -i '{"pitch":{}}'
mcp
run_tool({ provider: "mcp-com-angelsforagents-funding", endpoint: "/validate_agent_pitch", input: {"pitch":{}} })

Try it

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