MCPServers
Kakao Navigation - MCP server logo

Kakao Navigation

9
0

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

Converts an address or place name into coordinates (latitude/longitude).

direction_search_by_names

Searches for the optimal route from the starting address to the destination address.

direction_search_by_coordinates

Searches for the optimal route from the starting coordinates to the destination coordinates.

future_direction_search_by_coordinates

Searches for the route from the starting coordinates to the destination coordinates for a specific future time.

address_search_by_place_name

Finds an address using the name of a place.

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签