twelve-data-mcp-server

AlmogAdziashvili/twelve-data-mcp-server

3.3

If you are the rightful owner of twelve-data-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides access to Twelve Data API.

Tools
  1. GetRealTimePrice

    Fetches the current price of a specified financial instrument.

  2. GetTimeSeries

    Retrieves historical price data for a specified financial instrument.

  3. GetMovingAverage

    Calculates the moving average for a specified financial instrument.

  4. GetRelativeStrengthIndex

    Computes the Relative Strength Index (RSI) for a specified financial instrument.

  5. GetBollingerBands

    Generates Bollinger Bands for a specified financial instrument.

  6. GetAvarageDirectionalIndex

    Calculates the Average Directional Index (ADX) for a specified financial instrument.

  7. GetAvarageTrueRange

    Computes the Average True Range (ATR) for a specified financial instrument.

  8. GetSupportResistance

    Identifies support and resistance levels for a specified financial instrument.

twelve-data-mcp-server

smithery badge

A Model Context Protocol server that provides access to Twelve Data API.

Usage

To use this server with the Claude Desktop app or Cursor.ai, add the following configuration to the "mcpServers" section of your configuration file:

{
  "mcpServers": {
    "twelve-data": {
      "command": "npx",
      "args": [
        "-y",
        "twelve-data-mcp-server",
        "--apikey",
        "YOUR_TWELVE_DATA_API_KEY"
      ],
    }
  }
}

Available Tools

  • GetRealTimePrice
  • GetTimeSeries
  • GetMovingAverage
  • GetRelativeStrengthIndex
  • GetBollingerBands
  • GetAvarageDirectionalIndex
  • GetAvarageTrueRange
  • GetSupportResistance

Examples

Current Price & Trend Analysis

Basic Technical Indicators

Support and Resistance Levels

Volatility Analysis

Simple Pattern Recognition

Comparative Analysis (Price & Volume)