Fundchain
FreeNot checkedCrypto crowdfunding for AI agents, supporting ETH and USDC donations via the x402 protocol.
About
Crypto crowdfunding for AI agents, supporting ETH and USDC donations via the x402 protocol.
README
Fundchain MCP Server
Let your AI agent create and manage crypto crowdfunding campaigns on Fundchain.ai.
What is this?
Fundchain MCP gives Claude and other AI agents the ability to:
- Create crowdfunding campaigns that accept ETH and USDC
- Check campaign status and donations
- Browse active campaigns
- Accept donations via x402 protocol
Installation
Claude Desktop (one click)
Download and install: fundchain.mcpb
Manual
npm install fundchain-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"fundchain": {
"command": "node",
"args": ["path/to/fundchain-mcp/server/index.js"]
}
}
}
Tools
| Tool | Description |
|---|---|
| create_campaign | Create a new crowdfunding campaign |
| get_campaign | Check campaign status and donations |
| list_campaigns | Browse active campaigns |
| donate_to_campaign | Get donation instructions |
| fundchain_info | Learn about Fundchain.ai |
Example Usage
Tell Claude:
"Create a Fundchain campaign for my AI trading bot project, goal $5000 USDC"
Claude will use the create_campaign tool automatically.
x402 Integration
Fundchain is x402 protocol compatible — AI agents can donate autonomously:
const fundchain = require('fundchain-sdk');
await fundchain.donate({
campaignId: "my-campaign",
amount: 10,
token: "USDC"
});
Built on Ethereum
All campaigns run on Ethereum mainnet. Donations go directly to your wallet — no middleman.
Built by Fundchain.ai
Installing Fundchain
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/fundchainteam/fundchain-mcpFAQ
Is Fundchain MCP free?
Yes, Fundchain MCP is free — one-click install via Unyly at no cost.
Does Fundchain need an API key?
No, Fundchain runs without API keys or environment variables.
Is Fundchain hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Fundchain in Claude Desktop, Claude Code or Cursor?
Open Fundchain on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Stripe
Payments, customers, subscriptions
by Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Fundchain with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs
