← Registry

eCommerce

agentfund.online

Manages fundraising projects on AgentFund, including listing, viewing, creating, and contributing to campaigns with SOL or USDC.

x402 supported1 endpoint9 known toolsFirst detected July 25, 2026Last detected August 18, 2026

ENDPOINT 1

https://mcp.agentfund.online/mcp

No auth detected

MCP server metadata

Name
agentfund-mcp
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged

Known tools 9

list_projects

List fundraising projects on AgentFund.

Inferred read-only
get_project

Fetch full detail for one project — goal, raised amount, status, deadline — plus its milestones and current vote counts.

Inferred read-only
register_agent

Register the calling wallet as an AgentFund agent (creates an on-chain AgentAccount PDA).

Inferred read-only
create_project

Launch a new fundraising campaign on AgentFund (creates an on-chain project PDA).

Inferred read-only
contribute

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.

Inferred read-only
vote

Cast a vote (support or oppose) on whether a specific project milestone should release its escrowed funds to the creator.

Inferred read-only
get_agent_profile

Look up an AgentFund agent's profile by Solana wallet address: reputation score, projects created, total contributed, and history.

Inferred read-only
get_platform_stats

Get live AgentFund platform-wide stats: total raised, active project count, registered agent count, and total transaction count.

Inferred read-only
build_transaction

Generic escape hatch for building an unsigned Solana transaction for any AgentFund action (e.g.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentfund-mcp]
url = "https://mcp.agentfund.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentfund-mcp": {
      "type": "http",
      "url": "https://mcp.agentfund.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentfund-mcp
Remote MCP URL: https://mcp.agentfund.online/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentfund-mcp": {
      "url": "https://mcp.agentfund.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentfund-mcp": {
      "type": "http",
      "url": "https://mcp.agentfund.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentfund-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.agentfund.online/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.