Skip to main content
Glama

네이버 길찾기 MCP 서버

by Chaeyun06

naver_directions

Retrieve optimized route directions between two locations using Naver Maps API. Specify start, end, and optional waypoints, with customizable path options like fastest, comfortable, optimal, or normal routes.

Instructions

네이버 지도 API를 사용하여 두 지점 간의 길찾기 정보를 제공합니다.

Input Schema

NameRequiredDescriptionDefault
goalYes도착지 (주소 또는 "경도,위도" 형식)
optionNo경로 옵션: trafast(실시간 빠른길), tracomfort(편안한길), traoptimal(최적경로), trainormal(일반도로)trafast
startYes출발지 (주소 또는 "경도,위도" 형식)
waypointsNo경유지 좌표 (선택사항, "경도1,위도1:경도2,위도2" 형식)

Input Schema (JSON Schema)

{ "properties": { "goal": { "description": "도착지 (주소 또는 \"경도,위도\" 형식)", "type": "string" }, "option": { "default": "trafast", "description": "경로 옵션: trafast(실시간 빠른길), tracomfort(편안한길), traoptimal(최적경로), trainormal(일반도로)", "enum": [ "trafast", "tracomfort", "traoptimal", "trainormal" ], "type": "string" }, "start": { "description": "출발지 (주소 또는 \"경도,위도\" 형식)", "type": "string" }, "waypoints": { "description": "경유지 좌표 (선택사항, \"경도1,위도1:경도2,위도2\" 형식)", "type": "string" } }, "required": [ "start", "goal" ], "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