@pipeworx/gemini-crypto

Connect: https://gateway.pipeworx.io/gemini-crypto/mcp · Install: one-click buttons

Tools: 10

Gemini Exchange MCP — keyless public market endpoints.

Tools

  • symbols() — list trading pairs
  • symbol_details(symbol) — pair metadata
  • ticker(symbol) — v1 ticker
  • ticker_v2(symbol) — v2 ticker (24h stats)
  • candles(symbol, time_frame) — candles (1m|5m|15m|30m|1hr|6hr|1day)
  • book(symbol, limit_bids?, limit_asks?) — orderbook
  • trades(symbol, timestamp?, limit_trades?, include_breaks?) — trade history
  • price_feed() — price feed (all symbols)
  • network(token) — network for a token (e.g. btc)
  • gas_fees(symbol) — gas fee estimate

Data source

https://api.gemini.com

Tools

  • symbols — List all trading pair symbols available on the Gemini (US-regulated) exchange (e.g. btcusd, ethusd). Use as a directory before other Gemini tools.
  • symbol_details — Fetch trading pair metadata from Gemini for a symbol: base/quote currency, tick size, quote increment, min order size, and status.
  • ticker — Gemini crypto exchange (US-regulated) v1 ticker for a crypto pair like “btcusd”: bid, ask, last, 24h volume. Use for current Gemini pricing.
  • ticker_v2 — Gemini crypto exchange v2 ticker with 24-hour rolling stats: open, high, low, last, changes, bid/ask, hourly closes. Use for daily summary on Gemini-listed pairs.
  • candles — Gemini crypto exchange OHLC candles for a crypto pair. Time frames 1m, 5m, 15m, 30m, 1hr, 6hr, 1day. Use for charting and backtesting on Gemini.
  • book — Gemini crypto exchange (US-regulated) order book for a crypto pair: bids + asks with price, amount, timestamp. Use for live depth-of-book on Gemini-listed pairs.
  • trades — Fetch recent trade history from Gemini for a symbol; optional timestamp filters to a start time and limit_trades caps the result count. Returns price, amount, type, and timestamp per trade.
  • price_feed — Gemini crypto exchange — all listed pair prices in one snapshot: pair, price, 24h change percent. Use for cross-pair scan or fast latest-price across many tokens.
  • network — Return the blockchain network name for a Gemini-listed token (e.g. btc → bitcoin, eth → ethereum). Use to resolve deposit/withdrawal network before on-chain operations.
  • gas_fees — Fetch estimated on-chain gas fees from Gemini for a symbol (e.g. ethusd): fee amount and unit. Use before estimating ETH withdrawal costs.

Tools

  • book — Gemini crypto exchange (US-regulated) order book for a crypto pair: bids + asks with price, amount, timestamp. Use for live depth-of-book on Gemini-listed pairs.
  • candles — Gemini crypto exchange OHLC candles for a crypto pair. Time frames 1m, 5m, 15m, 30m, 1hr, 6hr, 1day. Use for charting and backtesting on Gemini.
  • gas_fees — Fetch estimated on-chain gas fees from Gemini for a symbol (e.g. ethusd): fee amount and unit. Use before estimating ETH withdrawal costs.
  • network — Return the blockchain network name for a Gemini-listed token (e.g. btc → bitcoin, eth → ethereum). Use to resolve deposit/withdrawal network before on-chain operations.
  • price_feed — Gemini crypto exchange — all listed pair prices in one snapshot: pair, price, 24h change percent. Use for cross-pair scan or fast latest-price across many tokens.
  • symbol_details — Fetch trading pair metadata from Gemini for a symbol: base/quote currency, tick size, quote increment, min order size, and status.
  • symbols — List all trading pair symbols available on the Gemini (US-regulated) exchange (e.g. btcusd, ethusd). Use as a directory before other Gemini tools.
  • ticker — Gemini crypto exchange (US-regulated) v1 ticker for a crypto pair like btcusd : bid, ask, last, 24h volume. Use for current Gemini pricing.
  • ticker_v2 — Gemini crypto exchange v2 ticker with 24-hour rolling stats: open, high, low, last, changes, bid/ask, hourly closes. Use for daily summary on Gemini-listed pairs.
  • trades — Fetch recent trade history from Gemini for a symbol; optional timestamp filters to a start time and limit_trades caps the result count. Returns price, amount, type, and timestamp per trade.

Regenerated from source · build July 4, 2026