tcmb
tcmb_get_current_rates
Get current exchange rates from the Turkish Central Bank (TCMB). Returns today's official exchange rates including buying/selling rates for forex and banknotes. Data is sourced directly from TCMB's public XML API.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_get_current_rates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"currencies": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Currencies",
"default": null,
"description": "Currency codes to filter, e.g. ['USD', 'EUR']. Returns all if empty."
}
}
}