Skip to main content
Glama
PLUG-OpenAPI

nhplug-mcp

by PLUG-OpenAPI

Related Servers

Alternatives to nhplug-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      An MCP server that enables natural language control of Kiwoom Securities accounts through Claude Desktop. It provides tools for stock price lookup, buying and selling stocks, and analyzing portfolios or trade history via the Kiwoom REST API.
      11
      2
      -
    • A
      license
      A
      quality
      C
      maintenance
      Self-hosted MCP server that wraps the Toss Securities Open API, enabling natural language queries for account balances, holdings, transactions, and stock prices via Claude.
      4
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables Claude to call NH Investment & Securities Open API for Korean stock market data, quotes, and order execution through natural language.
      5
      5
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      A Python MCP server wrapping KB Securities' OpenAPI, providing 75 tools for market data, stock orders, account management, and investment insights for Korean and overseas equities via natural language. It includes safety measures like blocking real trades unless explicitly enabled.
      MIT
    • F
      license
      A
      quality
      B
      maintenance
      MCP server for Toss Securities Open API that exposes Korean (KRX) and US market data, portfolio holdings, order management, and conditional orders through 28 tools, with read-only and authenticated remote modes.
      28
      -
    • A
      license
      A
      quality
      D
      maintenance
      MCP server wrapping Toss Securities Open API, enabling stock price queries and trading for Korean and US stocks via natural language.
      36
      12 npm
      MIT

    TDQS

    A4.2/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct role: list_apis enumerates available endpoints, describe_api details input schemas, call_api invokes a specific operation, and the shortcuts (get_stock_price, get_stock_balance, list_accounts) are specific, well-named conveniences. There is no overlap that would confuse an agent.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun snake_case pattern (list_apis, describe_api, call_api, get_stock_price, get_stock_balance, list_accounts), which is predictable and readable.

    Tool Count5/5

    With 6 tools, the set is well-scoped: a generic workflow (list/describe/call) plus targeted domain shortcuts. This is an appropriate size for an API gateway with common stock operations.

    Completeness5/5

    The combination of list_apis, describe_api, and call_api provides complete coverage of the NH Open API, allowing any endpoint to be discovered and invoked. The additional shortcuts cover common high-frequency operations without leaving dead ends.

    Maintenance

    ActivityActive
    ResponsivenessNo issues