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.
Get started instantly
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
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
Last modified on