Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Base Blockchain
layers

Base Blockchain MCP Server

Official Coinbase Base MCP server

coinbasebaseblockchaincryptoweb3

About

## Base Blockchain MCP Server: Layer 2 Ethereum The **Base Blockchain MCP Server** integrates Coinbase's Base Layer 2 network into Google Antigravity, enabling developers to build on Ethereum's scalable layer 2 through AI-assisted blockchain development. ### Why Base Blockchain MCP? - **Coinbase Backed**: Built and maintained by Coinbase - **Low Fees**: Fraction of Ethereum mainnet gas costs - **EVM Compatible**: Deploy existing Solidity contracts - **Fast Transactions**: Sub-second confirmation times - **Growing Ecosystem**: Rapidly expanding DeFi and NFT ecosystem ### Key Features #### 1. Transaction Management ```javascript // Get account balance const balance = await base.getBalance({ address: "0x..." }); console.log("ETH Balance:", balance); // Send transaction const tx = await base.sendTransaction({ to: "0x...", value: "0.1", gasLimit: 21000 }); // Get transaction receipt const receipt = await base.getTransactionReceipt({ txHash: tx.hash }); // Estimate gas const gasEstimate = await base.estimateGas({ to: "0x...", data: contractCallData }); ``` #### 2. Smart Contract Interaction ```javascript // Deploy contract const contract = await base.deployContract({ abi: contractABI, bytecode: contractBytecode, constructorArgs: ["arg1", "arg2"] }); // Call contract method const result = await base.callContract({ address: contract.address, abi: contractABI, method: "balanceOf", args: ["0x..."] }); // Write to contract const writeTx = await base.writeContract({ address: contract.address, abi: contractABI, method: "transfer", args: ["0x...", "1000000000000000000"] }); ``` ### Configuration ```json { "mcpServers": { "base-blockchain": { "command": "npx", "args": ["-y", "@anthropic/mcp-base"], "env": { "BASE_RPC_URL": "https://mainnet.base.org", "PRIVATE_KEY": "your-private-key" } } } } ``` ### Use Cases **DeFi Applications**: Build decentralized finance apps on Base. **NFT Platforms**: Create NFT marketplaces with low fees. **Web3 Games**: Develop blockchain games with fast transactions. The Base Blockchain MCP Server brings Layer 2 development to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "base-blockchain": {
      "mcpServers": {
        "base": {
          "env": {
            "CDP_API_KEY": "YOUR_CDP_API_KEY"
          },
          "args": [
            "-y",
            "@base/mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Get API key from Coinbase Developer Platform
  2. 22. Check wallet balances and transfer funds
  3. 33. Deploy contracts and manage NFTs

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers