nhplug-mcp
Related Servers
Alternatives to nhplug-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceAn 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.112-
- AlicenseAqualityCmaintenanceSelf-hosted MCP server that wraps the Toss Securities Open API, enabling natural language queries for account balances, holdings, transactions, and stock prices via Claude.4MIT

nhplug-mcpofficial
AlicenseAqualityBmaintenanceEnables Claude to call NH Investment & Securities Open API for Korean stock market data, quotes, and order execution through natural language.55MIT- AlicenseNot gradedqualityAmaintenanceA 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
- FlicenseAqualityBmaintenanceMCP 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-
- AlicenseAqualityDmaintenanceMCP server wrapping Toss Securities Open API, enabling stock price queries and trading for Korean and US stocks via natural language.3612 npmMIT
TDQS
Scored across 6 tools
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.
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.
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.
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.