Loading MCP server directory, please wait...
Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool
npx @getmcp/cli add io.github.ChunSam/kiwoom-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
KIWOOM_APP_KEYKiwoom REST API app key (issued at openapi.kiwoom.com; VIRTUAL and REAL need separate keys)
KIWOOM_APP_SECRETKiwoom REST API app secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ChunSam/kiwoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "",
"KIWOOM_APP_SECRET": "",
"KIWOOM_MODE": "VIRTUAL",
"ISA_ENABLED": "false"
}
}
}
}