AlmogAdziashvili/twelve-data-mcp-server
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.
GetRealTimePrice
Fetches the current price of a specified financial instrument.
GetTimeSeries
Retrieves historical price data for a specified financial instrument.
GetMovingAverage
Calculates the moving average for a specified financial instrument.
GetRelativeStrengthIndex
Computes the Relative Strength Index (RSI) for a specified financial instrument.
GetBollingerBands
Generates Bollinger Bands for a specified financial instrument.
GetAvarageDirectionalIndex
Calculates the Average Directional Index (ADX) for a specified financial instrument.
GetAvarageTrueRange
Computes the Average True Range (ATR) for a specified financial instrument.
GetSupportResistance
Identifies support and resistance levels for a specified financial instrument.
twelve-data-mcp-server
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