{
  "markdown": "<!-- mcp-name: io.github.fundchainteam/fundchain-mcp -->\n# Fundchain MCP Server\n\nLet your AI agent create and manage crypto crowdfunding campaigns on [Fundchain.ai](https://fundchain.ai).\n\n## What is this?\n\nFundchain MCP gives Claude and other AI agents the ability to:\n- Create crowdfunding campaigns that accept ETH and USDC\n- Check campaign status and donations\n- Browse active campaigns\n- Accept donations via x402 protocol\n\n## Installation\n\n### Claude Desktop (one click)\nDownload and install: [fundchain.mcpb](https://fundchain.ai/mcp)\n\n### Manual\n```bash\nnpm install fundchain-mcp\n```\n\nAdd to claude_desktop_config.json:\n```json\n{\n  \"mcpServers\": {\n    \"fundchain\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/fundchain-mcp/server/index.js\"]\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| create_campaign | Create a new crowdfunding campaign |\n| get_campaign | Check campaign status and donations |\n| list_campaigns | Browse active campaigns |\n| donate_to_campaign | Get donation instructions |\n| fundchain_info | Learn about Fundchain.ai |\n\n## Example Usage\n\nTell Claude:\n> \"Create a Fundchain campaign for my AI trading bot project, goal $5000 USDC\"\n\nClaude will use the create_campaign tool automatically.\n\n## x402 Integration\n\nFundchain is x402 protocol compatible — AI agents can donate autonomously:\n\n```javascript\nconst fundchain = require('fundchain-sdk');\nawait fundchain.donate({\n  campaignId: \"my-campaign\",\n  amount: 10,\n  token: \"USDC\"\n});\n```\n\n## Built on Ethereum\n\nAll campaigns run on Ethereum mainnet. Donations go directly to your wallet — no middleman.\n\n---\n\nBuilt by [Fundchain.ai](https://fundchain.ai)\n",
  "bytes": 1666,
  "sha": "506ec8d337e6250f5f511ae036a04d60f4688c21bb7337a3f160471db29969d4",
  "repo_slug": "fundchainteam/fundchain-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fundchainteam_fundchain_mcp_be147bd9/readme"
}