mcpbeat Sign in

Kiwoom Securities MCP Server

local only

Kiwoom Securities MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 206 installs a week from npm. Last commit 21 Aug 2026.

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

Installs per day peak 344 · avg 88 · -45% w/w
a month agotoday
206
Installs / week
npm · kiwoom-mcp-server
1
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Kiwoom Securities MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kiwoom-mcp-server -- npx -y kiwoom-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kiwoom-mcp-server": {
      "args": [
        "-y",
        "kiwoom-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kiwoom-mcp-server]
command = "npx"
args = ["-y", "kiwoom-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "kiwoom-mcp-server": {
      "args": [
        "-y",
        "kiwoom-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kiwoom-mcp-server": {
      "args": [
        "-y",
        "kiwoom-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KIWOOM_APP_KEY (Kiwoom REST API app key (issued at openapi.kiwoom.com; VIRTUAL and REAL need separate keys)), KIWOOM_APP_SECRET (Kiwoom REST API app secret), KIWOOM_MODE (VIRTUAL (모의투자, mock trading) or REAL (실전투자, live account)), ISA_ENABLED (Opt-in switch for the ISA tax-allowance tool (set true together with ISA_TYPE / ISA_OPENED_ON)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kiwoom Securities MCP Server

same job, measured the same way
Toss Invest
by wi9ine

Access Toss Securities market, account, and opt-in trading APIs through MCP.

59 installs/wk local only
TokenBel Financial Data
by andreidrang

Read-only MCP server for Belarusian securities: tokens, shares, bonds, companies.

19 tools answering
Kiwoom MCP
by gejyn14

Kiwoom Securities REST API for Korean markets — 236 endpoints, streaming, gated order execution

72 installs/wk local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Kadent Scan
by kadent

Free, read-only security scanner for remote MCP servers, before you connect them.

1 tools answering
mcp-armor
by studiomeyer

Security sidecar for MCP servers: 11 read-only control-plane tools for prompt-injection checks.

local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
Avanan MSP (Legacy SmartAPI)
by wyre-ai

MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools.

local only

Kiwoom Securities MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Kiwoom Securities MCP Server?
Kiwoom Securities MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kiwoom-mcp-server was installed 206 times last week.
How do I connect Kiwoom Securities MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kiwoom-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Kiwoom Securities MCP Server?
The npm package kiwoom-mcp-server was installed 206 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kiwoom Securities MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.