Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Bitfinex by Pipeworx

FreeNot checked

Access Bitfinex cryptocurrency exchange data and market information via MCP.

GitHubEmbed

About

Access Bitfinex cryptocurrency exchange data and market information via MCP.

README

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

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

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

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "bitfinex": {
      "url": "https://gateway.pipeworx.io/bitfinex/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Bitfinex data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-bitfinex

Installing Bitfinex by Pipeworx

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-bitfinex

FAQ

Is Bitfinex by Pipeworx MCP free?

Yes, Bitfinex by Pipeworx MCP is free — one-click install via Unyly at no cost.

Does Bitfinex by Pipeworx need an API key?

No, Bitfinex by Pipeworx runs without API keys or environment variables.

Is Bitfinex by Pipeworx hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Bitfinex by Pipeworx in Claude Desktop, Claude Code or Cursor?

Open Bitfinex by Pipeworx on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Bitfinex by Pipeworx with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs