An MCP server that enables natural language control of Kiwoom Securities accounts through Claude Desktop. It provides tools for stock price lookup, buying and selling stocks, and analyzing portfolios or trade history via the Kiwoom REST API.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.KIWOOM_ACCOUNT_NO— "": "계좌번호10자리",KIWOOM_APP_KEY— "": "...",KIWOOM_IS_MOCK— "": "true"KIWOOM_SECRET_KEY— "": "...",MCP_AUTH_TOKEN— HTTP 모드 시 O Bearer 인증 토큰 (openssl rand -hex 32로 생성)MCP_PORT— X HTTP 모드 포트 (기본값: 3000)MCP_TRANSPORT— X 전송 방식 (stdio 또는 http, 기본값: stdio)[](https://m8ven.ai/mcp/kwonsw812-kiwoom-mcp-1wl4ia)