Odel
Kiwoom Securities MCP Server

Kiwoom Securities MCP Server

Local
@chunsam1TypeScriptMITUpdated Today

Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkiwoom-mcp-serverv0.52.6

Run

npx -y kiwoom-mcp-server

MCP client config

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