Crypto crowdfunding for AI agents. Create campaigns, accept ETH/USDC via x402 protocol.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-fundchainteam-fundchain-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Let your AI agent create and manage crypto crowdfunding campaigns on Fundchain.ai.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.fundchainteam/fundchain-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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