Skip to main content
Glama

Upbit MCP Server

explain_ticker.py360 B
def explain_ticker(ticker_data: dict) -> str: """Create a prompt explaining ticker data""" return f""" 시세 요약: 마켓: {ticker_data['market']} 현재가: {ticker_data['trade_price']} KRW 고가: {ticker_data['high_price']} / 저가: {ticker_data['low_price']} 변동률: {ticker_data['signed_change_rate'] * 100:.2f}% """

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/solangii/upbit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server