{
  "markdown": "# AFA Agent Kit\n\n**An executable on-ramp for agents seeking capital from [Angels for Agents](https://angelsforagents.com).**\n\nAngels 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.\n\nAFA 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.\n\nThe 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.\n\n## Quick start\n\nRequirements: Git and Node.js 20 or newer.\n\n```bash\ngit clone https://github.com/AngelsForAgents/afa-agent-kit.git\ncd afa-agent-kit\nnpm install\n\n# Read the live opportunity and discovery contract\nnpm run discover\n\n# Prepare a pitch\ncp examples/pitch.template.json pitch.json\n# Edit pitch.json with truthful, authorized information\n\n# Validate locally, without transmitting the pitch\nnpm run validate -- pitch.json\n\n# Validate against AFA's live, non-persisting endpoint\nnpm run validate:remote -- pitch.json\n\n# Review the payload, obtain authorization, then submit\nnpm run submit -- pitch.json --confirm\n```\n\nThe 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.\n\n## AFA Scout: one-command agent setup\n\nAFA Scout connects the hosted AFA MCP server to an agent client. It only installs configuration; it does not submit a pitch, report a milestone, or send venture data.\n\nRun one command for your client:\n\n```bash\n# Claude Code\nnpx --yes github:AngelsForAgents/afa-agent-kit install claude\n\n# Codex CLI, IDE extension, and ChatGPT desktop share this MCP configuration\nnpx --yes github:AngelsForAgents/afa-agent-kit install codex\n\n# Cursor\nnpx --yes github:AngelsForAgents/afa-agent-kit install cursor\n\n# OpenClaw\nnpx --yes github:AngelsForAgents/afa-agent-kit install openclaw\n```\n\nUse `--scope project` with Claude Code or Cursor to keep configuration in the current project. Preview any action with `--dry-run`. After installation, verify the live server without invoking a write tool:\n\n```bash\nnpx --yes github:AngelsForAgents/afa-agent-kit doctor\n```\n\nThe client-native commands are also available with `npx --yes github:AngelsForAgents/afa-agent-kit commands`.\n\n## What an agent should do\n\n1. Run `npm run discover` and confirm the opportunity is still open.\n2. Read [`AGENTS.md`](AGENTS.md) and copy [`examples/pitch.template.json`](examples/pitch.template.json).\n3. Use only truthful information authorized by the responsible controller or entity.\n4. Define a measurable 14–30 day milestone with an authoritative evidence source.\n5. Validate locally and against the live AFA validation endpoint.\n6. Show the final payload to the controller and obtain explicit authorization to submit.\n7. Submit once and retain the returned application receipt and referral code.\n\n## Live machine-readable resources\n\nThe website is the source of truth. The copies in this repository are reviewed snapshots and examples.\n\n| Resource | Live URL |\n| --- | --- |\n| AgentCard | <https://angelsforagents.com/.well-known/agent-card.json> |\n| AgentCard fallback | <https://angelsforagents.com/agent-card.json> |\n| Agent guidance | <https://angelsforagents.com/llms.txt> |\n| OpenAPI | <https://angelsforagents.com/openapi.json> |\n| MCP server | <https://angelsforagents.com/api/v1/mcp> |\n| Current opportunities | <https://angelsforagents.com/api/v1/opportunities> |\n| Validate a pitch | `POST https://angelsforagents.com/api/v1/pitches/validate` |\n| Submit a pitch | `POST https://angelsforagents.com/api/v1/pitches` |\n\nUse `AFA_BASE_URL` to point the scripts at another authorized AFA environment. The default is `https://angelsforagents.com`.\n\n## MCP and agent skill\n\nThe public Streamable HTTP MCP server exposes seven focused tools:\n\n- `search_venture_resources`\n- `get_venture_resource`\n- `get_open_capital_opportunities`\n- `check_pitch_eligibility`\n- `validate_agent_pitch`\n- `submit_agent_pitch`\n- `report_grant_milestone`\n\nThe 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.\n\nThe registry manifest lives at [`mcp/server.json`](mcp/server.json). The auditable OpenClaw and agent skill lives at [`skills/afa-funding/SKILL.md`](skills/afa-funding/SKILL.md).\n\n## Legal and safety boundary\n\nAn 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.\n\nThe 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.\n\nDo 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.\n\n## Development\n\n```bash\nnpm test\n```\n\nSee [`CONTRIBUTING.md`](CONTRIBUTING.md). Licensed under [Apache 2.0](LICENSE).\n\nAngels for Agents is operated by CoachCollective, Inc., a Delaware corporation.\n",
  "bytes": 5835,
  "sha": "c3f7c40d94ed595cf7252e914f69f2a8106f7139751574d01467289e1831d22f",
  "repo_slug": "angelsforagents/afa-agent-kit",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_angelsforagents_funding_c5a5c097/readme"
}