近隣検索MCPサーバー
IP ベースの位置検出を使用して近くの場所を検索するための MCP サーバー。
特徴
IPベースの位置検出:ipapi.coを使用して現在地を特定します
Googleプレイス統合: キーワードとオプションのタイプフィルターに基づいて近くの場所を検索します
シンプルなインターフェース: 半径をカスタマイズできる単一のツールエンドポイント
要件
Python 3.10以上
Places API が有効になっている Google Cloud Platform API キー
インターネット接続
インストール
リポジトリをクローンします。
依存関係をインストールします:
クライアント構成
使用法
サーバーの実行
開発モード(MCP Inspector を使用):
Claude Desktopにインストール:
直接実行:
利用可能なエンドポイント
ツール:
現在地近くの場所を検索します
パラメータ:
keyword
(str): 検索対象 (例: 「コーヒーショップ」)radius
(int, オプション): 検索半径(メートル単位)(デフォルト: 1500)type
(str, オプション): 場所の種類 (例: "restaurant"、"cafe")
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
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.
IP ベースの位置検出を使用して近くの場所を検索するための MCP サーバー。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA lightweight mcp server that tells you exactly where you are.Last updated -3MIT License
- AsecurityAlicenseAqualityAn MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.Last updated -11MIT License
- AsecurityAlicenseAqualityIP Geolocation MCP server using IP2Location.io API to ease the query of geolocation information.Last updated -111PythonMIT License
- -securityFlicense-qualityA MCP server that uses Amap API to provide location-based services, allowing users to get geographic information based on IP addresses and search for nearby points of interest.Last updated -13