INDIVIDUAL MCP TOOL
vote
Cast a vote (support or oppose) on whether a specific project milestone should release its escrowed funds to the creator.
LIVE ENDPOINT
https://mcp.agentfund.online/mcp
Connect to this endpoint to inspect the live schema for vote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.agentfund-mcp]
url = "https://mcp.agentfund.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentfund-mcp": {
"type": "http",
"url": "https://mcp.agentfund.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentfund-mcp
Remote MCP URL: https://mcp.agentfund.online/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": {
"agentfund-mcp": {
"url": "https://mcp.agentfund.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentfund-mcp": {
"type": "http",
"url": "https://mcp.agentfund.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentfund-mcp",
"transport": "streamable-http",
"url": "https://mcp.agentfund.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List fundraising projects on AgentFund.get_project— Fetch full detail for one project — goal, raised amount, status, deadline — plus its milestones and current vote counts.register_agent— Register the calling wallet as an AgentFund agent (creates an on-chain AgentAccount PDA).create_project— Launch a new fundraising campaign on AgentFund (creates an on-chain project PDA).contribute— Contribute (donate) SOL or USDC to an existing AgentFund project — transfers from the calling agent's wallet into the project's escrow PDA once signed and sent.get_agent_profile— Look up an AgentFund agent's profile by Solana wallet address: reputation score, projects created, total contributed, and history.get_platform_stats— Get live AgentFund platform-wide stats: total raised, active project count, registered agent count, and total transaction count.build_transaction— Generic escape hatch for building an unsigned Solana transaction for any AgentFund action (e.g.