technical_indicator

Pack: twelvedata · Endpoint: https://gateway.pipeworx.io/twelvedata/mcp

Compute a technical indicator time series for a stock/forex/crypto symbol via Twelve Data — RSI, SMA, EMA, MACD, Bollinger Bands (bbands), ADX, ATR, Stochastic, CCI, and more. PREFER for “RSI(14) of AAPL”, “50-day and 200-day SMA of TSLA”, “MACD for BTC/USD”, “Bollinger Bands of SPY”. Returns dated indicator values; call once per indicator (e.g. twice for SMA-50 and SMA-200).

Parameters

NameTypeRequiredDescription
indicatorstringyesIndicator (lowercase): rsi, sma, ema, wma, dema, tema, macd, bbands, stoch, stochrsi, adx, atr, natr, cci, mom, roc, willr, obv, ad, vwap, aroon, mfi, sar, trix, ppo, kama.
time_periodnumbernoLook-back period in bars (e.g. 14 for RSI, 50 or 200 for SMA, 20 for bbands). Default varies by indicator.
series_typestringnoPrice series the indicator is computed on: close (default), open, high, low.

Example call

curl -X POST https://gateway.pipeworx.io/twelvedata/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"technical_indicator","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 25, 2026