kiwoom-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP 모드 포트 (기본값: 3000) | 3000 |
| MCP_TRANSPORT | No | 전송 방식 (stdio 또는 http, 기본값: stdio) | stdio |
| KIWOOM_APP_KEY | Yes | 키움 OpenAPI 앱 키 | |
| KIWOOM_IS_MOCK | Yes | 모의투자 여부 (true / false) | |
| MCP_AUTH_TOKEN | No | Bearer 인증 토큰 (HTTP 모드 시 필수) | |
| KIWOOM_ACCOUNT_NO | Yes | 계좌번호 (10자리) | |
| KIWOOM_SECRET_KEY | Yes | 키움 OpenAPI 시크릿 키 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_balanceB | 보유 주식 목록, 현재가, 매입가, 매입금액 등 계좌 잔고를 조회합니다 |
| get_portfolio_summaryA | 총평가금액, 총손익, 수익률 등 포트폴리오 전체 현황을 분석합니다 |
| get_deposit_detailB | 예수금, 증거금, 미수확보금 등 예수금 상세를 조회합니다 |
| get_stock_priceA | 종목의 현재가, 전일대비, 시가/고가/저가, 250일 고저, PER/PBR/EPS를 조회합니다 |
| get_stock_chartB | 기준일자 기준 일봉 OHLCV 차트 데이터를 조회합니다 (최근 데이터부터 내림차순) |
| search_stockB | 종목코드로 종목명, 시장구분, 업종, 상장일 등 종목 기본 정보를 조회합니다 |
| get_unfilled_ordersB | 미체결 주문 목록을 조회합니다 |
| get_trade_historyA | 당일 또는 특정 날짜의 매매일지(매수/매도 내역, 손익)를 조회합니다 (최근 2개월까지) |
| place_buy_orderB | 주식 매수 주문을 실행합니다. 시장가 또는 지정가 매수를 지원합니다 |
| place_sell_orderB | 주식 매도 주문을 실행합니다. 시장가 또는 지정가 매도를 지원합니다 |
| cancel_orderA | 원주문번호로 미체결 주문을 취소합니다. 수량을 0으로 입력하면 잔량 전부 취소 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |