Twelve Data MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| twelvedata_get_priceA | Get the current real-time price for any trading symbol. Supports forex pairs, precious metals, crypto, and stocks. This is the fastest endpoint for getting current prices. Symbols examples:
Args:
Returns: Current price of the symbol. Examples:
|
| twelvedata_get_quoteA | Get comprehensive quote data including OHLC, change, volume, and 52-week range. More detailed than get_price - includes open, high, low, close, previous close, change percentage, and market status. Args:
Returns: Detailed quote with:
Examples:
|
| twelvedata_get_time_seriesA | Get historical OHLC (Open, High, Low, Close) candlestick data. Perfect for chart analysis, backtesting, and historical price research. Supports multiple timeframes from 1-minute to monthly data. Args:
Returns: Array of OHLC candles with datetime, open, high, low, close, and volume (where applicable). Examples:
|
| twelvedata_convert_currencyA | Convert an amount from one currency to another using real-time rates. Supports fiat currencies, precious metals (XAU, XAG), and cryptocurrencies. Args:
Returns: Converted amount with exchange rate. Examples:
|
| twelvedata_get_exchange_rateA | Get the current exchange rate for a currency pair. Args:
Returns: Current exchange rate with timestamp. Examples:
|
| twelvedata_list_commodities | Get a list of all available commodities including precious metals, energy, and agricultural products. Args:
Returns: List of commodities with symbols, names, and categories. Categories include: Precious Metal (gold, silver, platinum), Energy (oil, natural gas), Agricultural, etc. Examples:
|
| twelvedata_technical_indicator | Calculate technical indicators for a symbol. Supports popular indicators for technical analysis. Available indicators:
Args:
Returns: Indicator values with timestamps. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sherajdev/twelvedata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server