Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KIS_CANO | Yes | 계좌번호 | |
KIS_APP_KEY | Yes | 한국투자증권 앱키 | |
KIS_APP_SECRET | Yes | 한국투자증권 시크릿키 | |
KIS_ACCOUNT_TYPE | Yes | 계좌 타입 ("REAL" 또는 "VIRTUAL") |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
inquery-stock-price | Get current stock price information from Korea Investment & Securities |
inquery-balance | Get current stock balance information from Korea Investment & Securities |
order-stock | Order stock (buy/sell) from Korea Investment & Securities |
inquery-order-list | Get daily order list from Korea Investment & Securities |
inquery-order-detail | Get order detail from Korea Investment & Securities |
inquery-stock-info | Get daily stock price information from Korea Investment & Securities |
inquery-stock-history | Get daily stock price history from Korea Investment & Securities |
inquery-stock-ask | Get stock ask price from Korea Investment & Securities |
order-overseas-stock | Order overseas stock (buy/sell) from Korea Investment & Securities |
inquery-overseas-stock-price | Get overseas stock price from Korea Investment & Securities |