tcmb
tcmb_list_currencies
List all available currencies supported by TCMB. Returns currency codes, names (in Turkish and English), and optionally current rates. Useful for discovering which currencies can be queried.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_list_currencies?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"include_rates": {
"type": "boolean",
"title": "Include Rates",
"default": false,
"description": "If true, includes current exchange rates for each currency"
}
}
}