# 한국투자 코딩도우미 MCP

한국투자 코딩도우미 MCP (KIS Code Assistant MCP)

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add KISOpenAPI/kis-code-assistant-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list KISOpenAPI/kis-code-assistant-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get KISOpenAPI/kis-code-assistant-mcp search_auth_api

# Call a tool
npx -y @smithery/cli@latest tool call KISOpenAPI/kis-code-assistant-mcp search_auth_api '{}'
```

## Direct MCP Connection

Endpoint: `https://kis-code-assistant-mcp--kisopenapi.run.tools`

## Tools (9)

- `search_auth_api` — 인증 카테고리에 대한 검색 결과를 반환합니다.
- `search_domestic_stock_api` — 국내주식 카테고리에 대한 검색 결과를 반환합니다.
- `search_domestic_bond_api` — 국내채권 카테고리에 대한 검색 결과를 반환합니다.
- `search_domestic_futureoption_api` — 국내선물옵션 카테고리에 대한 검색 결과를 반환합니다.
- `search_overseas_stock_api` — 해외주식 카테고리에 대한 검색 결과를 반환합니다.
- `search_overseas_futureoption_api` — 해외선물옵션 카테고리에 대한 검색 결과를 반환합니다.
- `search_elw_api` — ELW 카테고리에 대한 검색 결과를 반환합니다.
- `search_etfetn_api` — ETF/ETN 카테고리에 대한 검색 결과를 반환합니다.
- `read_source_code` — API 검색 결과의 URL에서 실제 GitHub 코드를 가져옵니다.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get KISOpenAPI/kis-code-assistant-mcp <tool-name>
```

## Prompts (2)

- `kis_detailed_code` (stock_code, task, category) — 종목코드, 작업, 카테고리를 상세히 입력해서 정확한 KIS API 코드 생성
- `kis_easy_code` (user_request) — 자연어로 간단히 요청하면 KIS API 코드를 자동 분석해서 생성 (초보자용)

---

Source: https://github.com/KISOpenAPI/kis-code-assistant-mcp
