Skip to main content
Glama
kwonsw812

kiwoom-mcp

by kwonsw812

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP 모드 포트 (기본값: 3000)3000
MCP_TRANSPORTNo전송 방식 (stdio 또는 http, 기본값: stdio)stdio
KIWOOM_APP_KEYYes키움 OpenAPI 앱 키
KIWOOM_IS_MOCKYes모의투자 여부 (true / false)
MCP_AUTH_TOKENNoBearer 인증 토큰 (HTTP 모드 시 필수)
KIWOOM_ACCOUNT_NOYes계좌번호 (10자리)
KIWOOM_SECRET_KEYYes키움 OpenAPI 시크릿 키

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_account_balance

보유 주식 목록, 현재가, 매입가, 매입금액 등 계좌 잔고를 조회합니다

get_portfolio_summary

총평가금액, 총손익, 수익률 등 포트폴리오 전체 현황을 분석합니다

get_deposit_detail

예수금, 증거금, 미수확보금 등 예수금 상세를 조회합니다

get_stock_price

종목의 현재가, 전일대비, 시가/고가/저가, 250일 고저, PER/PBR/EPS를 조회합니다

get_stock_chart

기준일자 기준 일봉 OHLCV 차트 데이터를 조회합니다 (최근 데이터부터 내림차순)

search_stock

종목코드로 종목명, 시장구분, 업종, 상장일 등 종목 기본 정보를 조회합니다

get_unfilled_orders

미체결 주문 목록을 조회합니다

get_trade_history

당일 또는 특정 날짜의 매매일지(매수/매도 내역, 손익)를 조회합니다 (최근 2개월까지)

place_buy_order

주식 매수 주문을 실행합니다. 시장가 또는 지정가 매수를 지원합니다

place_sell_order

주식 매도 주문을 실행합니다. 시장가 또는 지정가 매도를 지원합니다

cancel_order

원주문번호로 미체결 주문을 취소합니다. 수량을 0으로 입력하면 잔량 전부 취소

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/kwonsw812/kiwoom-mcp'

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