Skip to main content
Glama

nearby-search-mcp

Servidor MCP de búsqueda cercana

Un servidor MCP para búsquedas de lugares cercanos con detección de ubicación basada en IP.

Licencia de GitHubÚltima confirmación de GitHubVersión de Python

Características

  • Detección de ubicación basada en IP : utiliza ipapi.co para determinar su ubicación actual
  • Integración con Google Places : busca lugares cercanos según palabras clave y filtros de tipo opcionales
  • Interfaz sencilla : punto final de herramienta único con radio personalizable

Requisitos

  • Python 3.10+
  • Clave API de Google Cloud Platform con API de Places habilitada
  • Conexión a Internet

Instalación

  1. Clonar el repositorio:
git clone https://github.com/kukapay/nearby-search-mcp.git cd nearby-search-mcp
  1. Instalar dependencias:
# Using uv (recommended) uv add "mcp[cli]" httpx python-dotenv # Or using pip pip install mcp httpx python-dotenv
  1. Configuración del cliente
{ "mcpServers": { "nearby-search": { "command": "uv", "args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"], "env": { "GOOGLE_API_KEY": "your google api key" } } } }

Uso

Ejecución del servidor

  • Modo de desarrollo (con MCP Inspector):
mcp dev main.py
  • Instalar en Claude Desktop :
mcp install main.py --name "NearbySearch"
  • Ejecución directa :
python main.py

Puntos finales disponibles

Herramienta: search_nearby

  • Busca lugares cerca de tu ubicación actual
  • Parámetros:
    • keyword (str): Qué buscar (por ejemplo, "cafetería")
    • radius (int, opcional): radio de búsqueda en metros (predeterminado: 1500)
    • type (str, opcional): Tipo de lugar (p. ej., "restaurante", "cafetería")

Licencia

Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.

-
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.

Un servidor MCP para búsquedas de lugares cercanos con detección de ubicación basada en IP.

  1. Características
    1. Requisitos
      1. Instalación
        1. Uso
          1. Ejecución del servidor
          2. Puntos finales disponibles
        2. Licencia

          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