Enables feeless USDC transfers on the Base blockchain through Coinbase CDP's MPC wallet integration, providing secure wallet creation and cryptocurrency transactions without gas fees.
Sign up for a Coinbase CDP Account
- Go to the Coinbase CDP portal.
- If you don’t have an account, register by following the on-screen instructions.
Access the Developer Dashboard
- Log in to your Coinbase CDP account.
- Navigate to the Developer Dashboard. (This is typically available through a side or top menu labeled "Developer" or "API".)
Generate an API Key
- In the Developer Dashboard, look for an option like "API Keys" or "Create API Key."
- Click to create a new API key and give it a name.
- Coinbase will display the API key name (
COINBASE_CDP_API_KEY_NAME
) and a private key (COINBASE_CDP_PRIVATE_KEY
).
- Copy both values and store them in a secure location. You will need them for the connection setup.
Paste the Values in the FastMCP Connection Interface
- In the FastMCP connection interface, locate the prompt to enter ENV values. This usually appears after clicking the "Install Now" button.
- Fill in:
COINBASE_CDP_API_KEY_NAME
with your generated API key name.
COINBASE_CDP_PRIVATE_KEY
with your generated private key.
- Complete the installation and save the configuration.
Your MCP server is now configured to use your Coinbase CDP credentials for free USDC transfers on Base.