MCP.so
登录

Kakao Mobility Mcp Server

@CaChiJ

关于 Kakao Mobility Mcp Server

Kakao Mobility MCP Server for directions and transit information

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

CaChiJ

提交者

최현준

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "kakao-mobility-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@CaChiJ/kakao-mobility-mcp-server",
        "--key",
        "e19776f3-9f4c-4cfd-9df2-7c8cf25ce472"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Kakao Mobility Mcp Server?

Kakao Mobility Mcp Server is an MCP-compliant server that integrates with Kakao Mobility and Kakao Map APIs to provide location search, geocoding, and optimized route finding services. It is designed for developers building location-aware applications in South Korea.

How to use Kakao Mobility Mcp Server?

Sign in to Kakao Developers, create an application, enable Kakao Map API, and copy your REST API key. Then configure your MCP client to use this server with the key. The server provides tools for geocoding and direction searches.

Key features of Kakao Mobility Mcp Server

  • Geocode addresses to latitude/longitude coordinates
  • Search directions using place names or coordinates
  • Future route planning at a specified time
  • Find addresses by place name
  • Supports walking and driving modes with real-time traffic

Use cases of Kakao Mobility Mcp Server

  • Convert user-provided addresses into coordinates for map display
  • Calculate optimal driving or walking routes between two locations
  • Plan trips with departure time in the future
  • Look up a full address from a landmark or place name

FAQ from Kakao Mobility Mcp Server

Do I need a Kakao API key to use this server?

Yes. You must obtain a REST API key from the Kakao Developers console and provide it to the server for authentication.

What tools does this server provide?

It offers five tools: geocode, direction_search_by_names, direction_search_by_coordinates, future_direction_search_by_coordinates, and address_search_by_place_name.

How is direction search by names different from by coordinates?

direction_search_by_names takes start and destination addresses or place names, while direction_search_by_coordinates uses latitude/longitude pairs.

Can I query a route at a future time?

Yes. Use future_direction_search_by_coordinates to specify a departure or arrival time for route planning.

Does the server support real-time traffic?

Yes, direction results include real-time traffic information when available.

评论

其他 分类下的更多 MCP 服务器