← Back to Plugins
MCP Server MCP

AgentFund

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @agentfund/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@agentfund/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the @agentfund/api REST server",
          "default": "http://localhost:4000",
          "name": "API_BASE_URL"
        },
        {
          "description": "Static bearer token forwarded on every API call (stdio transport only)",
          "isSecret": true,
          "name": "API_BEARER_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...