- Explore MCP Servers
- mcp-free-usdc-transfer
Mcp Free Usdc Transfer
What is Mcp Free Usdc Transfer
mcp-free-usdc-transfer is an MCP server implementation that enables free USDC transfers on the Base blockchain, utilizing Coinbase CDP’s MPC Wallet integration for secure transactions without fees.
Use cases
Use cases include sending USDC to friends or businesses without incurring transaction fees, managing a Coinbase MPC wallet for secure transactions, and utilizing name resolution for easier address management.
How to use
To use mcp-free-usdc-transfer, sign up for a Coinbase CDP account to obtain an API key, then configure your claude_desktop_config.json with the necessary command and environment variables. You can also install the server using magnet-desktop.
Key features
Key features include free USDC transfers to any address or ENS/BaseName domain, integration with Coinbase MPC Wallet for secure transactions, and automatic support for ENS and BaseName domain resolution.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Free Usdc Transfer
mcp-free-usdc-transfer is an MCP server implementation that enables free USDC transfers on the Base blockchain, utilizing Coinbase CDP’s MPC Wallet integration for secure transactions without fees.
Use cases
Use cases include sending USDC to friends or businesses without incurring transaction fees, managing a Coinbase MPC wallet for secure transactions, and utilizing name resolution for easier address management.
How to use
To use mcp-free-usdc-transfer, sign up for a Coinbase CDP account to obtain an API key, then configure your claude_desktop_config.json with the necessary command and environment variables. You can also install the server using magnet-desktop.
Key features
Key features include free USDC transfers to any address or ENS/BaseName domain, integration with Coinbase MPC Wallet for secure transactions, and automatic support for ENS and BaseName domain resolution.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Free USDC Transfer MCP Server
An MCP server implementation enabling free USDC transfers on Base with Coinbase CDP MPC Wallet integration.
Features
- Free USDC Transfers: Send USDC to any address or ENS/BaseName domain on Base - no fees, just simple transfers
- Coinbase MPC Wallet: Create and manage your Coinbase MPC wallet for secure, feeless transactions
- Name Resolution: Automatic support for ENS and BaseName domains
Functions
tranfer-usdc
- Description: Analyze the value of the purchased items and transfer USDC to the recipient via the Base chain. Due to the uncertainty of blockchain transaction times, the transaction is only scheduled here and will not wait for the transaction to be completed.
- Inputs:
- usdc_amount (number): USDC amount, greater than 0.
- recipient (string): Recipient’s on-chain address or ENS domain (e.g., example.eth).
- Behavior:
- Verifies the recipient’s address or resolves ENS domains.
- Schedules a USDC transfer on the Base chain.
- Provides a link to view transaction details on BaseScan.
create_coinbase_mpc_wallet
- Description: Create a Coinbase MPC wallet address.
- Behavior:
- Creates a new Coinbase MPC wallet and saves the seed to a secure file.
- If a wallet already exists, returns the existing wallet address.
- The seed file for Coinbase MPC wallets is stored in the Documents directory under the file name mpc_info.json.
Configuration
Getting an API Key
- Sign up for a Coinbase CDP account
- Generate your API key from the developer dashboard
Usage with Claude Desktop
- Add this 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"
}
}
}
}
- Or install the server with magnet-desktop
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Crafted by Magnet Labs with our vibrant AI & Crypto community
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










