TCMB MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (when using HTTP transport) | 8080 |
| TCMB_DEBUG | No | Enable debug logging | false |
| TCMB_TIMEOUT | No | API timeout (seconds) | 10 |
| MCP_TRANSPORT | No | Transport mode (stdio or http) | stdio |
| TCMB_LOG_LEVEL | No | Log level | INFO |
| TCMB_MAX_RETRIES | No | Maximum retry attempts | 3 |
| TCMB_CACHE_DB_PATH | No | Cache database path | ~/.cache/tcmb-mcp/tcmb_cache.db |
| TCMB_CACHE_ENABLED | No | Enable SQLite caching | true |
| TCMB_CACHE_TTL_TODAY | No | Cache TTL for today (seconds) | 3600 |
| TCMB_CACHE_TTL_HISTORICAL | No | Cache TTL for historical (seconds) | 31536000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tcmb_get_current_ratesB | Güncel döviz kurlarını TCMB'den getirir. |
| tcmb_get_historical_ratesB | Belirli bir tarih için geçmiş döviz kurlarını getirir. |
| tcmb_list_currenciesB | TCMB'de mevcut tüm para birimlerini listeler. |
| tcmb_convert_currencyB | Para birimlerini çevirir (TRY dahil). |
| tcmb_get_rate_historyB | Para birimi kur geçmişi ve istatistikleri. |
| tcmb_compare_currenciesC | Birden fazla para birimini karşılaştırır. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Most tools have distinct purposes, such as comparing currencies, converting, getting current rates, historical rates, rate history, and listing currencies. However, 'tcmb_get_historical_rates' and 'tcmb_get_rate_history' could be slightly confusing as both involve historical data, though their descriptions suggest different focuses (specific date vs. history and statistics).
All tool names follow a consistent 'tcmb_verb_noun' pattern with snake_case, using clear verbs like 'compare', 'convert', 'get', and 'list'. This predictability makes it easy for agents to understand and select tools.
With 6 tools, the server is well-scoped for currency and exchange rate operations, covering key functions like conversion, rate retrieval, and historical data without being overwhelming or too sparse.
The tool set provides comprehensive coverage for currency exchange rate tasks, including listing, current and historical rates, conversion, and comparison. A minor gap might be the lack of tools for more advanced analytics or alerts, but core operations are well-covered.