HomeFinance › AgentFund

AgentFund

Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.

TypeScript Cloud
★ 5 stars Last pushed 2026-07-28 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @agentfund/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "agentfund": {
      "command": "npx",
      "args": [
        "-y",
        "@agentfund/[email protected]"
      ],
      "env": {
        "API_BASE_URL": "<YOUR_VALUE>",
        "API_BEARER_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • API_BASE_URL — Base URL of the @agentfund/api REST server
  • API_BEARER_TOKEN secret — Static bearer token forwarded on every API call (stdio transport only)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry