MCP.so
ログイン

Free USDC Transfer MCP Server

@magnetai

Free USDC Transfer MCP Server について

MCP (Model Context Protocol) server - free usdc transfer powered by Coinbase CDP

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

magnetai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "free-usdc-transfer": {
      "command": "npx",
      "args": [
        "-y",
        "@magnetai/free-usdc-transfer"
      ],
      "env": {
        "COINBASE_CDP_API_KEY_NAME": "YOUR_COINBASE_CDP_API_KEY_NAME",
        "COINBASE_CDP_PRIVATE_KEY": "YOUR_COINBASE_CDP_PRIVATE_KEY"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Free USDC Transfer MCP Server?

An MCP server that enables free USDC transfers on the Base blockchain using Coinbase CDP MPC Wallet integration. It allows sending USDC to any address or ENS/BaseName domain without fees.

How to use Free USDC Transfer MCP Server?

Configure with Coinbase CDP API credentials in Claude Desktop’s config file (claude_desktop_config.json) or use with magnet-desktop. Invoke the transfer-usdc tool with a USDC amount and recipient address or ENS domain. The create_coinbase_mpc_wallet tool creates a new MPC wallet.

Key features of Free USDC Transfer MCP Server

  • Free USDC transfers on the Base chain
  • Coinbase MPC Wallet creation and management
  • Automatic ENS and BaseName domain resolution
  • No transaction fees for transfers
  • Secure seed file storage in the Documents directory

Use cases of Free USDC Transfer MCP Server

  • Send USDC to a friend using their ENS domain
  • Automate USDC payments in AI agent workflows
  • Create a Coinbase MPC wallet for feeless transactions
  • Schedule USDC transfers without waiting for blockchain confirmation

FAQ from Free USDC Transfer MCP Server

What is needed to run this server?

A Coinbase CDP API key and private key, available from the Coinbase CDP developer dashboard.

How are wallet seeds stored?

The seed file for Coinbase MPC wallets is stored in the Documents directory under the file name mpc_info.json.

Does the server wait for blockchain confirmation?

No, the transaction is scheduled and will not wait for completion. A link to BaseScan is provided to view details.

What blockchain does it use?

All transfers occur on the Base chain.

Does it support ENS domains?

Yes, it automatically resolves ENS and BaseName domains.

コメント

「その他」の他のコンテンツ