MCP server exposing 10 tools for gemini-crypto.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/gemini-crypto/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/gemini-crypto/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io