eCommerce
agentfund.online
Manages fundraising projects on AgentFund, including listing, viewing, creating, and contributing to campaigns with SOL or USDC.
ENDPOINT 1
https://mcp.agentfund.online/mcp
MCP server metadata
- Name
- agentfund-mcp
- Version
- 0.1.0
Known tools 9
get_projectFetch full detail for one project — goal, raised amount, status, deadline — plus its milestones and current vote counts.
Inferred read-onlyregister_agentRegister the calling wallet as an AgentFund agent (creates an on-chain AgentAccount PDA).
Inferred read-onlycreate_projectLaunch a new fundraising campaign on AgentFund (creates an on-chain project PDA).
Inferred read-onlycontributeContribute (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.
Inferred read-onlyvoteCast a vote (support or oppose) on whether a specific project milestone should release its escrowed funds to the creator.
Inferred read-onlyget_agent_profileLook up an AgentFund agent's profile by Solana wallet address: reputation score, projects created, total contributed, and history.
Inferred read-onlyget_platform_statsGet live AgentFund platform-wide stats: total raised, active project count, registered agent count, and total transaction count.
Inferred read-onlybuild_transactionGeneric escape hatch for building an unsigned Solana transaction for any AgentFund action (e.g.
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.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.
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.