Free USDC Transfer MCP Server
About
MCP (Model Context Protocol) server - free usdc transfer powered by Coinbase CDP
Details
- Author
- magnetai
- GitHub stars
- 21
- Downloads
- 335
- Categories
- Cloud Service, Infrastructure, Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Free USDC Transfer MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"free usdc transfer mcp server": {
"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"
}
}
}
}
}
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"
}
}
}
Enables free USDC transfers on the Base network using a Coinbase CDP MPC Wallet.
An MCP server implementation enabling free USDC transfers onBasewithCoinbase CDPMPC Wallet integration.
- 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 forENSandBaseNamedomains
- 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).
- 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.
- 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.
- Sign up for aCoinbase CDP account
- Generate your API key from the developer dashboard
- Add this to yourclaude_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 withmagnet-desktop
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 byMagnet Labswith our vibrant AI & Crypto community
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Query and analyze your Axiom logs, traces, and all other event data in natural language
Manage and interact with Microsoft Azure services.
Bastion: External Attack Surface Monitoring
Ask your AI assistant about your attack surface: run scans, catch expiring certificates and domains, triage findings, and generate reports.
Agent-ready global image CDN that AI agents can install and operate through MCP.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




