MCP.so
Sign In

Free USDC Transfer MCP Server

@magnetai

About Free USDC Transfer MCP Server

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

magnetai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers