Fundchain Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fundchain Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.fundchainteam/fundchain-mcp -->
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-mcpAdd 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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.