Kakao Navigation
Summary
A Kakao Navigation MCP server that enables AI assistants to access Kakao Maps and Mobility APIs for route planning and location services. The implementation provides tools for direction searching using coordinates or addresses, geocoding, and place name searches. It leverages Kakao's REST API with proper authentication to retrieve navigation data, making it useful for applications that need to calculate routes, find locations, or provide travel directions within Korea. The server returns structured JSON responses that can be easily parsed and presented to users.
Available Actions(5)
geocode
Converts an address or place name into geographical coordinates (latitude/longitude).
direction_search_by_names
Searches for the optimal route from a starting point to a destination based on their addresses.
direction_search_by_coordinates
Searches for the optimal route from a starting point to a destination based on their geographical coordinates.
future_direction_search_by_coordinates
Searches for the optimal route from a starting point to a destination based on their geographical coordinates for a specific future time.
address_search_by_place_name
Finds an address based on a given place name.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요