Skip to main content
Glama
uju777

mcp-server-naver-search

by uju777

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NAVER_CLIENT_IDYesYour Naver Developers API Client ID.
NAVER_CLIENT_SECRETYesYour Naver Developers API Client Secret.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_naverA
네이버 검색 API를 사용하여 한국 현지 정보를 검색합니다.

Args:
    query (str): 검색어 (예: "맥북프로 M4 최저가", "삼성전자 주가 뉴스")
    category (str): 검색 카테고리
        - "shop": 쇼핑 최저가 검색 (★인기 기능)
        - "cafe": 네이버 카페 글 검색 (★찐 후기)
        - "news": 실시간 뉴스 기사
        - "blog": 블로그 리뷰
        - "local": 맛집, 장소 전화번호
    display (int): 가져올 결과 개수 (기본 5개)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity in tool selection. The single tool's purpose is clear and distinct.

Naming Consistency5/5

The single tool follows a consistent verb_noun pattern ('search_naver'), which is clear and predictable.

Tool Count4/5

While only one tool exists, it effectively encapsulates all search functionality (shop, cafe, news, blog, local) via a category parameter, making it well-scoped for a focused search server.

Completeness5/5

The tool covers all major Naver search categories (shop, cafe, news, blog, local) and allows customization of result count, providing a complete surface for searching Korean local information.

Maintenance

ActivityInactive
ResponsivenessNo issues