finance-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_exchange_rateA | İki para birimi arasındaki güncel (veya belirli bir tarihteki) döviz kurunu döndürür (örn. USD → TRY). |
| convert_currencyA | Bir miktarı bir para biriminden diğerine, güncel kur üzerinden çevirir. |
| get_historical_rateA | Belirtilen bir tarihteki döviz kurunu döndürür. Geçmiş ECB/Frankfurter verilerine (1999'dan itibaren) erişim sağlar. |
| get_tcmb_rateA | TCMB (Türkiye Cumhuriyet Merkez Bankası) resmi günlük kur bülteninden, belirtilen dövizin alış ve satış kurlarını TRY cinsinden döndürür. Frankfurter'dan farklı olarak resmi alış/satış ayrımı içerir. |
| get_crypto_priceA | Bir kripto paranın belirtilen para birimi cinsinden güncel fiyatını, 24 saatlik değişimini ve piyasa değerini döndürür (örn. bitcoin → try). |
| get_multi_crypto_priceA | Birden fazla kripto paranın fiyatını tek sorguda döndürür. Ör: bitcoin, ethereum ve solana'nın TRY cinsinden fiyatlarını aynı anda alabilirsiniz. |
| get_bist_priceA | Borsa İstanbul (BIST) hisse senedinin güncel fiyatını, değişimini ve piyasa verilerini döndürür. Veri Yahoo Finance üzerinden 15 dakika gecikmeli olarak sağlanır. Sembol olarak sadece hisse kodunu girin (ör. THYAO, GARAN, ASELS). |
| get_global_stock_priceA | Dünya genelindeki tüm hisse senetlerinin, borsa endekslerinin (S&P 500, NASDAQ vb.) ve ETF'lerin anlık/güncel fiyat ve piyasa verilerini döndürür. (Örn: AAPL, NVDA, TSLA, MSFT, AMZN, SAP.DE, SHEL.L, ^GSPC, ^IXIC). |
| get_inflation_dataA | Türkiye TÜFE (Tüketici Fiyat Endeksi) enflasyon verisini döndürür. FRED (St. Louis Fed) üzerinden TÜİK kaynaklı yıllık % değişim verisi sağlanı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 9 tools
Most tools target clear asset classes (fx, crypto, BIST, global stocks, inflation), but get_exchange_rate and get_historical_rate overlap heavily since the former also supports a specific date. get_bist_price and get_global_stock_price also have fuzzy boundaries because global coverage could include BIST symbols.
Eight of nine tools follow a clean get_ prefix pattern, making the set predictable and scannable. convert_currency is the only outlier, but it is still a clear verb_noun name, so it reads as an intentional action rather than a naming failure.
Nine tools is a well-scoped count for a finance data server covering fiat exchange, crypto, stocks, and inflation. Each tool adds a distinct data type or mode, and none feel superfluous.
The server covers core financial data retrieval well: current and historical fiat rates, official TCMB rates, crypto prices, stock prices, and inflation. Minor gaps exist—such as historical crypto/stock prices and date-based currency conversion—but the main informational workflows for the stated domain are covered.