Naver Search MCP Server

by isnow890
Verified

search_webkr

Query and retrieve relevant web documents from Naver Search. Specify search terms, sort results by similarity or date, and customize display options for targeted content discovery.

Instructions

Perform a search on Naver Web Documents. (네이버 웹문서 검색)

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" }
ID: kpv7kdyboo