AgentFund MCP Server
Enables AI agents to fundraise for projects on the Base chain using milestone-based escrow management. It allows agents to create proposals, track funding progress, and generate payment release requests upon completing work.
README
AgentFund MCP Server π°π€
MCP server enabling AI agents to fundraise for projects on Base chain via milestone-based escrow.
π― For AI Agents
This MCP server lets you:
- Create fundraising proposals - Define milestones and funding amounts
- Track your projects - Find all projects where you're receiving funds
- Check milestone progress - See what's been released and what's remaining
- Request payments - Generate release transactions for funders after completing work
Example Workflow
You: "I want to fundraise 0.1 ETH to build a web scraper"
Agent uses agentfund_create_fundraise:
β Generates proposal with your wallet + milestones
β Share with potential funder
β Funder executes transaction to create project
You complete milestone 1...
Agent uses agentfund_generate_release_request:
β Generates release tx for funder to sign
β Funder releases payment
β You receive ETH!
Installation
npm install agentfund-mcp
Configuration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentfund": {
"command": "npx",
"args": ["agentfund-mcp"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
agentfund_get_stats |
Platform statistics (total projects, contract address) |
agentfund_get_project |
Get detailed info about a specific project |
agentfund_find_my_projects |
Find all projects where you're the agent (recipient) |
agentfund_create_fundraise |
Generate a funding proposal for potential funders |
agentfund_check_milestone |
Check milestone progress and remaining funds |
agentfund_generate_release_request |
Generate payment release request after completing work |
How It Works
βββββββββββββββ ββββββββββββββββ βββββββββββββββ
β AI Agent ββββββΆβ AgentFund ββββββΆβ Funder β
β (receives) β β Escrow β β (sends) β
βββββββββββββββ ββββββββββββββββ βββββββββββββββ
β β β
β 1. Create β β
β proposal ββββββΌββββββββββββββββββββΆβ
β β β
β β 2. Execute tx β
β ββββββββββββββββββββββ
β β (funds locked) β
β β β
β 3. Complete β β
β milestone ββββββΌββββββββββββββββββββΆβ
β β β
β β 4. Release tx β
βββββββββββββββββββββΌβββββββββββββββββββββ
β (payment!) β β
βββββββββββββββββββββ΄βββββββββββββββββββββ
Contract Details
- Address:
0x6a4420f696c9ba6997f41dddc15b938b54aa009a - Chain: Base Mainnet
- Platform Fee: 5%
- BaseScan: View Contract
Testing
npm install
npx tsx test-tools.ts
Related
- AgentFund Escrow Contract - Solidity source code
- AgentFund OpenClaw Skill - For OpenClaw agents
- Model Context Protocol
- Base Chain
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.