🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

kiwoom-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiwoom-mcp

MCP server for kiwoom-cli — 키움증권 REST API 236종을 AI 에이전트에 연결합니다

pipPyPI
Version
0.1.2
Weekly downloads
44
-88.94%
Maintainers
1
Weekly downloads
 

kiwoom-mcp (server)

이 디렉터리는 kiwoom-plugin의 MCP 서버 본체이며, PyPI에 kiwoom-mcp로 게시됩니다. 플러그인은 이 패키지를 uvx로 실행합니다.

kiwoom-cli 236종 API를 MCP 도구로 노출합니다. 안전장치(주문 확인 게이트, dry-run, 멱등키, envelope)는 kiwoom-cli의 것을 그대로 통과시킵니다.

단독 실행

uvx kiwoom-mcp                  # 조회 전용
uvx kiwoom-mcp --allow-orders   # 조회 + 주문

저장소에서 직접 실행하려면 (게시 전 버전 등):

uvx --from "git+https://github.com/gejyn14/kiwoom-plugin@v0.1.1#subdirectory=server" kiwoom-mcp

전송·인증·안전 모델은 상위 README를 참고하세요.

개발

pip install -e ".[dev]"
pytest tests/ -q
ruff check kiwoom_mcp/

도구

도구설명
kiwoom_describe명령 트리 조회
kiwoom_find키워드로 명령·API 검색
kiwoom_run임의의 kiwoom-cli 명령 실행
kiwoom_stream_snapshot실시간 스트림에서 N개 이벤트
kiwoom_order_validate주문 사전점검 (read-only)
kiwoom_order주문 전송 — --allow-orders 시에만 등록

라이선스

Apache-2.0.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts