mcp-korea-maps
If you are the rightful owner of mcp-korea-maps and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing access to Kakao Maps and Kakao Mobility APIs for Korean map services, geocoding, and route planning.
The Korea Maps MCP Server is a robust platform designed to facilitate access to Korean map services through Kakao Maps and Kakao Mobility APIs. It offers a comprehensive suite of tools for geocoding, place searching, and route planning, making it an essential resource for developers and businesses needing precise location-based services in Korea. The server supports various transport protocols, including stdio, HTTP, and SSE, ensuring flexibility and ease of integration with different systems. With built-in rate limiting, caching, and error handling, the server is optimized for performance and reliability, respecting API quotas and providing a seamless user experience. Additionally, it offers future directions with traffic predictions and multi-destination route optimization, catering to both personal and commercial navigation needs.
Features
- Address Geocoding: Convert addresses or place names to coordinates.
- Place Search: Search for places by keyword.
- Route Planning: Get directions between two points using coordinates or addresses.
- Future Directions: Plan routes with departure time for traffic predictions.
- Multi-Destination Optimization: Optimize routes to multiple destinations.
Tools
geocode_address
Convert address or place name to coordinates using Kakao Local API.
search_places_by_keyword
Search for places by keyword using Kakao Local API.
get_directions_by_coordinates
Get directions between two coordinate points.
get_directions_by_address
Get directions between two addresses.
get_future_directions
Get future directions with departure time for traffic predictions.
optimize_multi_destination_route
Optimize routes to multiple destinations.