lsopenapi for Cline
io.github.redoxnet/lsopenapi
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
client:Cline
transport:stdio
runtime:nuget
Install lsopenapi in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"lsopenapi": {
"command": "dnx",
"args": [
"RedoxNet.Mcp.LsOpenApi",
"--yes"
],
"env": {
"LS_APPKEY": "<LS_APPKEY>",
"LS_APPSECRETKEY": "<LS_APPSECRETKEY>",
"LS_MARKET": "<LS_MARKET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs