Skip to main content
Glama
azznggu

Finance MCP Server

by azznggu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
USD/KRW 시세USD/KRW의 실시간 시세 정보
JPY/KRW 시세JPY/KRW의 실시간 시세 정보
BTC 시세BTC의 실시간 시세 정보
GOLD 시세GOLD의 실시간 시세 정보
SP500 시세SP500의 실시간 시세 정보

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues