Skip to main content
Glama

Naver Search MCP Server

search_encyc

Query Naver Encyclopedia to retrieve detailed information on specific topics. Customize results by adjusting display count, sorting by relevance or date, and specifying the start position.

Instructions

Perform a search on Naver Encyclopedia. (네이버 지식백과 검색)

Input Schema

NameRequiredDescriptionDefault
displayNoNumber of results to display (default: 10)
queryYesSearch query
sortNoSort method (sim: similarity, date: date)
startNoStart position of search results (default: 1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "display": { "description": "Number of results to display (default: 10)", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort method (sim: similarity, date: date)", "enum": [ "sim", "date" ], "type": "string" }, "start": { "description": "Start position of search results (default: 1)", "type": "number" } }, "required": [ "query" ], "type": "object" }

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/isnow890/naver-search-mcp'

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