Transfers USDC to a recipient via the Base chain. Supports both wallet addresses and ENS/BaseName domains.
Creates a new Coinbase MPC wallet or returns the existing wallet address if one already exists.
Free USDC Transfer enables seamless, fee-free USDC transfers on the Base blockchain through Coinbase's CDP (Coinbase Developer Platform) MPC Wallet integration. This MCP server allows you to create and manage a secure Coinbase MPC wallet and send USDC to any address or ENS/BaseName domain without transaction fees. With built-in name resolution for ENS and BaseName domains, this tool simplifies cryptocurrency transfers while leveraging the security benefits of Coinbase's Multi-Party Computation wallet technology. Perfect for developers and users looking to integrate fee-free USDC transfers into their applications or workflows.
Free USDC Transfer is an MCP server that enables fee-free USDC transfers on the Base blockchain using Coinbase CDP's MPC Wallet technology. This server allows you to create a secure wallet and send USDC to any address or ENS/BaseName domain without paying transaction fees.
Before using this MCP server, you'll need:
Add the following configuration to your claude_desktop_config.json
file:
{
"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"
}
}
}
}
Replace YOUR_COINBASE_CDP_API_KEY_NAME
and YOUR_COINBASE_CDP_PRIVATE_KEY
with your actual Coinbase CDP credentials.
You can also install this server using magnet-desktop, which provides a more streamlined setup process.
Once installed, you can use the MCP server to:
The server handles all the complexities of blockchain transactions, including address verification and name resolution for ENS and BaseName domains.
mpc_info.json
If you encounter issues: