Naver Search MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAVER_CLIENT_ID | Yes | Naver Developers API Client ID | |
| NAVER_CLIENT_SECRET | Yes | 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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_webkrC | Perform a search on Naver Web Documents. (네이버 웹문서 검색) |
| search_newsC | Perform a search on Naver News. (네이버 뉴스 검색) |
| search_blogC | Perform a search on Naver Blog. (네이버 블로그 검색) |
| search_shopC | Perform a search on Naver Shopping. (네이버 쇼핑 검색) |
| search_imageC | Perform a search on Naver Image. (네이버 이미지 검색) |
| search_kinC | Perform a search on Naver KnowledgeiN. (네이버 지식iN 검색) |
| search_bookC | Perform a search on Naver Book. (네이버 책 검색) |
| search_encycC | Perform a search on Naver Encyclopedia. (네이버 지식백과 검색) |
| search_academicC | Perform a search on Naver Academic. (네이버 전문자료 검색) |
| search_localC | Perform a search on Naver Local. (네이버 지역 검색) |
| datalab_searchC | Perform a trend analysis on Naver search keywords. (네이버 검색어 트렌드 분석) |
| datalab_shopping_categoryB | Perform a trend analysis on Naver Shopping category. (네이버 쇼핑 카테고리별 트렌드 분석) |
| datalab_shopping_by_deviceB | Perform a trend analysis on Naver Shopping by device. (네이버 쇼핑 기기별 트렌드 분석) |
| datalab_shopping_by_genderB | Perform a trend analysis on Naver Shopping by gender. (네이버 쇼핑 성별 트렌드 분석) |
| datalab_shopping_by_ageC | Perform a trend analysis on Naver Shopping by age. (네이버 쇼핑 연령별 트렌드 분석) |
| datalab_shopping_keywordsB | Perform a trend analysis on Naver Shopping keywords. (네이버 쇼핑 키워드별 트렌드 분석) |
| datalab_shopping_keyword_by_deviceC | Perform a trend analysis on Naver Shopping keywords by device. (네이버 쇼핑 키워드 기기별 트렌드 분석) |
| datalab_shopping_keyword_by_genderB | Perform a trend analysis on Naver Shopping keywords by gender. (네이버 쇼핑 키워드 성별 트렌드 분석) |
| datalab_shopping_keyword_by_ageB | Perform a trend analysis on Naver Shopping keywords by age. (네이버 쇼핑 키워드 연령별 트렌드 분석) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
The tools are clearly organized into two distinct groups: datalab trend analysis tools and search tools for different Naver services. Within each group, tools are differentiated by specific parameters like age, device, gender, or service type, making them mostly distinct. However, some datalab tools might overlap slightly in purpose (e.g., datalab_shopping_keywords and datalab_shopping_keyword_by_* variants), which could cause minor confusion.
The naming follows a highly consistent pattern: all tools use snake_case with a clear prefix (datalab_ or search_) followed by a descriptive suffix (e.g., _search, _by_age, _blog). This consistency makes it easy to understand the tool's purpose and group at a glance, with no deviations in style or structure.
With 19 tools, the count is on the higher side but reasonable for a server covering both search and trend analysis across multiple Naver services. It provides comprehensive coverage without being overwhelming, though it might feel slightly heavy compared to simpler servers. The tools are well-scoped to the domain of Naver's ecosystem.
The tool set appears complete for the server's purpose of accessing Naver search and trend data. It covers a wide range of Naver services (e.g., Blog, News, Shopping, Academic) with dedicated search tools, and the datalab tools provide detailed trend analysis across various dimensions (age, device, gender, category). There are no obvious gaps in coverage for the stated domain.