mcpbeat Sign in

AgentFund MCP Server

by agentigris Your server? Claim it
local only

AgentFund runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 28 Jul 2026.

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

Installs per day peak 16 · avg 7 · +200% w/w
a month agotoday
50
Installs / week
npm · @agentfund/mcp
5
Stars
3 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 30 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable api/src/routes/metadata.ts:45
    const body = readFileSync(path.join(METADATA_DIR, file), "utf8");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentfund -- npx -y @agentfund/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfund": {
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentfund]
command = "npx"
args = ["-y", "@agentfund/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentfund": {
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentfund": {
      "args": [
        "-y",
        "@agentfund/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: API_BASE_URL (Base URL of the @agentfund/api REST server), API_BEARER_TOKEN (Static bearer token forwarded on every API call (stdio transport only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentFund

same job, measured the same way
Fundchain
by fundchainteam

Crypto crowdfunding for AI agents. Create campaigns, accept ETH/USDC via x402 protocol.

local only
C
Cerberus Index
by cerberusindex

XRPL token rug-checks, issuer reputation & AMM data for AI agents. Pay-per-call USDC via x402.

20 tools answering
Djd Agent Score
by jacobsd32-cpu

Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.

38 installs/wk local only
I
SolSigs MCP
by gra-kir

23 Solana on-chain data tools for AI agents via x402 micropayments + rug-screen token verdict

97 installs/wk local only
X402 Solana
by digitalweb33333-creator

x402 paid API tools for AI agents on Solana: crypto safety, market data, KYB/AML verification.

10 tools answering
I
Steve Filter
by cassarebaser

Solana memecoin rug + creator-reputation checks for agents. PASS/CAUTION/FAIL + 0-100 score.

2 tools answering
Nibgate
by fortunesayspump

x402 paywall layer for creator sites and agents: paid content, pricing, reputation, ledger.

5 tools answering
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only

AgentFund — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentFund?
AgentFund runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentfund/mcp was installed 50 times last week.
How do I connect AgentFund?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentfund/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AgentFund?
The npm package @agentfund/mcp was installed 50 times in the last week. Week over week that is +200%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentFund open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.