Kakao API MCP Server provides a bridge to Kakao Maps API services, enabling AI assistants to access location-based data through the Model Context Protocol. Built with TypeScript and Express, it supports both HTTP and stdio communication modes, making it compatible with various MCP client implementations. The server requires a Kakao API key for authentication, which is configured either through command-line arguments or environment variables. This implementation is particularly useful for applications needing geolocation services, address lookup, or map-related functionality within conversational AI interfaces.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
키워드로 카카오맵에서 장소를 검색. Parameters: keyword (string)
경위도 좌표를 실제 주소로 변환. Parameters: x (float), y (float)
출발지에서 목적지까지의 경로 검색. Parameters: origin (string), destination (string), transportation_type (string), traffic_info (optional boolean)
키워드로 다음 웹 문서 검색. Parameters: query (string), size (optional integer)
키워드로 다음 이미지 검색. Parameters: query (string), size (optional integer)
키워드로 다음 블로그 글 검색. Parameters: query (string), size (optional integer)
키워드로 다음 카페 글 검색. Parameters: query (string), size (optional integer)