← Back to Plugins
MCP Server MCP

Kiwoom Securities MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "kiwoom-mcp-server",
      "version": "0.52.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kiwoom REST API app key (issued at openapi.kiwoom.com; VIRTUAL and REAL need separate keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "KIWOOM_APP_KEY"
        },
        {
          "description": "Kiwoom REST API app secret",
          "isRequired": true,
          "isSecret": true,
          "name": "KIWOOM_APP_SECRET"
        },
        {
          "description": "VIRTUAL (모의투자, mock trading) or REAL (실전투자, live account)",
          "default": "VIRTUAL",
          "choices": [
            "VIRTUAL",
            "REAL"
          ],
          "name": "KIWOOM_MODE"
        },
        {
          "description": "Opt-in switch for the ISA tax-allowance tool (set true together with ISA_TYPE / ISA_OPENED_ON)",
          "format": "boolean",
          "default": "false",
          "name": "ISA_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...