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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for places on KakaoMap using a keyword. Parameters: keyword (string)
Convert geographic coordinates to an actual address. Parameters: x (longitude), y (latitude)
Find a route from the origin to the destination. Parameters: origin (string), destination (string), transportation_type (optional string), traffic_info (optional boolean)
Search for web documents using a keyword. Parameters: query (string), size (optional integer)
Search for images using a keyword. Parameters: query (string), size (optional integer)
Search for blog posts using a keyword. Parameters: query (string), size (optional integer)
Search for cafe posts using a keyword. Parameters: query (string), size (optional integer)