Submit

LS Securities OpenAPI — Korean Stocks for AI Assistants

@Jong Hyun Kim

MCP server for LS Securities OpenAPI — Korean stock quotes, multi-timeframe charts, technical indicators, market screeners, ETF holdings, and local portfolio notes as natural-language tools for Claude Desktop, Claude Code, VS Code, and Codex. Built on .NET, distributed via NuGet as a dnx tool.

Tools

Server Config

{
  "mcpServers": {
    "lsopenapi": {
      "command": "dnx",
      "args": [
        "RedoxNet.Mcp.LsOpenApi",
        "--yes"
      ],
      "env": {
        "LS_APPKEY": "<YOUR_LS_APPKEY>",
        "LS_APPSECRETKEY": "<YOUR_LS_APPSECRETKEY>",
        "LS_MARKET": "real"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server