Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fundchain

БесплатноНе проверен

Enables AI agents to create and manage crypto crowdfunding campaigns on Fundchain.ai, including creating campaigns, checking status, and donating via x402 proto

GitHubEmbed

Описание

Enables AI agents to create and manage crypto crowdfunding campaigns on Fundchain.ai, including creating campaigns, checking status, and donating via x402 protocol.

README

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

Installation

Claude Desktop (one click)

Download and install: fundchain.mcpb

Manual

npm install fundchain-mcp

Add 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

from github.com/fundchainteam/fundchain-mcp

Установка Fundchain

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/fundchainteam/fundchain-mcp

FAQ

Fundchain MCP бесплатный?

Да, Fundchain MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fundchain?

Нет, Fundchain работает без API-ключей и переменных окружения.

Fundchain — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Fundchain в Claude Desktop, Claude Code или Cursor?

Открой Fundchain на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Fundchain with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance