tcmb
tcmb_convert_currency
Convert between currencies using TCMB rates. Supports conversion between any currencies including TRY. Uses official TCMB exchange rates for accurate conversions.
Remote ofurkanuygur/tcmb_mcp
Other tools also called tcmb_convert_currency?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"amount": {
"type": "number",
"title": "Amount",
"description": "Amount to convert (e.g., 1000)"
},
"rate_type": {
"type": "string",
"title": "Rate Type",
"default": "selling",
"description": "Rate type: 'buying' (alış) or 'selling' (satış)"
},
"to_currency": {
"type": "string",
"title": "To Currency",
"description": "Target currency code (e.g., 'TRY', 'USD', 'EUR')"
},
"from_currency": {
"type": "string",
"title": "From Currency",
"description": "Source currency code (e.g., 'USD', 'EUR', 'TRY')"
}
}
}