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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Converts an address or place name into coordinate information (latitude/longitude).
Finds the optimal route between a starting point and a destination using their addresses.
Finds the optimal route between a starting point and a destination using their coordinates.
Finds a route between a starting point and a destination using their coordinates for a specified future time.
Finds an address based on a given place name.