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
Convert an address or place name into geographical coordinates (latitude/longitude).
direction_search_by_names
Search for the optimal route between a starting point and a destination using their addresses.
direction_search_by_coordinates
Search for the optimal route between a starting point and a destination using their geographical coordinates.
future_direction_search_by_coordinates
Search for the optimal route between a starting point and a destination using their geographical coordinates for a future specific time.
address_search_by_place_name
Find an address using a place name.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论