Finance MCP Server
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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_exchange_rateB | 실시간 환율 정보를 가져옵니다 (USD/KRW, JPY/KRW) |
| get_bitcoin_priceA | 실시간 비트코인 가격을 가져옵니다 (KRW 기준) |
| get_gold_priceA | 실시간 금 시세를 가져옵니다 (3.75그램 기준) |
| get_sp500A | S&P 500 지수를 가져옵니다 |
| get_all_pricesA | 모든 금융 정보를 한번에 가져옵니다 (환율, 비트코인, 금, S&P500) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| USD/KRW 시세 | USD/KRW의 실시간 시세 정보 |
| JPY/KRW 시세 | JPY/KRW의 실시간 시세 정보 |
| BTC 시세 | BTC의 실시간 시세 정보 |
| GOLD 시세 | GOLD의 실시간 시세 정보 |
| SP500 시세 | SP500의 실시간 시세 정보 |
TDQS
Scored across 5 tools
Each tool targets a distinct financial asset or data type (exchange rate, bitcoin, gold, S&P 500). The get_all_prices tool is clearly a bulk variant, but its purpose is distinct from individual getters, and descriptions make the choice unambiguous.
All tools follow a consistent get_ prefix with a noun describing the data (exchange_rate, bitcoin_price, gold_price, sp500, all_prices). This is a uniform and predictable pattern.
With only 5 tools, the server is well-scoped for a financial data retrieval service. Each tool serves a specific purpose, and there is no unnecessary bloat or sparse implementation.
The server covers the four core assets it mentions (exchange rates, bitcoin, gold, S&P 500) and adds a bulk fetch. Minor gaps exist, such as no support for additional currency pairs or historical data, but these are not critical for the stated real-time focus.