by magnetai
Enables free USDC transfers on Base through Coinbase CDP MPC wallet integration, supporting direct addresses and ENS/BaseName domains.
Free USDC Transfer provides a Model Context Protocol (MCP) server that lets users send USDC on the Base blockchain without paying transaction fees. It leverages Coinbase CDP's MPC wallet for secure, feeless transactions and automatically resolves ENS and BaseName domains.
serverConfig
section below) with the API key name and private key.create_coinbase_mpc_wallet
– creates or returns an existing MPC wallet address.tranfer-usdc
– schedules a USDC transfer by providing usdc_amount
( > 0 ) and a recipient
(address, ENS, or BaseName).Q: Do I need any cryptocurrency to cover gas fees? A: No. The server uses Coinbase CDP’s MPC infrastructure to sponsor the transaction, making it fee‑free for the end user.
Q: Can I transfer to ENS names? A: Yes. The server automatically resolves ENS and BaseName domains to their underlying addresses.
Q: What happens if the transaction is delayed on‑chain? A: The function only schedules the transfer and returns a BaseScan link; you can monitor the transaction status there.
Q: Is the wallet seed stored securely?
A: The seed is saved as mpc_info.json
in the Documents directory, which should be protected by the host system.
Q: How do I integrate this with Claude Desktop?
A: Add the provided snippet to claude_desktop_config.json
under mcpServers
and replace the placeholder environment variables with your Coinbase credentials.
An MCP server implementation enabling free USDC transfers on Base with Coinbase CDP MPC Wallet integration.
tranfer-usdc
create_coinbase_mpc_wallet
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"
}
}
}
}
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
Please log in to share your review and rating for this MCP.
{ "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>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
by calvernaz
Provides access to Alpha Vantage stock market data via an MCP server, supporting stdio and HTTP streaming modes with optional OAuth 2.1 authentication.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.
by kukapay
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.