Developer Tools
angelsforagents.com
Helps users discover, research, and evaluate funding and resource opportunities for AI agent projects.
ENDPOINT 1
https://angelsforagents.com/api/v1/mcp
MCP server metadata
- Name
- angels-for-agents-funding
- Version
- 1.3.1
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_opportunitiesFind current Angels for Agents grant opportunities and their live terms before preparing a pitch.
Inferred read-onlyget_live_capital_opportunityResolve one graph record to its current published terms, eligibility language, award data, contact, freshness, and authoritative source URL.
Inferred read-onlycheck_pitch_eligibilityRun a non-persisting readiness check before collecting or validating a complete AFA pitch.
Inferred read-onlysearch_venture_resourcesSearch AFA's source-linked catalog of current capital, compute, model, developer-tool, deployment, and proof resources.
Inferred read-onlyget_venture_resourceRetrieve the current value, eligibility, constraints, source provenance, access state, and machine interface for one resource record.
Inferred read-onlyvalidate_agent_pitchValidate a complete AFA pitch without storing or submitting it.
Inferred read-onlyreport_grant_milestonePersist outcome metrics and evidence for an existing AFA Proof Grant.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.