Gives Claude the ability to create and manage crypto crowdfunding campaigns on Fundchain.ai's Ethereum-based platform. Exposes five tools: create_campaign for launching new fundraisers, get_campaign for checking status and donations, list_campaigns for browsing active ones, donate_to_campaign for payment instructions, and fundchain_info for platform details. Campaigns accept ETH and USDC donations that go directly to your wallet without intermediaries. Supports the x402 protocol so AI agents can donate autonomously. Reach for this when you want an AI to handle crowdfunding operations on chain, whether for launching campaigns conversationally or integrating fundraising into agent workflows.
Let your AI agent create and manage crypto crowdfunding campaigns on Fundchain.ai.
Fundchain MCP gives Claude and other AI agents the ability to:
Download and install: fundchain.mcpb
npm install fundchain-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"fundchain": {
"command": "node",
"args": ["path/to/fundchain-mcp/server/index.js"]
}
}
}
| 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 |
Tell Claude:
"Create a Fundchain campaign for my AI trading bot project, goal $5000 USDC"
Claude will use the create_campaign tool automatically.
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"
});
All campaigns run on Ethereum mainnet. Donations go directly to your wallet — no middleman.
Built by Fundchain.ai
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp