MCP Server
MCP
io.github.redoxnet/lsopenapi
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "RedoxNet.Mcp.LsOpenApi",
"version": "1.6.0",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"value": "{ls_appkey}",
"variables": {
"ls_appkey": {
"description": "LS Securities OpenAPI AppKey",
"isRequired": true,
"isSecret": true
}
},
"name": "LS_APPKEY"
},
{
"value": "{ls_appsecretkey}",
"variables": {
"ls_appsecretkey": {
"description": "LS Securities OpenAPI AppSecretKey",
"isRequired": true,
"isSecret": true
}
},
"name": "LS_APPSECRETKEY"
},
{
"value": "{ls_market}",
"variables": {
"ls_market": {
"description": "LS OpenAPI environment: real or virtual",
"default": "real",
"choices": [
"real",
"virtual"
]
}
},
"name": "LS_MARKET"
}
]
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment