ba

base/base-mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations

#Base Network#Coinbase API#DeFi
Publisherbase/base-mcp
Submitted date4/19/2025

Base MCP Server Overview

Title

Base MCP Server ๐Ÿ”ต

A Model Context Protocol (MCP) server that provides onchain tools for AI applications like Claude Desktop and Cursor, enabling interaction with the Base Network and Coinbase API.

How to Use

  1. Installation

    • Install via npm:
      npm install -g base-mcp
    • Or clone and build from source.
  2. Configuration

    • Set up a .env file with required credentials (Coinbase API, Alchemy API, wallet seed phrase, etc.).
  3. Integration

    • Add the server to AI clients like Claude Desktop by updating the configuration file.
  4. Testing

    • Verify functionality with:
      npm test

Key Features

  • Onchain Tools

    • Retrieve wallet addresses & balances
    • Transfer funds & deploy smart contracts
    • Interact with Morpho vaults & ERC20/NFTs
    • Onramp funds via Coinbase
  • Extensibility

    • Add third-party protocols, tools, or data sources by following the project structure and best practices.
  • Integration Support

    • Works with AI applications like Claude Desktop and Cursor.

Use Cases

  • Wallet Management

    • Check balances, transfer funds, or verify address reputation.
  • Smart Contracts

    • Deploy and interact with contracts on Base Network.
  • DeFi & NFTs

    • Access Morpho vaults for lending, manage tokens, or transfer NFTs.
  • Onramp & Payments

    • Buy OpenRouter credits with USDC or onramp funds via Coinbase.

For detailed examples and contributions, refer to the examples.md and CONTRIBUTING.md files.

Visit More

View All