B

Base Blockchain

Provides a bridge to the Base blockchain network for wallet management, balance checking, and transa...

149 views
0 installs
Updated Nov 22, 2025
Not audited
Provides a bridge to the Base blockchain network for wallet management, balance checking, and transaction execution through natural language commands, eliminating the need to manage technical blockchain details.
  1. Obtain a Base Network API Key for Provider URL

    • Go to the Coinbase Cloud Base Node documentation.
    • Sign in or create an account on Coinbase Cloud.
    • Navigate to the section on “API Keys” for Base RPC.
    • Create a new API Key, copy the key, and use it to format your provider URL:
      https://api.developer.coinbase.com/rpc/v1/base/YOUR_API_KEY
      
    • Replace YOUR_API_KEY in the URL above with your obtained key.
  2. Create or Access a Wallet Private Key

    • If you have an existing Ethereum-compatible wallet (such as MetaMask, TrustWallet, etc.), export your private key for the wallet you want to use on Base.
    • If you need a new wallet for the Base network, use any trusted wallet or CLI generator to generate a new wallet and obtain its private key.
    • Important: Keep your private key secure and never share or expose it publicly.
  3. Fill In the Values in FastMCP

    • In the FastMCP connection interface, click the “Install Now” button for this integration.
    • When prompted for environment variables, enter:
      • BASE_PROVIDER_URL: Paste your full provider URL (with your API key included).
      • WALLET_PRIVATE_KEY: Paste your wallet’s private key.
    • (Optionally) Add DEFAULT_GAS_PRICE in Gwei if you wish to set a default gas price.
  4. Save and Connect

    • Save the configuration in the FastMCP interface and establish the connection.
    • You can now perform Base network operations through the connection.

Security Reminder:

  • Never share your private key or API key.
  • Use testnets for experimentation before deploying to mainnet.

Quick Start

View on GitHub

More for Finance

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.