Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.redoxnet/lsopenapi

NUGET · REDOXNET.MCP.LSOPENAPI · SCANNED AUG 3

LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.

−8 this week 39 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability0
  • Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.Unverified
Stability & Change Management0
  • Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.Unverified
Tool Coverage0
  • Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.Unverified
Capabilities0
  • Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.Unverified

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

nuget · RedoxNet.Mcp.LsOpenApi

# add to Claude Code
claude mcp add redoxnet-lsopenapi -- dnx [email protected] --yes
# add to Codex CLI
codex mcp add redoxnet-lsopenapi -- dnx [email protected] --yes
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "redoxnet-lsopenapi": {
      "type": "local",
      "command": [
        "dnx",
        "[email protected]",
        "--yes"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  redoxnet-lsopenapi:
    command: "dnx"
    args: ["[email protected]", "--yes"]
// mcp.json
{
  "mcpServers": {
    "redoxnet-lsopenapi": {
      "command": "dnx",
      "args": [
        "[email protected]",
        "--yes"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 −5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 26 Jul 26 47

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed nuget/[email protected]

Provenance none

Ecosystem: nuget · Outcome: none

Reason: nuget_signature_unverified

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 50 exposed · ~21,382 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ls_watched_themes ~243

Manages the local watched-themes list (LS t1531 theme codes); no LS credentials needed to save. `action`: "list" (watched themes, enriched with t1531 avgdiff as change_pct when credentials exist), "add" (requires `theme_code` — a 4-char tmcode, e.g. '0064' 2차전지; optional `theme_name`, `note`), "remove" (drops `theme_code`). USE WHEN the user wants to track / 관심 테마 추가 an LS theme; theme codes are not stock short codes (use ls_watchlist for stocks). v0.10 BREAKING: replaces ls_watched_themes_add / _remove / _list.

NameTypeReqDescription
actionstringyesOperation to perform: 'list', 'add', or 'remove'.
notestringadd: optional user note for this theme.
theme_codestringadd / remove: LS theme code (tmcode, 4-char), e.g. '0064'.
theme_namestringadd: optional human-readable theme name (defaults to theme_code).

No output schema declared.

No examples provided.

ls_watchlist ~516

Manages the local saved watchlist — stock items and their groups. Does not require LS credentials to save. Pick the operation with `action`: - action="list" — lists watchlist data. Default returns grouped items, each enriched with current price / change_pct (batch t8407 when LS credentials are available; partial quote failures allowed). `scope="groups"` instead returns group metadata only ({name, description, sort_order, item_count}). Optional `group_name` filters items. - action="add" — adds `shcode` to a watchlist group (`group_name`, defaults 'default'). Optional `note`. The item is saved even when LS credentials are unavailable. - action="remove" — removes `shcode` from `group_name` (defaults 'default'). - action="group_upsert" — creates a group, updates its description, or renames one. `name` is the target group name; with `rename_from` set it renames that group to `name`, otherwise it inserts (or upserts the description). Optional `description`. - action="group_delete" — deletes the group `name` and cascades its saved items. USE WHEN: the user wants to remember / track / 관심종목 추가 a stock, see their watchlist, or manage watchlist groups. AVOID for general market questions unrelated to saved watchlists. v0.10 BREAKING: replaces ls_watchlist_add / ls_watchlist_remove / ls_watchlist_list / ls_watchlist_group_create / ls_watchlist_group_delete.

NameTypeReqDescription
actionstringyesOperation to perform: 'list', 'add', 'remove', 'group_upsert', or 'group_delete'.
descriptionstringgroup_upsert: optional group description.
group_namestringadd / remove: watchlist group name (defaults to 'default'). list: optional group filter (scope='items' only).
namestringgroup_upsert / group_delete: the target group name.
notestringadd: optional user note for this watchlist item.
rename_fromstringgroup_upsert: optional existing group name to rename to `name`.
scopestringlist: 'items' (default — grouped items + quote enrichment) or 'groups' (group metadata only).
shcodestringadd / remove: 6-character Korean short code (e.g. '005930' or '0117V0').

No output schema declared.

No examples provided.