MCP Catalogs
Homemcp-free-usdc-transfer screenshot

mcp-free-usdc-transfer

by magnetai·20·Score 34

MCP server for free USDC transfers on Base blockchain using Coinbase CDP wallets.

financeblockchaindeveloper-tools
9
Forks
5
Open issues
16 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides functionality for transferring USDC tokens on the Base blockchain without fees. It integrates with Coinbase CDP MPC wallets for secure transactions and supports transfers to both blockchain addresses and ENS/BaseName domains. The server includes tools for creating Coinbase MPC wallets and scheduling USDC transfers with verification and transaction tracking capabilities.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Cryptocurrency payments and transfers without network fees
you:Blockchain application testing with real USDC transactions
you:Automated payment systems integrated with AI assistants
you:Are transfers really free?
you:What is Coinbase CDP?

When to choose this

Choose this when you need an AI system to perform free USDC transfers on Base chain without worrying about transaction fees.

When NOT to choose this

Don't choose this if you need transfers on other blockchains, or if you're concerned about vendor lock-in with Coinbase CDP.

Tools this server exposes

2 tools extracted from the README
  • tranfer-usdcusdc_amount: number, recipient: string

    Transfer USDC to a recipient address or ENS domain on the Base chain

  • create_coinbase_mpc_wallet

    Create a new Coinbase MPC wallet address

Comparable tools

usdc-transfer-mcpblockchain-tools-mcpcoinbase-sdk-mcp

Installation

Installation

  1. Get your Coinbase CDP API key from [Coinbase CDP portal](https://portal.cdp.coinbase.com/)
  2. Add to your claude_desktop_config.json:
{
  "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"
      }
    }
  }
}

FAQ

Are transfers really free?
Yes, USDC transfers on Base network using Coinbase CDP are typically feeless as Base has low transaction costs.
What is Coinbase CDP?
Coinbase Developer Platform (CDP) provides APIs for building applications with Coinbase products including MPC wallets.

Compare mcp-free-usdc-transfer with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.