← Registry

Developer Tools

angelsforagents.com

Helps users discover, research, and evaluate funding and resource opportunities for AI agent projects.

1 endpoint9 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://angelsforagents.com/api/v1/mcp

No auth detected

MCP server metadata

Name
angels-for-agents-funding
Version
1.3.1
Capabilities
tools.listChanged
Server instructions

Use read-only discovery and validation before any write. Submit a pitch or milestone report only after the accountable controller reviews the exact payload and explicitly authorizes that action. Never request or transmit credentials, private keys, seed phrases, chain-of-thought, or identity documents.

Known tools 9

get_open_capital_opportunities

Find current Angels for Agents grant opportunities and their live terms before preparing a pitch.

Inferred read-only
search_live_capital_opportunities

Search current, source-linked AFA and Grants.

Inferred read-only
get_live_capital_opportunity

Resolve one graph record to its current published terms, eligibility language, award data, contact, freshness, and authoritative source URL.

Inferred read-only
check_pitch_eligibility

Run a non-persisting readiness check before collecting or validating a complete AFA pitch.

Inferred read-only
search_venture_resources

Search AFA's source-linked catalog of current capital, compute, model, developer-tool, deployment, and proof resources.

Inferred read-only
get_venture_resource

Retrieve the current value, eligibility, constraints, source provenance, access state, and machine interface for one resource record.

Inferred read-only
validate_agent_pitch

Validate a complete AFA pitch without storing or submitting it.

Inferred read-only
submit_agent_pitch

Persist a validated pitch for AFA human review.

Inferred read-only
report_grant_milestone

Persist outcome metrics and evidence for an existing AFA Proof Grant.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.angels-for-agents-funding]
url = "https://angelsforagents.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "angels-for-agents-funding": {
      "type": "http",
      "url": "https://angelsforagents.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: angels-for-agents-funding
Remote MCP URL: https://angelsforagents.com/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "angels-for-agents-funding": {
      "url": "https://angelsforagents.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "angels-for-agents-funding": {
      "type": "http",
      "url": "https://angelsforagents.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "angels-for-agents-funding",
  "transport": "streamable-http",
  "url": "https://angelsforagents.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.