Free USDC Transfer MCP Server
Integrate secure and free USDC transfers via the Base blockchain into your FlowHunt flows using Coinbase MPC Wallets and domain resolution—no transaction fees, just seamless crypto automation.

What does “Free USDC Transfer” MCP Server do?
The Free USDC Transfer MCP Server is an implementation of the Model Context Protocol (MCP) that enables AI assistants and applications to perform free USDC (USD Coin) transfers on the Base blockchain, powered by Coinbase CDP’s MPC Wallet integration. It allows for seamless, feeless transfers of USDC to any address, ENS domain, or BaseName domain within the Base network. By exposing wallet management and transfer capabilities via MCP, this server simplifies the process for developers to integrate secure crypto transfers, manage Coinbase MPC wallets, and resolve domain names programmatically. As a result, it accelerates workflow automation and enhances the ability of AI agents or LLM-based tools to interact with the Base blockchain and Coinbase infrastructure for financial transactions.
List of Prompts
No prompt templates were found in the repository or documentation.
List of Resources
No explicit MCP resources were documented or exposed in the repository.
List of Tools
- USDC Transfer Tool (implied from feature set): Allows sending USDC to any address, ENS, or BaseName domain on Base with no fees.
- Coinbase MPC Wallet Management Tool (implied from feature set): Enables creation and management of a Coinbase MPC wallet for secure, feeless transactions.
- Name Resolution Tool (implied from feature set): Automatically resolves ENS and BaseName domains to addresses for transfer operations.
Use Cases of this MCP Server
- Automated Crypto Payouts: Enable AI assistants or bots to send USDC rewards, payments, or incentives to users automatically on the Base blockchain without manual wallet management or transaction fees.
- Wallet Management Integration: Facilitate onboarding and management of Coinbase MPC wallets for users, allowing developers to abstract wallet security and transaction signing for their applications.
- Domain-Driven Transfers: Allow users to send USDC using human-readable ENS or BaseName domains instead of complex wallet addresses, improving UX in LLM-powered apps.
- AI-Driven Airdrops or Promotions: Power marketing campaigns or community engagement efforts where AI agents orchestrate mass, feeless USDC transfers to eligible participants.
- Secure, Feeless Transactions for dApps: Integrate secure, zero-fee USDC transfers into decentralized applications or chatbots operating on the Base network.
How to set it up
Windsurf
- Ensure Node.js is installed on your system.
- Open your Windsurf configuration file.
- Add the Free USDC Transfer MCP server to the
mcpServers
section with the following JSON snippet:"mcpServers": { "free-usdc-transfer": { "command": "npx", "args": ["@magnetai/mcp-free-usdc-transfer@latest"] } }
- Save the configuration and restart Windsurf.
- Verify the MCP server is running and accessible.
Securing API Keys with Environment Variables:
"env": {
"COINBASE_API_KEY": "${COINBASE_API_KEY}"
},
"inputs": {
"wallet_id": "your_wallet_id_here"
}
Claude
- Install Node.js if not already present.
- Access the Claude plugin/server configuration file.
- Insert the Free USDC Transfer MCP server under the
mcpServers
object:"mcpServers": { "free-usdc-transfer": { "command": "npx", "args": ["@magnetai/mcp-free-usdc-transfer@latest"] } }
- Save your configuration and restart Claude.
- Confirm that the MCP server is recognized.
API Key Example:
"env": {
"COINBASE_API_KEY": "${COINBASE_API_KEY}"
},
"inputs": {
"wallet_id": "your_wallet_id_here"
}
Cursor
- Make sure Node.js is installed.
- Open the Cursor settings or configuration.
- Add the Free USDC Transfer MCP using:
"mcpServers": { "free-usdc-transfer": { "command": "npx", "args": ["@magnetai/mcp-free-usdc-transfer@latest"] } }
- Save your changes and restart Cursor.
- Check for server activation and connectivity.
Environment Example:
"env": {
"COINBASE_API_KEY": "${COINBASE_API_KEY}"
},
"inputs": {
"wallet_id": "your_wallet_id_here"
}
Cline
- Confirm Node.js is available on your system.
- Locate the Cline MCP configuration file.
- Add the Free USDC Transfer MCP server:
"mcpServers": { "free-usdc-transfer": { "command": "npx", "args": ["@magnetai/mcp-free-usdc-transfer@latest"] } }
- Save and restart Cline.
- Validate the MCP server status in Cline.
API Key Security:
"env": {
"COINBASE_API_KEY": "${COINBASE_API_KEY}"
},
"inputs": {
"wallet_id": "your_wallet_id_here"
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"free-usdc-transfer": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “free-usdc-transfer” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompts found |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | Based on features, tools are present |
Securing API Keys | ✅ | Env variable instructions provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Our opinion
This MCP has clear utility and implementation details for crypto transfers, but lacks explicit documentation for prompts and resources. It does provide tools and setup security best practices. Overall, it is a focused and useful server for its niche, but would benefit from richer protocol documentation for wider LLM agent use.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 6 |
Number of Stars | 15 |
Frequently asked questions
- What is the Free USDC Transfer MCP Server?
It’s an MCP server that enables secure, feeless USDC transfers on Base using Coinbase’s MPC Wallet. It exposes wallet management and transfer tools for AI-powered apps and bots.
- What can I do with this server?
You can automate USDC payouts, manage Coinbase wallets, resolve ENS and BaseName domains, and send crypto with no fees through AI-driven workflows or decentralized applications.
- How do I integrate this server into FlowHunt?
Add the MCP server in your FlowHunt configuration, connect it to your AI agent, and provide the correct URL and environment variables for wallet management and secure operations.
- Is it safe to use my Coinbase API Key?
Yes, as long as you store your API key in environment variables as documented. Never hardcode sensitive information in your source code or public files.
- Does it support ENS and BaseName resolution?
Yes, you can send USDC using readable ENS or BaseName domains instead of complex addresses for a better user experience.
Try the Free USDC Transfer MCP Server
Boost your AI workflows with fast, secure, and feeless USDC transfers on Base. Effortlessly manage wallets and send crypto with FlowHunt’s MCP integration.