Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NAVER_CLIENT_ID | Yes | Your Naver Developer API client ID | |
NAVER_CLIENT_SECRET | Yes | Your Naver Developer API client secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
available-search-categories | Returns a list of Naver search categories available on this MCP server. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_blog | Searches for blogs on Naver using the given keyword. The page parameter allows for page navigation. |
search_news | Searches for news on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date' is supported. |
search_book | Searches for book information on Naver using the given keyword. The page parameter allows for page navigation. |
check_adult_query | Determines if the input query is an adult search term. |
search_encyclopedia | Searches for encyclopedia information on Naver using the given keyword. The page parameter allows for page navigation. |
search_cafe_article | Searches for cafe articles on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date' is supported. |
search_kin | Searches for knowledgeiN Q&A on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date'/'point' is supported. |
search_local | Searches for local business information using the given keyword. (display maximum 5, start maximum 1) sort='random'/'comment' is supported. |
correct_errata | Converts Korean/English keyboard input errors. |
search_shop | Searches for shopping product information on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date'/'asc'/'dsc' is supported. |
search_doc | Searches for academic papers, reports, etc. using the given keyword. The page parameter allows for page navigation. |
search_image | Searches for images using the given keyword. The page parameter allows for page navigation and sort='sim'/'date', filter='all'/'large'/'medium'/'small' is supported. |
search_webkr | Searches for web documents using the given keyword. The page parameter allows for page navigation. |