price
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data latest trade price for a single symbol (stock, forex, crypto, ETF). Returns a single numeric price field. Lightest endpoint for current-price lookups.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "AAPL"
}
],
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\"; indices \"IXIC\". Comma-separate for a batch (e.g. \"AAPL,MSFT\")."
},
"exchange": {
"type": "string",
"description": "Optional exchange filter (e.g. \"NASDAQ\", \"NYSE\", \"Binance\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries