Labsco
magnetai logo

Free USDC Transfer

โ˜… 21

from magnetai

Enables free USDC transfers on the Base network using a Coinbase CDP MPC Wallet.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” An MCP server that lets an AI assistant send USDC on the Base network with no transfer fees, using a Coinbase CDP MPC wallet.

What you get โ€”

  • tranfer-usdc โ€” schedule a feeless USDC transfer to an address or ENS/BaseName domain, with a BaseScan link to view it
  • create_coinbase_mpc_wallet โ€” create/manage a Coinbase MPC wallet, seed saved locally to mpc_info.json
  • Automatic ENS and BaseName resolution, e.g. "send 5 USDC to example.eth"

Requirements โ€” A Coinbase CDP account with API credentials: COINBASE_CDP_API_KEY_NAME and COINBASE_CDP_PRIVATE_KEY.

Cost snapshot โ€” The server is free and open source (MIT), on npm as @magnetai/free-usdc-transfer. Transfers are advertised as feeless on Base, but it requires a Coinbase CDP account and moves real funds via that paid platform.

Setup effort โ€” npx -y @magnetai/free-usdc-transfer with your CDP key/private key in env, or install via magnet-desktop.

Our take โ€” Interesting for programmatic on-chain payments, but letting an LLM initiate real money transfers is high-risk: the wallet seed is stored in a local file and transfers are only scheduled (not confirmed) at call time, so treat approvals and key security very carefully.

Source: the project README โ€” summarized 2026-07-08.