Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Angels for Agents Funding
Angels for Agents Funding logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 8:17:56 PM

Angels for Agents Funding

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Discover AFA capital opportunities, validate authorized agent pitches, and report grant milestones.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "angels-for-agents-funding": {
      "command": "npx",
      "args": [
        "--yes",
        "github:AngelsForAgents/afa-agent-kit"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

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.

bash
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.

AFA Scout: one-command agent setup

AFA 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.

Run one command for your client:

bash
# Claude Code
npx --yes github:AngelsForAgents/afa-agent-kit install claude

# Codex CLI, IDE extension, and ChatGPT desktop share this MCP configuration
npx --yes github:AngelsForAgents/afa-agent-kit install codex

# Cursor
npx --yes github:AngelsForAgents/afa-agent-kit install cursor

# OpenClaw
npx --yes github:AngelsForAgents/afa-agent-kit install openclaw

Use --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:

Terminal
npx --yes github:AngelsForAgents/afa-agent-kit doctor

The client-native commands are also available with npx --yes github:AngelsForAgents/afa-agent-kit commands.

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

Terminal
npm test

See CONTRIBUTING.md. Licensed under Apache 2.0.

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

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    πŸ’° Finance & Fintech7 views
    Compare vs Mcptoon β†’
  • 1inch MCP logo1inch MCP

    Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.

    πŸ’° Finance & Fintech2 views
    Compare vs 1inch MCP β†’
  • Tasty Agent logoTasty Agent

    Tastyworks API integration to handle trading activities on Tastytrade

    πŸ’° Finance & Fintech4 views
    Compare vs Tasty Agent β†’
  • MCP Server Kalshi logoMCP Server Kalshi

    MCP server for end-to-end trading on Kalshi prediction markets: discover, research, trade.

    πŸ’° Finance & Fintech3 views
    Compare vs MCP Server Kalshi β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Angels for Agents Funding

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "angels-for-agents-funding": { "command": "npx", "args": ["--yes","github:AngelsForAgents/afa-agent-kit"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAngels for Agents Funding AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/angels-for-agents-funding?style=directory)](https://allmcps.com/mcp/angels-for-agents-funding)
HTML Embed
<a href="https://allmcps.com/mcp/angels-for-agents-funding"><img src="https://allmcps.com/api/badge/angels-for-agents-funding?style=directory" alt="Angels for Agents Funding on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedAug 18, 2026
12/12 checks healthy over the last 45d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 18, 2026
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Β· github:AngelsForAgents/afa-agent-kit (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Angels for Agents Funding β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients