关于
This server bridges the gap between AI models and Kakao's extensive location and search services, providing a suite of tools accessible via the Model Context Protocol (MCP). It leverages the Kakao Map API for place searches, coordinate-to-address conversions, and route finding, alongside the Daum search API for web documents, images, blogs, and cafes. This allows AI models to dynamically access and integrate real-world location data and online search results into their reasoning and response generation processes.
主要功能
- Search Daum for web documents, images, blogs, and cafe content based on keywords.
- Search for places on Kakao Maps by keyword, providing location, category, and contact information.
- 5 GitHub stars
- Find routes between locations, including distance, travel time, and estimated taxi fare, with optional traffic information.
- Supports HTTP and stdio modes for MCP message exchange.
- Convert geographic coordinates to physical addresses with both road name and lot number information.
使用案例
- Enhance AI chatbot responses with location-aware information and directions.
- Integrate real-time search results into AI-powered research assistants.
- Enable AI models to plan routes and estimate travel costs.