KiMCP is an MCP server that hands an LLM a set of Korean web and map APIs as tools — so an assistant can actually search Naver, look up a place on KakaoMap, or get transit directions instead of guessing.
Maps & routing — KakaoMap place search, car directions (Kakao), and public-transit directions (TMAP)
Degrade-by-key design
You set only the API keys you have. Each tool checks for its provider’s key at startup, and if it’s missing the tool simply isn’t registered — so a Naver-only setup exposes the Naver tools and quietly drops the rest instead of erroring. Built on the MCP Python SDK with uv for setup and a one-line mcp install into Claude Desktop.