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).
Searches for the optimal route from the starting address to the destination address.
Finds the optimal route using the starting and destination coordinates.
Finds the route between starting and destination coordinates for a future specific time.
Finds an address based on a place name.