Skip to main content
Glama
plug-support

nhplug-mcp

Official
by plug-support

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NHPLUG_APP_KEYYes발급받은 앱키
NHPLUG_BASE_URLNoREST Base URLhttps://devmoapi.nhplug.com:8443
NHPLUG_APP_SECRETYes발급받은 앱시크릿
NHPLUG_ENABLE_TRADINGNotrue 일 때만 주문(거래) 도구 노출false
NHPLUG_DEFAULT_ACCOUNTNo잔고/주문 단축 도구에서 계좌번호 생략 시 사용

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_apisA

NH투자증권 Open API 에서 호출 가능한 엔드포인트 목록을 조회합니다. 자산군(domain)·카테고리·키워드로 필터링할 수 있습니다. 먼저 이 도구로 원하는 API 의 operationId 를 찾은 뒤 describe_api / call_api 로 이어가세요. 주문(거래) API 는 서버가 거래 활성화 모드일 때만 표시됩니다.

describe_apiA

특정 operationId 의 입력 필드(Input_0) 스키마를 반환합니다. call_api 호출 전에 어떤 파라미터가 필요한지 확인하는 용도입니다.

call_apiA

operationId 와 입력값으로 NH Open API 를 실제 호출합니다. 인증/헤더/Input_0 봉투는 자동 처리됩니다. 주문(거래) API 는 서버가 거래 활성화 모드(NHPLUG_ENABLE_TRADING=true)일 때만 호출됩니다.

get_stock_priceA

국내주식 현재가 시세를 조회합니다. (단축 도구 = call_api 로 krstockQuoteCurrentPrice 를 호출하는 것과 동일)

get_stock_balanceA

국내주식 계좌 잔고를 조회합니다. (단축 도구 = krstockInquiryBalance)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: list_apis for discovery, describe_api for schema, call_api for execution, and get_stock_balance/price for common queries. No ambiguity.

Naming Consistency4/5

Mostly consistent verb_noun pattern (call_api, describe_api, list_apis) but stock shortcuts use 'get_stock_' prefix, which is a minor deviation. Overall readable and predictable.

Tool Count5/5

Five tools is well-scoped for a financial API wrapper: listing, schema, generic call, plus two convenience shortcuts. Not excessive or insufficient.

Completeness5/5

Covers the full workflow: discover APIs (list_apis), inspect input schema (describe_api), execute any API (call_api), and provides shortcuts for common balance and price queries. No dead ends.

Maintenance

ActivityMaintained
ResponsivenessSyncing