ohlc
ActiveTool of Bitstamp
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"step": 3600,
"limit": 100,
"currency_pair": "btcusd"
},
{
"end": 1640100000,
"step": 300,
"limit": 50,
"start": 1640000000,
"currency_pair": "ethusd"
}
],
"required": [
"currency_pair",
"step",
"limit"
],
"properties": {
"end": {
"type": "number"
},
"step": {
"type": "number"
},
"limit": {
"type": "number"
},
"start": {
"type": "number"
},
"currency_pair": {
"type": "string"
},
"exclude_current_candle": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitstamp
https://github.com/pipeworx-io/mcp-bitstamp
1/7 registries