カカオモビリティ&カカオマップMCPサーバー
はじめに
このレポジトリは、Model Context Protocol(MCP)に準拠して、カカオモビリティおよびカカオマップAPIと連携するサーバーを提供します。国内環境に適した道案内サービスを提供することを目指します。
主な機能
1. 位置検索(ジオコーディング)
住所や場所名を座標(緯度/経度)に変換
正確な位置情報を提供
2. ルートサービス
出発地から目的地までの最適ルートを検索
徒歩、自動車など様々な移動手段をサポート
リアルタイム交通情報を反映
始める
kakao developersにログインします。
アプリケーションの作成
「マイアプリケーション」>「アプリケーションを追加する」>アプリケーション情報を入力して「保存」
カカオマップAPIを有効にする
サイドバーで「カカオマップ」を選択>「アクティブ化設定」ON
REST API Key 発行
サイドバーから「アプリキー」を選択>「REST APIキー」をコピーして使用する
提供ツール
このサーバーは、次のMCPツールを提供しています。
geocode
:アドレスを座標情報としてジオコーディングdirection_search_by_names
: 出発地と目的地の住所への道順direction_search_by_coordinates
:出発地と目的地の座標への道順future_direction_search_by_coordinates
: 出発地と目的地の座標での将来の特定時点のルートaddress_search_by_place_name
: 場所名で住所を検索
展開情報
このサーバーの配布情報と最新のアップデートはSmitheryで確認できます。
Made with ❤️ using Model Context Protocol
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
kakao navigation mcp server using kakao mobility & kakao map api
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Google Maps API.Last updated -11,86868,406MIT License
- MIT License
- AsecurityAlicenseAqualityAn MCP server that creates a virtual traveling environment on Google Maps, allowing users to guide an avatar on journeys with photo reports and SNS integration.Last updated -813423MIT License
- MIT License