tossinvest-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOSSINVEST_ACCOUNT | No | 기본으로 사용할 토스증권 accountSeq. 미설정 시 1 | 1 |
| TOSSINVEST_API_KEY | Yes | 토스증권 Open API 화면의 API Key | |
| TOSSINVEST_BASE_URL | No | 기본값은 https://openapi.tossinvest.com | https://openapi.tossinvest.com |
| TOSSINVEST_SECRET_KEY | Yes | 토스증권 Open API 화면의 Secret Key | |
| TOSSINVEST_YOLO_TRADING | No | true로 설정하면 주문 도구에서 confirmOrderAction 없이도 API를 호출합니다. 권장하지 않습니다 | |
| TOSSINVEST_ENABLE_TRADING | No | true로 설정해야 주문 생성, 정정, 취소 도구가 등록됩니다 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| toss_get_orderbookB | Get orderbook data for one KRX or US stock symbol. |
| toss_get_pricesA | Get current prices for up to 200 comma-separated KRX or US stock symbols. |
| toss_get_tradesA | Get recent trades for one KRX or US stock symbol. count defaults to the Toss API default and is capped at 50. |
| toss_get_price_limitsA | Get upper and lower price limits for one KRX or US stock symbol. |
| toss_get_candlesB | Get 1-minute or daily OHLCV candles for one KRX or US stock symbol. |
| toss_get_stocksA | Get stock master data for up to 200 comma-separated KRX or US stock symbols. |
| toss_get_stock_warningsC | Get buy warning flags for one KRX or US stock symbol. |
| toss_get_exchange_rateA | Get KRW/USD or USD/KRW exchange rate. dateTime is optional ISO 8601. |
| toss_get_kr_market_calendarB | Get Korean market calendar and session hours. date is optional YYYY-MM-DD. |
| toss_get_us_market_calendarB | Get US market calendar and session hours. date is optional YYYY-MM-DD in US local date. |
| toss_get_accountsB | List Toss Securities accounts available to the configured Open API credentials. |
| toss_get_holdingsB | Get account holdings. accountSeq is optional when TOSSINVEST_ACCOUNT is configured. |
| toss_get_buying_powerB | Get available buying power for an account. symbol is optional and used for market-specific fee calculation. |
| toss_get_sellable_quantityB | Get sellable quantity for one symbol in an account. |
| toss_get_commissionsA | Get trading commission information for an account. |
| toss_get_ordersA | List orders for an account using filters such as status, symbol, date range, cursor, and limit. Use this for order history or open-order lists, not for fetching a known single orderId. |
| toss_get_orderA | Fetch one specific order by its required orderId. Use toss_get_orders when you need to search or list orders by filters. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/scjang01/tossinvest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server