@pipeworx/bitfinex

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

Tools: 11

Bitfinex MCP — keyless public market endpoints (v2 API).

Tools

  • tickers(symbols) — multi-symbol tickers (comma-sep: tBTCUSD,tETHUSD or ALL)
  • ticker(symbol) — single ticker (e.g. tBTCUSD)
  • ticker_history(symbols, limit?, start?, end?) — historical tickers
  • trades(symbol, limit?, start?, end?, sort?) — recent trades
  • book(symbol, precision?, length?) — orderbook (precision P0|P1|P2|P3|R0)
  • stats(key, symbol, side?, section?, sort?, start?, end?, limit?) — statistics (e.g. pos.size:1m:tBTCUSD:long)
  • candles(timeframe, symbol, section, limit?, start?, end?, sort?) — OHLC (timeframe 1m|5m|15m|30m|1h|3h|6h|12h|1D|1W|14D|1M; section last|hist)
  • derivatives_status(keys?) — perpetual contract status
  • derivatives_status_history(key, limit?, start?, end?, sort?) — historical derivatives status
  • liquidations(start?, end?, limit?, sort?) — recent liquidations
  • platform_status() — platform status

Data source

https://api-pub.bitfinex.com/v2

Tools

  • tickers — Bitfinex crypto exchange — multi-symbol live tickers for crypto pairs. Pass comma-separated symbols like “tBTCUSD,tETHUSD” or “ALL”. Returns bid/ask, last, daily change, volume per pair.
  • ticker — Bitfinex crypto exchange — single-pair live ticker (e.g. “tBTCUSD”). Returns bid/ask, last trade price, 24h volume + change percentage.
  • ticker_history — Bitfinex crypto exchange — historical ticker snapshots for one or more pairs (comma-separated symbols like ‘tBTCUSD’). Optional start/end (ms epoch) and limit. Returns bid/ask/last per timestamp.
  • trades — Bitfinex crypto exchange — recent trade tape for a pair (e.g. ‘tBTCUSD’): trade ID, timestamp, amount, and price per execution. Optional start/end (ms epoch), limit, and sort order.
  • book — Bitfinex crypto exchange order book (bids + asks) for a crypto pair like “tBTCUSD”. Returns price levels with size + count. Use for live depth-of-book analysis, spread, market microstructure.
  • stats — Statistics by key.
  • candles — Bitfinex crypto OHLC candles for a crypto pair. Timeframes 1m through 1M. Returns timestamped open/high/low/close + volume. Use for charting, technical analysis, backtesting on Bitfinex.
  • derivatives_status — Perpetual contract status.
  • derivatives_status_history — Historical derivatives status.
  • liquidations — Recent liquidations.
  • platform_status — Platform status.

Tools

  • book — Bitfinex crypto exchange order book (bids + asks) for a crypto pair like tBTCUSD . Returns price levels with size + count. Use for live depth-of-book analysis, spread, market microstructure.
  • candles — Bitfinex crypto OHLC candles for a crypto pair. Timeframes 1m through 1M. Returns timestamped open/high/low/close + volume. Use for charting, technical analysis, backtesting on Bitfinex.
  • derivatives_status — Perpetual contract status.
  • derivatives_status_history — Historical derivatives status.
  • liquidations — Recent liquidations.
  • platform_status — Platform status.
  • stats — Statistics by key.
  • ticker — Bitfinex crypto exchange — single-pair live ticker (e.g. tBTCUSD ). Returns bid/ask, last trade price, 24h volume + change percentage.
  • ticker_history — Bitfinex crypto exchange — historical ticker snapshots for one or more pairs (comma-separated symbols like 'tBTCUSD'). Optional start/end (ms epoch) and limit. Returns bid/ask/last per timestamp.
  • tickers — Bitfinex crypto exchange — multi-symbol live tickers for crypto pairs. Pass comma-separated symbols like tBTCUSD,tETHUSD or ALL . Returns bid/ask, last, daily change, volume per pair.
  • trades — Bitfinex crypto exchange — recent trade tape for a pair (e.g. 'tBTCUSD'): trade ID, timestamp, amount, and price per execution. Optional start/end (ms epoch), limit, and sort order.

Regenerated from source · build July 8, 2026