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
Binance
trending-up

Binance MCP Server

MCP server for Binance exchange data

binancecryptotradingmarket-data

About

## Binance MCP Server: Crypto Exchange The **Binance MCP Server** integrates Binance's cryptocurrency exchange into Google Antigravity, enabling developers to trade crypto, manage wallets, and access market data through AI-assisted trading workflows. ### Why Binance MCP? - **Largest Exchange**: Highest liquidity and trading volume - **Global Coverage**: 500+ trading pairs - **Advanced Trading**: Spot, margin, futures, and options - **Real-Time Data**: WebSocket streaming for market data - **Enterprise Security**: Industry-leading security measures ### Key Features #### 1. Trading Operations ```javascript // Place spot order const order = await binance.createOrder({ symbol: "BTCUSDT", side: "BUY", type: "LIMIT", quantity: 0.01, price: 40000, timeInForce: "GTC" }); // Place market order const marketOrder = await binance.createOrder({ symbol: "ETHUSDT", side: "SELL", type: "MARKET", quantity: 0.5 }); // Get open orders const openOrders = await binance.getOpenOrders({ symbol: "BTCUSDT" }); // Cancel order await binance.cancelOrder({ symbol: "BTCUSDT", orderId: order.orderId }); ``` #### 2. Account and Market Data ```javascript // Get account balance const account = await binance.getAccount(); const btcBalance = account.balances.find(b => b.asset === "BTC"); console.log("BTC:", btcBalance.free); // Get ticker price const ticker = await binance.getTicker({ symbol: "BTCUSDT" }); console.log("Price:", ticker.price); // Get klines (candlesticks) const klines = await binance.getKlines({ symbol: "BTCUSDT", interval: "1h", limit: 100 }); // Stream real-time trades binance.streamTrades("BTCUSDT", (trade) => { console.log("Trade:", trade.price, trade.quantity); }); ``` ### Configuration ```json { "mcpServers": { "binance": { "command": "npx", "args": ["-y", "@anthropic/mcp-binance"], "env": { "BINANCE_API_KEY": "your-api-key", "BINANCE_SECRET_KEY": "your-secret-key" } } } } ``` ### Use Cases **Crypto Trading Bots**: Build automated trading strategies. **Portfolio Management**: Track and rebalance crypto portfolios. **Market Analysis**: Analyze crypto market data and trends. The Binance MCP Server brings crypto trading to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "binance": {
      "mcpServers": {
        "binance": {
          "args": [
            "-y",
            "binance-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. No API keys required for market data
  2. 22. Real-time prices and order books
  3. 33. Historical trading data

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