A Model Context Protocol server that provides access to Twelve Data API.
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" ], } } }- GetRealTimePrice
- GetTimeSeries
- GetMovingAverage
- GetRelativeStrengthIndex
- GetBollingerBands
- GetAvarageDirectionalIndex
- GetAvarageTrueRange
- GetSupportResistance