currency_conversion
ActiveTool of twelvedata
declared in 0.1.0
Twelve Data real-time currency conversion: pass a forex pair symbol (e.g. 'EUR/USD') and an amount to get the converted value at the current exchange rate.
Parameters schema
{
"type": "object",
"examples": [
{
"amount": 100,
"symbol": "EUR/USD"
},
{
"dp": 2,
"amount": 50,
"symbol": "GBP/JPY"
}
],
"required": [
"symbol",
"amount"
],
"properties": {
"dp": {
"type": "number",
"description": "Decimal places (0–11)."
},
"amount": {
"type": "number",
"description": "Amount in the base currency to convert."
},
"format": {
"type": "string",
"description": "Response format: \"JSON\" (default) or \"CSV\"."
},
"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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
twelvedata
https://github.com/pipeworx-io/mcp-twelvedata
2/7 registries