Skip to main content
Glama

nearby-search-mcp

近隣検索MCPサーバー

IP ベースの位置検出を使用して近くの場所を検索するための MCP サーバー。

GitHubライセンスGitHub 最終コミットPythonバージョン

特徴

  • IPベースの位置検出:ipapi.coを使用して現在地を特定します
  • Googleプレイス統合: キーワードとオプションのタイプフィルターに基づいて近くの場所を検索します
  • シンプルなインターフェース: 半径をカスタマイズできる単一のツールエンドポイント

要件

  • Python 3.10以上
  • Places API が有効になっている Google Cloud Platform API キー
  • インターネット接続

インストール

  1. リポジトリをクローンします。
git clone https://github.com/kukapay/nearby-search-mcp.git cd nearby-search-mcp
  1. 依存関係をインストールします:
# Using uv (recommended) uv add "mcp[cli]" httpx python-dotenv # Or using pip pip install mcp httpx python-dotenv
  1. クライアント構成
{ "mcpServers": { "nearby-search": { "command": "uv", "args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"], "env": { "GOOGLE_API_KEY": "your google api key" } } } }

使用法

サーバーの実行

  • 開発モード(MCP Inspector を使用):
mcp dev main.py
  • Claude Desktopにインストール:
mcp install main.py --name "NearbySearch"
  • 直接実行
python main.py

利用可能なエンドポイント

ツール: search_nearby

  • 現在地近くの場所を検索します
  • パラメータ:
    • keyword (str): 検索対象 (例: 「コーヒーショップ」)
    • radius (int, オプション): 検索半径(メートル単位)(デフォルト: 1500)
    • type (str, オプション): 場所の種類 (例: "restaurant"、"cafe")

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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 サーバー。

  1. 特徴
    1. 要件
      1. インストール
        1. 使用法
          1. サーバーの実行
          2. 利用可能なエンドポイント
        2. ライセンス

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.
            Last updated -
            1
            Python
            Apache 2.0
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that retrieves detailed geographic information about IP addresses using the ipinfo.io API, helping determine user location and network details.
            Last updated -
            1
            5
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A lightweight mcp server that tells you exactly where you are.
            Last updated -
            Python
            MIT License
          • -
            security
            -
            license
            -
            quality
            An MCP server that enables querying detailed address information from Brazilian postal codes (CEPs) via the ViaCEP API, returning data such as street names, neighborhoods, cities, states, regions, and IBGE codes.
            Last updated -
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/nearby-search-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server