@pipeworx/bitstamp
Connect: https://gateway.pipeworx.io/bitstamp/mcp · Install: one-click buttons
Tools: 7
Bitstamp MCP — keyless public market endpoints.
Tools
ticker(currency_pair)— current ticker (e.g.btcusd)ticker_hour(currency_pair)— last-hour aggregated tickerorder_book(currency_pair, group?)— orderbooktransactions(currency_pair, time?)— recent transactionseur_usd()— EUR/USD conversion ratetrading_pairs()— supported pairsohlc(currency_pair, step, limit, start?, end?, exclude_current_candle?)— OHLC candles (step in seconds)
Data source
https://www.bitstamp.net/api/v2
Tools
- ticker — Fetch current Bitstamp ticker for a currency pair (e.g. btcusd): last price, bid, ask, 24h high/low/volume/vwap, and open.
- ticker_hour — Fetch Bitstamp last-hour ticker stats for a currency pair (e.g. btcusd): last, bid, ask, high, low, volume, and vwap over the past 60 minutes.
- order_book — Bitstamp crypto exchange (European; oldest active crypto exchange — est. 2011) order book for a crypto pair like “btcusd”: bids + asks. Use for live depth-of-book on Bitstamp-listed pairs.
- transactions — Fetch recent Bitstamp trades for a currency pair; optional time filter (minute, hour, day) sets the lookback window. Returns trade id, price, amount, type, and timestamp.
- eur_usd — Fetch the current Bitstamp EUR/USD conversion rate (bid and ask).
- trading_pairs — List all Bitstamp trading pairs with metadata: base/counter currency, minimum order, symbol, trading enabled status, and URL symbol.
- ohlc — Fetch OHLC candlestick data from Bitstamp for a currency pair; step sets candle duration in seconds, limit caps candle count, with optional Unix start/end range.
Tools
-
eur_usd— Fetch the current Bitstamp EUR/USD conversion rate (bid and ask). -
ohlc— Fetch OHLC candlestick data from Bitstamp for a currency pair; step sets candle duration in seconds, limit caps candle count, with optional Unix start/end range. -
order_book— Bitstamp crypto exchange (European; oldest active crypto exchange — est. 2011) order book for a crypto pair like btcusd : bids + asks. Use for live depth-of-book on Bitstamp-listed pairs. -
ticker— Fetch current Bitstamp ticker for a currency pair (e.g. btcusd): last price, bid, ask, 24h high/low/volume/vwap, and open. -
ticker_hour— Fetch Bitstamp last-hour ticker stats for a currency pair (e.g. btcusd): last, bid, ask, high, low, volume, and vwap over the past 60 minutes. -
trading_pairs— List all Bitstamp trading pairs with metadata: base/counter currency, minimum order, symbol, trading enabled status, and URL symbol. -
transactions— Fetch recent Bitstamp trades for a currency pair; optional time filter (minute, hour, day) sets the lookback window. Returns trade id, price, amount, type, and timestamp.