lsopenapi for Grok
io.github.redoxnet/lsopenapi
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
client:Grok
transport:stdio
runtime:nuget
Install lsopenapi in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lsopenapi": {
"type": "stdio",
"command": "dnx",
"args": [
"RedoxNet.Mcp.LsOpenApi",
"--yes"
],
"env": {
"LS_APPKEY": "<LS_APPKEY>",
"LS_APPSECRETKEY": "<LS_APPSECRETKEY>",
"LS_MARKET": "<LS_MARKET>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs