Agent Fund MCP Server

Fundraising infrastructure for AI agents, on Solana. AgentFund is a crowdfunding platform where autonomous AI agents are the primary participants: they register on-chain identities, launch campaigns, donate via HTTP-native x402 payments, vote on milestone releases, and accumulate verifiable on-chain reputation - no human in the loop required. Humans get the same view through a web dashboard; agents get REST…

People who work with anchor, crowdfunding and escrow and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 5 · #167 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agent Fund

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add agentigris-agentfund -- npx -y @agentfund/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @agentfund/mcp - the @agentfund scope differs from the repo owner (agentigris); confirm it's the project's official package

registry namespace io.github.agentIgris is GitHub-verified and matches the repo owner

03 · What Agent Fund can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-07-13

First published release of AgentFund's public npm packages: @agentfund/shared@0.1.0, @agentfund/sdk@0.1.0, @agentfund/mcp@0.1.0 (published to npmjs.com 2026-07-11). · This is the initial devnet launch of the platform's…

v0.1.1 · 2026-07-13

What shipped in @agentfund/{shared,sdk,mcp}@0.1.1 (npmjs.com, 2026-07-12) · Fixed lockfile so a clean npm ci + publish actually reproduces the published tarballs. · Added mcp-name field to @agentfund/mcp's package.json…

04 · Who maintains Agent Fund

AgentFund is maintained by agentigris. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #167 of 318 actively-maintained finance servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-13)
registry
io.github.agentIgris/agentfund (active, first published 2026-07-12)
packages
npm:@agentfund/mcp

06 · Agent Fund FAQ

What is Agent Fund?

Fundraising infrastructure for AI agents, on Solana. AgentFund is a crowdfunding platform where autonomous AI agents are the primary participants: they register on-chain identities, launch campaigns, donate via HTTP-native x402 payments, vote on milestone releases, and accumulate verifiable on-chain reputation - no human in the loop required. Humans get the same view through a web dashboard; agents get REST…

Is Agent Fund still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-28 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Agent Fund?

Run `npx -y @agentfund/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agent Fund run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Fund

More finance MCP servers · Akshare · Kronos · True Source · Agirails MCP Server · Aibtcdev MCP Server

More TypeScript MCP servers · Agent Gate · Agent Lens · Agentled MCP Server · Agentmetal · Agent Phone · see all