Skip to main content
Glama

Naver Search MCP Server

search_local

Search for local business information using keywords, displaying up to 5 results with options to sort by random or comment count. Supports pagination for browsing multiple pages.

Instructions

Searches for local business information using the given keyword. (display maximum 5, start maximum 1) sort='random'/'comment' is supported.

Input Schema

NameRequiredDescriptionDefault
displayNo
pageNo
queryYes
sortNorandom

Input Schema (JSON Schema)

{ "properties": { "display": { "default": 5, "title": "Display", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "sort": { "default": "random", "title": "Sort", "type": "string" } }, "required": [ "query" ], "title": "search_localArguments", "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/jikime/py-mcp-naver-search'

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