lsopenapi
About
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LS_APPKEY LS_APPSECRETKEY LS_MARKETClaude Code
claude mcp add --env LS_APPKEY= --env LS_APPSECRETKEY= --env LS_MARKET= lsopenapi -- dnx RedoxNet.Mcp.LsOpenApi
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"lsopenapi","command":"dnx","args":["RedoxNet.Mcp.LsOpenApi"],"env":{"LS_APPKEY":"","LS_APPSECRETKEY":"","LS_MARKET":""}}'
JSON
{
"mcpServers": {
"lsopenapi": {
"command": "dnx",
"args": [
"RedoxNet.Mcp.LsOpenApi"
],
"env": {
"LS_APPKEY": "",
"LS_APPSECRETKEY": "",
"LS_MARKET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.