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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Converts an address or place name into geographic coordinates (latitude/longitude).
Finds the optimal route from a starting address to a destination address.
Finds the optimal route from a starting coordinate to a destination coordinate.
Finds a route based on starting and destination coordinates for a specific future time.
Finds an address based on a place name.