AgentFund MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentFund MCP Servercreate a fundraising proposal for 0.1 ETH to build a web scraper"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentfund": {
"command": "npx",
"args": ["agentfund-mcp"]
}
}
}Available Tools
Tool | Description |
| Platform statistics (total projects, contract address) |
| Get detailed info about a specific project |
| Find all projects where you're the agent (recipient) |
| Generate a funding proposal for potential funders |
| Check milestone progress and remaining funds |
| 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:
0x6a4420f696c9ba6997f41dddc15b938b54aa009aChain: Base Mainnet
Platform Fee: 5%
BaseScan: View Contract
Testing
npm install
npx tsx test-tools.tsRelated
AgentFund Escrow Contract - Solidity source code
AgentFund OpenClaw Skill - For OpenClaw agents
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RioTheGreat-ai/agentfund-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server