How to connect
https://tcmb_mcp--ofurkanuygur.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(6)-
tcmb_get_current_ratesGet 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.
-
tcmb_get_historical_ratesGet historical exchange rates from TCMB for a specific date. Retrieves archived exchange rates from TCMB. Data available since 1996. Automatically handles Turkish holidays by falling back to the previous business day.
-
tcmb_list_currenciesList 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.
-
tcmb_convert_currencyConvert between currencies using TCMB rates. Supports conversion between any currencies including TRY. Uses official TCMB exchange rates for accurate conversions.
-
tcmb_get_rate_historyGet exchange rate history with statistics for a date range. Returns daily rates and calculates statistics including min, max, average, and percentage change over the period. Maximum range is 365 days.
-
tcmb_compare_currenciesCompare multiple currencies over a time period. Shows current rates and historical performance statistics for multiple currencies against a base currency. Useful for analyzing currency trends.