lsopenapi for Cursor
io.github.redoxnet/lsopenapi
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
client:Cursor
transport:stdio
runtime:nuget
Install lsopenapi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lsopenapi": {
"type": "stdio",
"command": "dnx",
"args": [
"RedoxNet.Mcp.LsOpenApi",
"--yes"
],
"env": {
"LS_APPKEY": "<LS_APPKEY>",
"LS_APPSECRETKEY": "<LS_APPSECRETKEY>",
"LS_MARKET": "<LS_MARKET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs