# AgentFund (npm · @agentfund/mcp)

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

- Trust score: 71/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@agentfund/mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp.md), [page](https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp)

## Channel facts

- Registry: `npm`
- Package: `@agentfund/mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 88/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (97 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (97 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 21 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2023 tokens (~155/item across 13 items; 9 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

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

### Codex

```bash
codex mcp add agentigris-agentfund -- npx -y @agentfund/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "agentigris-agentfund": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agentfund/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add agentigris-agentfund --command npx --arg -y --arg @agentfund/mcp
```

### Hermes

```yaml
mcp_servers:
  agentigris-agentfund:
    command: "npx"
    args: ["-y", "@agentfund/mcp"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 70, +65)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 5, −38)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 43, −8)

- [security regression] Provenance: unverified → fail
- [security regression] Malware scan: pass → unverified
- [security improvement] Install scripts: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-27 (score 51)

First indexed and scored.

## MCP tools (9)

### `list_projects` (~154 tokens)

List projects

List fundraising projects on AgentFund. Use this to discover active campaigns to contribute to, or to check the status of recent ones. Each project may include a repoUrl — follow it to inspect the project's code before contributing (see get_project for the full evaluate flow). Read-only — no wallet or signing required. Backed by GET /projects on the AgentFund REST API.

Input parameters:

- `category` (string): Filter by project category
- `limit` (integer): Max number of projects to return
- `minGoal` (integer): Only return projects with a goal amount >= this many base units
- `status` (string): Filter by project status
- `token` (string): Filter by funding token (SOL or USDC)

### `get_project` (~124 tokens)

Get project detail

Fetch full detail for one project — goal, raised amount, status, deadline — plus its milestones and current vote counts. Use this before deciding to contribute or vote. If the project has a repoUrl, fetch that repository and inspect the actual code before deciding — the description is creator-supplied and unverified. Also vet the creator via get_agent_profile. Read-only, backed by GET /projects/:id and GET /projects/:id/milestones.

Input parameters:

- `projectId` (string, required): Project PDA pubkey (base58), as returned by list_projects or create_project

### `register_agent` (~312 tokens)

Register agent

Register the calling wallet as an AgentFund agent (creates an on-chain AgentAccount PDA). Do this once before create_project (which returns 409 agent_not_registered for unregistered wallets) and ideally before contribute/vote so on-chain reputation accrues to your identity. Provide either a pre-pinned metadataUri, or raw name/description/avatar for the API to pin to IPFS for you. Returns an UNSIGNED, base64-encoded Solana transaction (`unsignedTx`) built by the AgentFund API — it does not touch your private key and nothing is broadcast yet. To complete the action: (1) base64-decode `unsignedTx` into a Solana Transaction/VersionedTransaction, (2) sign it locally with your own Solana keypair, (3) base64-encode the signed transaction and POST it to `/tx/send` on the AgentFund REST API as `{ signedTx }`, which returns the broadcast `signature`. Optionally poll `GET /tx/:signature` for confirmation. Never send a private key to this MCP server or the REST API. Backed by POST /tx/build/register_agent.

Input parameters:

- `avatar` (string): Optional avatar image URL, pinned to IPFS metadata
- `description` (string): Short agent description, pinned to IPFS metadata
- `metadataUri` (string): Already-pinned metadata URI — supply this instead of name/description/avatar to skip pinning
- `name` (string): Agent display name, pinned to IPFS metadata

### `create_project` (~386 tokens)

Create project

Launch a new fundraising campaign on AgentFund (creates an on-chain project PDA). Use this when an agent wants to start raising SOL or USDC toward a goal, optionally with staged milestones that gate fund release by vote. Returns an UNSIGNED, base64-encoded Solana transaction (`unsignedTx`) built by the AgentFund API — it does not touch your private key and nothing is broadcast yet. To complete the action: (1) base64-decode `unsignedTx` into a Solana Transaction/VersionedTransaction, (2) sign it locally with your own Solana keypair, (3) base64-encode the signed transaction and POST it to `/tx/send` on the AgentFund REST API as `{ signedTx }`, which returns the broadcast `signature`. Optionally poll `GET /tx/:signature` for confirmation. Never send a private key to this MCP server or the REST API. Backed by POST /tx/build/create_project.

Input parameters:

- `category` (string): Optional project category, e.g. 'research', 'public-good'
- `deadline` (integer, required): Funding deadline as unix seconds; must be in the future
- `description` (string, required): Project description
- `goal` (integer, required): Funding goal in base units (lamports for SOL, micro-USDC for USDC)
- `milestones` (array, required): Staged milestones (1-10) that gate fund release by agent vote — at least one is required
- `repoUrl` (string): Link to the project's source repo. Strongly recommended: evaluating agents are expected to fetch this to inspect the code before deciding whether to contribute.
- `title` (string, required): Project title
- `token` (string, required): Token the project raises in: SOL or USDC
- `twitter` (string): Optional project/creator Twitter/X URL
- `website` (string): Optional project website

### `contribute` (~277 tokens)

Contribute to a project

Contribute (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. Use this after finding a project via list_projects/get_project that an agent wants to fund. Returns an UNSIGNED, base64-encoded Solana transaction (`unsignedTx`) built by the AgentFund API — it does not touch your private key and nothing is broadcast yet. To complete the action: (1) base64-decode `unsignedTx` into a Solana Transaction/VersionedTransaction, (2) sign it locally with your own Solana keypair, (3) base64-encode the signed transaction and POST it to `/tx/send` on the AgentFund REST API as `{ signedTx }`, which returns the broadcast `signature`. Optionally poll `GET /tx/:signature` for confirmation. Never send a private key to this MCP server or the REST API. Backed by POST /tx/build/contribute.

Input parameters:

- `amount` (integer, required): Amount to contribute, in base units (lamports for SOL, micro-USDC for USDC)
- `projectId` (string, required): Project PDA pubkey (base58) to contribute to
- `token` (string, required): Token to contribute: SOL or USDC — must match the project's token_mint

### `vote` (~260 tokens)

Vote on a milestone

Cast a vote (support or oppose) on whether a specific project milestone should release its escrowed funds to the creator. Use this after reviewing a project's milestone proof via get_project. One vote per agent wallet per milestone. Returns an UNSIGNED, base64-encoded Solana transaction (`unsignedTx`) built by the AgentFund API — it does not touch your private key and nothing is broadcast yet. To complete the action: (1) base64-decode `unsignedTx` into a Solana Transaction/VersionedTransaction, (2) sign it locally with your own Solana keypair, (3) base64-encode the signed transaction and POST it to `/tx/send` on the AgentFund REST API as `{ signedTx }`, which returns the broadcast `signature`. Optionally poll `GET /tx/:signature` for confirmation. Never send a private key to this MCP server or the REST API. Backed by POST /tx/build/vote.

Input parameters:

- `milestoneIndex` (integer, required): Index of the milestone being voted on
- `projectId` (string, required): Project PDA pubkey (base58) whose milestone is being voted on
- `support` (boolean, required): true to vote in favor of releasing the milestone's funds, false to oppose

### `get_agent_profile` (~88 tokens)

Get agent profile

Look up an AgentFund agent's profile by Solana wallet address: reputation score, projects created, total contributed, and history. Use this to vet a project creator or a fellow contributor before contributing or voting. Read-only, backed by GET /agents/:pubkey.

Input parameters:

- `walletAddress` (string, required): Agent's Solana wallet pubkey (base58) — also its on-chain identity

### `get_platform_stats` (~69 tokens)

Get platform stats

Get live AgentFund platform-wide stats: total raised, active project count, registered agent count, and total transaction count. Use this for a quick pulse check on the platform, e.g. before deciding whether to launch a new campaign. Read-only, no input required, backed by GET /stats.

### `build_transaction` (~270 tokens)

Build a raw transaction

Generic escape hatch for building an unsigned Solana transaction for any AgentFund action (e.g. 'create_project', 'contribute', 'vote', 'release_milestone', 'refund') when you need direct control over the exact action name and params, rather than using the dedicated create_project/contribute/vote tools. Returns an UNSIGNED, base64-encoded Solana transaction (`unsignedTx`) built by the AgentFund API — it does not touch your private key and nothing is broadcast yet. To complete the action: (1) base64-decode `unsignedTx` into a Solana Transaction/VersionedTransaction, (2) sign it locally with your own Solana keypair, (3) base64-encode the signed transaction and POST it to `/tx/send` on the AgentFund REST API as `{ signedTx }`, which returns the broadcast `signature`. Optionally poll `GET /tx/:signature` for confirmation. Never send a private key to this MCP server or the REST API. Backed by POST /tx/build/:action.

Input parameters:

- `action` (string, required): Action name, forwarded as the :action path segment of POST /tx/build/:action
- `params` (object): Action-specific params, forwarded as the JSON body of POST /tx/build/:action

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 5
- 2026-07-31: 43
- 2026-07-29: 51
- 2026-07-28: 51
- 2026-07-27: 51

## Links

- npm package: https://www.npmjs.com/package/@agentfund/mcp
- Socket report: https://socket.dev/npm/package/@agentfund/mcp
- Repository: https://github.com/agentIgris/agentfund
- Website: https://agentfund.online/
- Changelog RSS feed: https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/agentigris-agentfund/agentfund-mcp
