GeminiGemini
SandboxGet API key
  • Crypto Trading
  • Prediction Markets
Changelog
Gemini Crypto Exchange LogoGemini Crypto Exchange Logo

© 2026 Gemini Space Station, Inc.

Open Source · Agentic Toolkit · MCP Ready

If you can think it, your agent can build it.

Build AI agents with the Gemini API using natural language. MCP Server + CLI + Skills, open source, keys never leave your device.

View on GitHub

Get started instantly

$ npm install -g developer-platform/packages/mcp-server
1

Build

Terminal
cd developer-platform/packages/mcp-server
npm install
npm run build
    
2

Configure

Terminal
# For Claude Code: (This will be be different for other tools.)
 claude mcp add gemini -s user -e GEMINI_API_KEY=<your_key> -e \
 GEMINI_API_SECRET=<your_secret> -- node <repo_root>/packages/mcp-server/dist/index.js
    
3

Validate

Terminal
claude mcp list
 

Plug-and-Play Skills

$ npx skills add gemini/developer-platform
Market DataAccess real-time and historical market data including tickers, order books, and trade history across all supported trading pairs.
gemini-market-data
SpreadMonitor bid-ask spreads and depth across markets. Track liquidity conditions and price differences between trading pairs in real time.
gemini-spread
CandlesRetrieve OHLCV candlestick data at configurable intervals.
gemini-candles
Browse all skills on GitHub →
Last modified on May 8, 2026