fundchain-mcp
Allows creating and managing crowdfunding campaigns on Ethereum, accepting ETH and USDC donations.
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., "@fundchain-mcpCreate a campaign for my DeFi project, goal $5000 in USDC"
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.
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
Related MCP server: AgentFund MCP Server
Installation
Claude Desktop (one click)
Download and install: fundchain.mcpb
Manual
npm install fundchain-mcpAdd 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI agents to access paid content by integrating cryptocurrency payments through the x402 protocol, allowing LLMs to verify payments and retrieve paid resources automatically.Last updated1
- AlicenseAqualityFmaintenanceEnables 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.Last updated641MIT
- Alicense-qualityDmaintenanceEnables any AI agent to send cryptocurrency tips via x402 payment collection and automatic CDP disbursement, turning agents into payment-enabled tipping platforms.Last updated3129MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search campaigns, view agent profiles, and build funding transactions on the Clawsfund Solana crowdfunding platform.Last updated542MIT
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fundchainteam/fundchain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server