Naver Search MCP Server

by isnow890
Verified

search_shop

Search for products on Naver Shopping by entering a query, sorting results by relevance or date, and customizing the number and start position of displayed results for targeted shopping inquiries.

Instructions

Perform a search on Naver Shopping. (네이버 쇼핑 검색)

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