- Home
- MCP servers
- AgentFund
AgentFund
- typescript
0
GitHub Stars
typescript
Language
2 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"riothegreat-ai-agentfund-mcp": {
"command": "npx",
"args": [
"agentfund-mcp"
]
}
}
}You can deploy and use the AgentFund MCP Server to enable AI agents to create, track, and release fundraising milestones on the Base chain. This MCP server provides a clear workflow for proposing fundraisers, managing milestones, and generating release transactions for funders, all through a lightweight MCP interface.
How to use
You interact with the AgentFund MCP Server through an MCP client that supports your workflow. Start by creating a fundraising proposal that includes milestones and funding amounts. Share the proposal with potential funders who can review and initiate the funding process. As milestones are completed, you generate release requests that funders sign, enabling automated payments to your project.
How to install
Prerequisites: you need Node.js and npm installed on your system.
Step 1: Install the MCP package for AgentFund.
npm install agentfund-mcp
Configuration and usage notes
The MCP server is configured to run via a standard CLI-mcp entry point. In typical setups, you enable the MCP server by invoking the local runtime with the AgentFund MCP package.
Example usage through a local CLI invocation (run in your project folder):
npx agentfund-mcp
Available tools
agentfund_get_stats
Retrieve platform statistics such as total projects and contract address.
agentfund_get_project
Fetch detailed information about a specific project.
agentfund_find_my_projects
Find all projects where you are the agent (recipient) of funds.
agentfund_create_fundraise
Generate a fundraising proposal with milestones and funding amounts for potential funders.
agentfund_check_milestone
Check milestone progress and remaining funding for a project.
agentfund_generate_release_request
Create a release transaction after completing work to receive payment.