Skip to main content
Glama

네이버 길찾기 MCP 서버

by Chaeyun06

naver_search_places

Search for specific places on Naver Maps using a query and retrieve up to 5 results. Ideal for locating destinations, businesses, or points of interest quickly.

Instructions

네이버 지도에서 장소를 검색합니다.

Input Schema

NameRequiredDescriptionDefault
displayNo검색 결과 개수 (1-5)
queryYes검색할 장소명

Input Schema (JSON Schema)

{ "properties": { "display": { "default": 5, "description": "검색 결과 개수 (1-5)", "maximum": 5, "minimum": 1, "type": "number" }, "query": { "description": "검색할 장소명", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from 네이버 길찾기 MCP 서버

Related Tools

    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/Chaeyun06/naver-directions-mcp'

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