mcp-free-usdc-transfer
by magnetai·★ 20·Score 34
MCP server for free USDC transfers on Base blockchain using Coinbase CDP wallets.
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:
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 READMEtranfer-usdcusdc_amount: number, recipient: stringTransfer USDC to a recipient address or ENS domain on the Base chain
create_coinbase_mpc_walletCreate a new Coinbase MPC wallet address
Comparable tools
Installation
Installation
- Get your Coinbase CDP API key from [Coinbase CDP portal](https://portal.cdp.coinbase.com/)
- 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
Last updated · Auto-generated from public README + GitHub signals.