Free USDC Transfer MCP Server
@magnetai
About Free USDC Transfer MCP Server
MCP (Model Context Protocol) server - free usdc transfer powered by Coinbase CDP
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Free USDC Transfer MCP Server?
An MCP server that enables free USDC transfers on the Base blockchain using Coinbase CDP MPC Wallet integration. It allows sending USDC to any address or ENS/BaseName domain without fees.
How to use Free USDC Transfer MCP Server?
Configure with Coinbase CDP API credentials in Claude Desktop’s config file (claude_desktop_config.json) or use with magnet-desktop. Invoke the transfer-usdc tool with a USDC amount and recipient address or ENS domain. The create_coinbase_mpc_wallet tool creates a new MPC wallet.
Key features of Free USDC Transfer MCP Server
- Free USDC transfers on the Base chain
- Coinbase MPC Wallet creation and management
- Automatic ENS and BaseName domain resolution
- No transaction fees for transfers
- Secure seed file storage in the Documents directory
Use cases of Free USDC Transfer MCP Server
- Send USDC to a friend using their ENS domain
- Automate USDC payments in AI agent workflows
- Create a Coinbase MPC wallet for feeless transactions
- Schedule USDC transfers without waiting for blockchain confirmation
FAQ from Free USDC Transfer MCP Server
What is needed to run this server?
A Coinbase CDP API key and private key, available from the Coinbase CDP developer dashboard.
How are wallet seeds stored?
The seed file for Coinbase MPC wallets is stored in the Documents directory under the file name mpc_info.json.
Does the server wait for blockchain confirmation?
No, the transaction is scheduled and will not wait for completion. A link to BaseScan is provided to view details.
What blockchain does it use?
All transfers occur on the Base chain.
Does it support ENS domains?
Yes, it automatically resolves ENS and BaseName domains.
Frequently asked questions
What is needed to run this server?
A Coinbase CDP API key and private key, available from the Coinbase CDP developer dashboard.
How are wallet seeds stored?
The seed file for Coinbase MPC wallets is stored in the Documents directory under the file name `mpc_info.json`.
Does the server wait for blockchain confirmation?
No, the transaction is scheduled and will not wait for completion. A link to BaseScan is provided to view details.
What blockchain does it use?
All transfers occur on the Base chain.
Does it support ENS domains?
Yes, it automatically resolves ENS and BaseName domains.
Basic information
More Other MCP servers
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments