Skip to content
Windsurf

lsopenapi for Windsurf

io.github.redoxnet/lsopenapi

LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.

client:Windsurf transport:stdio runtime:nuget

Install lsopenapi in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lsopenapi": {
      "command": "dnx",
      "args": [
        "RedoxNet.Mcp.LsOpenApi",
        "--yes"
      ],
      "env": {
        "LS_APPKEY": "<LS_APPKEY>",
        "LS_APPSECRETKEY": "<LS_APPSECRETKEY>",
        "LS_MARKET": "<LS_MARKET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

lsopenapi in other clients