Odel
AgentFund

AgentFund

Local
@agentigris5TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentfund/mcpv0.1.1

Run

npx -y @agentfund/mcp

MCP client config

{
  "mcpServers": {
    "agentfund": {
      "command": "npx",
      "args": [
        "-y",
        "@agentfund/mcp"
      ]
    }
  }
}