MCP server exposing 11 tools for bitfinex.
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/bitfinex/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bitfinex/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io