Skip to main content
Glama
kcw2034

io.github.kcw2034/toss-invest-mcp

by kcw2034

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOSS_BASE_URLNoOverride the API base URL (default: https://openapi.tossinvest.com)
TOSS_CLIENT_IDYesOAuth2 client ID for Toss Securities Open API
TOSS_CLIENT_SECRETYesOAuth2 client secret for Toss Securities Open API
TOSS_DEFAULT_ACCOUNTNoOptional fallback account number
TOSS_HIGH_VALUE_NOTIONALNoNotional treated as high-value (default: 100000000)
TOSS_MAX_ORDER_NOTIONAL_KRWNoReject KRW orders above this notional (default: 1000000)
TOSS_MAX_ORDER_NOTIONAL_USDNoReject USD orders above this notional (default: 1000)
TOSS_MAX_PRICE_DEVIATION_PCTNoReject LIMIT orders this far from market (default: 5.0)
TOSS_REQUIRE_CONFIRM_HIGH_RISKNoRequire confirm=true for full liquidation / high-value orders (default: true)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_orderbookB

Get the order book (호가) for a symbol.

get_pricesB

Get current prices (현재가) for one or more symbols.

get_tradesA

Get recent executed trades (최근 체결 내역) for a symbol.

get_price_limitsA

Get the upper/lower price limits (상/하한가) for a symbol.

get_candlesC

Get candlestick chart data (캔들 차트).

get_stocksC

Get company master data / basic stock info (종목 기본 정보).

get_stock_warningsB

Get buy-caution warnings (매수 유의사항) for a symbol.

get_exchange_rateC

Get the exchange rate (환율).

get_market_calendar_krB

Get KR market operating calendar (국내 장 운영 정보).

get_market_calendar_usA

Get US market operating calendar (해외 장 운영 정보).

get_accountsB

List the user's accounts (계좌 목록).

get_holdingsA

Get holdings / owned stocks (보유 주식) for an account.

get_buying_powerB

Get available buying power (매수 가능 금액).

get_sellable_quantityB

Get sellable quantity (판매 가능 수량) for a symbol.

get_commissionsC

Get trading commissions (매매 수수료).

list_ordersC

List orders / order history (주문 목록).

get_orderC

Get order detail (주문 상세).

create_orderA

PLACES A REAL ORDER with real money. Subject to backend guardrails: Tier-1 caps (notional, price deviation) reject unconditionally; Tier-2 (full liquidation, high-value) returns a preview unless confirm=true.

modify_orderA

Modify an existing order (주문 정정). PLACES A REAL change.

cancel_orderA

Cancel an open order (주문 취소). Executes immediately (reduces exposure).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kcw2034/toss-invest-mcp'

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