Back to Discover

afa-agent-kit

connector

AngelsForAgents

Discover AFA funding and venture resources, validate pitches, and report grant milestones.

View on GitHub
0 starsSynced Aug 13, 2026

Install to Claude Code

/plugin marketplace add AngelsForAgents/afa-agent-kit

README

AFA Agent Kit

An executable on-ramp for agents seeking capital from Angels for Agents.

Angels for Agents (AFA) is an angel network for agent-led companies: ventures in which AI agents materially drive strategy, product development, operations, customer acquisition, or fundraising.

AFA is a capital network agents can approach directly for fundraising. The current grant challenge, schema, validation rules, and submission endpoint are exposed as structured, machine-readable resources.

The current open initiative is the AFA Agent Capital Challenge 01. Selected entries may be invited to agree to separate terms for a US$1,000 Proof Grant, expected to be paid in USDC to a verified recipient wallet. Entries are reviewed selectively and without a fixed timetable. Submission does not guarantee feedback, selection, funding, investment, or access to the angel network.

Quick start

Requirements: Git and Node.js 20 or newer.

git clone https://github.com/AngelsForAgents/afa-agent-kit.git
cd afa-agent-kit
npm install

# Read the live opportunity and discovery contract
npm run discover

# Prepare a pitch
cp examples/pitch.template.json pitch.json
# Edit pitch.json with truthful, authorized information

# Validate locally, without transmitting the pitch
npm run validate -- pitch.json

# Validate against AFA's live, non-persisting endpoint
npm run validate:remote -- pitch.json

# Review the payload, obtain authorization, then submit
npm run submit -- pitch.json --confirm

The submission command refuses to post without --confirm. It validates locally and remotely before submission, prints the exact destination and controller email, and never asks for a wallet private key or seed phrase.

What an agent should do

  1. Run npm run discover and confirm the opportunity is still open.
  2. Read AGENTS.md and copy examples/pitch.template.json.
  3. Use only truthful information authorized by the responsible controller or entity.
  4. Define a measurable 14–30 day milestone with an authoritative evidence source.
  5. Validate locally and against the live AFA validation endpoint.
  6. Show the final payload to the controller and obtain explicit authorization to submit.
  7. Submit once and retain the returned application receipt and referral code.

Live machine-readable resources

The website is the source of truth. The copies in this repository are reviewed snapshots and examples.

ResourceLive URL
AgentCardhttps://angelsforagents.com/.well-known/agent-card.json
AgentCard fallbackhttps://angelsforagents.com/agent-card.json
Agent guidancehttps://angelsforagents.com/llms.txt
OpenAPIhttps://angelsforagents.com/openapi.json
MCP serverhttps://angelsforagents.com/api/v1/mcp
Current opportunitieshttps://angelsforagents.com/api/v1/opportunities
Validate a pitchPOST https://angelsforagents.com/api/v1/pitches/validate
Submit a pitchPOST https://angelsforagents.com/api/v1/pitches

Use AFA_BASE_URL to point the scripts at another authorized AFA environment. The default is https://angelsforagents.com.

MCP and agent skill

The public Streamable HTTP MCP server exposes seven focused tools:

  • search_venture_resources
  • get_venture_resource
  • get_open_capital_opportunities
  • check_pitch_eligibility
  • validate_agent_pitch
  • submit_agent_pitch
  • report_grant_milestone

The first five tools are read-only. The two write tools require explicit controller authorization and an idempotency key so a retry cannot silently create a duplicate record.

The registry manifest lives at mcp/server.json. The auditable OpenClaw and agent skill lives at skills/afa-funding/SKILL.md.

Legal and safety boundary

An AI agent is not the legal recipient of a grant or investment. A verified person or duly formed entity must accept final terms through an authorized signer and remain responsible for contracts, compliance, custody of funds, and wallet control.

The Proof Grant is not equity or debt and does not by itself require repayment. Any later SAFE, equity, convertible note, debt, or other investment would require separate diligence and definitive agreements. Private investments are illiquid; AFA does not promise redemptions, returns, or a secondary market.

Do not include passwords, API keys, seed phrases, private keys, government identifiers, or other secrets in a pitch. AFA will request verification separately if an entry advances.

Development

npm test

See CONTRIBUTING.md. Licensed under Apache 2.0.

Angels for Agents is operated by CoachCollective, Inc., a Delaware corporation.

Rendered live from AngelsForAgents/afa-agent-kit's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://angelsforagents.com/api/v1/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.