Skip to main content
Glama

Naver Search MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NAVER_CLIENT_IDYesYour Naver Developer API client ID
NAVER_CLIENT_SECRETYesYour Naver Developer API client secret

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
available-search-categoriesReturns a list of Naver search categories available on this MCP server.

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jikime/py-mcp-naver-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server