Free USDC Transfer MCP Server
Enables creating and managing Coinbase CDP MPC wallets for secure, feeless USDC transactions on the Base blockchain network
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Free USDC Transfer MCP Servertransfer 50 USDC to vitalik.eth"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: SE2-Minikit MCP Server
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
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.
Non-custodial stablecoin bill-pay rails on Celo & Base for AI agents, settled on-chain via MCP.
Free self-hosted x402 USDC billing for Cloudflare MCP servers, with a Base Sepolia test endpoint.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI-driven on-chain interactions with the Zora Protocol on Base, supporting token queries, swaps, and transfers via natural language.11 npm2MIT
- FlicenseNot gradedqualityDmaintenanceMCP server enabling rapid Web3 development on Base with Farcaster integration.-
- AlicenseAqualityDmaintenanceAn MCP server for USDC payments on Base, enabling AI agents to check balances, send payments, generate payment requests, and view transaction history.41MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing 50+ crypto, market intelligence, and AI inference endpoints with x402 pay-per-request micropayments on Base.1Apache 2.0