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
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.
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.
claude mcp add kiwoom-mcp-server -- npx -y kiwoom-mcp-server
{
"mcpServers": {
"kiwoom-mcp-server": {
"args": [
"-y",
"kiwoom-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.kiwoom-mcp-server]
command = "npx"
args = ["-y", "kiwoom-mcp-server"]
{
"mcpServers": {
"kiwoom-mcp-server": {
"args": [
"-y",
"kiwoom-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Access Toss Securities market, account, and opt-in trading APIs through MCP.
Read-only MCP server for Belarusian securities: tokens, shares, bonds, companies.
Kiwoom Securities REST API for Korean markets — 236 endpoints, streaming, gated order execution
Secure read-only MCP server for Slack workspaces
Free, read-only security scanner for remote MCP servers, before you connect them.
Security sidecar for MCP servers: 11 read-only control-plane tools for prompt-injection checks.
Read-only MCP server for exposing database schema metadata without row data.
MCP server for the legacy Avanan SmartAPI: MSP tenant management plus per-tenant security tools.
Answers built from our own checks of this server.