Free USDC Transfer MCP Server

by magnetai
MIT License
14

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

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

  1. Sign up for a Coinbase CDP account
  2. Generate your API key from the developer dashboard

Usage with Claude Desktop

  1. 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" } } } }
  1. 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

-
security - not tested
-
license - not tested
-
quality - not tested

An MCP server that enables fee-free USDC transfers on the Base blockchain network using Coinbase CDP MPC Wallet integration, with support for ENS and BaseName domain resolution.

  1. Features
    1. Functions
      1. tranfer-usdc
      2. create_coinbase_mpc_wallet
    2. Configuration
      1. Getting an API Key
      2. Usage with Claude Desktop
    3. License

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
        Last updated -
        1
        Python
        GPL 3.0
        • Apple
      • A
        security
        F
        license
        A
        quality
        An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
        Last updated -
        3
        JavaScript
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Polygon PoS blockchain to call contract functions, manage ERC20 tokens, and check gas prices.
        Last updated -
        68
        TypeScript
      • -
        security
        A
        license
        -
        quality
        An MCP server that provides seamless integration with the Neo N3 blockchain, allowing Claude to interact with blockchain data, manage wallets, transfer assets, and invoke smart contracts.
        Last updated -
        139
        2
        TypeScript
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      ID: ukfyqcrstz