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
{
"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