kiwoom-mcp-server

ChunSam/kiwoom-mcp-server
★ 0 stars TypeScript API Integration Updated 6d ago
Read-only MCP server exposing the Kiwoom Securities REST API (market data, account inquiry, ISA tax-allowance calculator) to Claude Desktop / Claude Code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kiwoom-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ChunSam/kiwoom-mcp-server"
      ]
    }
  }
}