Skip to main content

An MCP server for nearby place searches with IP-based location detection.

Project description

NearbySearch MCP Server

An MCP server for nearby place searches with IP-based location detection.

GitHub License GitHub Last Commit Python Version

Features

  • IP-based Location Detection: Uses ipapi.co to determine your current location
  • Google Places Integration: Searches for nearby places based on keywords and optional type filters
  • Simple Interface: Single tool endpoint with customizable radius

Requirements

  • Python 3.10+
  • Google Cloud Platform API Key with Places API enabled
  • Internet connection

Installation

  1. Clone the repository:
git clone https://github.com/kukapay/nearby-search-mcp.git
cd nearby-search-mcp
  1. Install dependencies:
# Using uv (recommended)
uv add "mcp[cli]" httpx python-dotenv

# Or using pip
pip install mcp httpx python-dotenv
  1. Client Configuration
{
  "mcpServers": {
    "nearby-search": {
      "command": "uv",
      "args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"],
      "env": {
        "GOOGLE_API_KEY": "your google api key"
      }
    }
  }
}

Usage

Running the Server

  • Development Mode (with MCP Inspector):
mcp dev main.py
  • Install in Claude Desktop:
mcp install main.py --name "NearbySearch"
  • Direct Execution:
python main.py

Available Endpoints

Tool: search_nearby

  • Searches for places near your current location
  • Parameters:
    • keyword (str): What to search for (e.g., "coffee shop")
    • radius (int, optional): Search radius in meters (default: 1500)
    • type (str, optional): Place type (e.g., "restaurant", "cafe")

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nearby_search_mcp-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nearby_search_mcp-0.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file nearby_search_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: nearby_search_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.5

File hashes

Hashes for nearby_search_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7d08a33e2ad4ff31646222964a357768b3553069dcce44a967f536ef8db7d56c
MD5 b567a23c4821dd75bc05195806bf154f
BLAKE2b-256 5972aced4b1f71a616282b55848ac41e741d641d184a66dd344d697abb0b036a

See more details on using hashes here.

File details

Details for the file nearby_search_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nearby_search_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f5572cd9ce797c9770f5201f175cd48f004bf2b5c2d4666cb333c0bbbfc91d4
MD5 cb885ea2e55c81367e376c9149f9ac7b
BLAKE2b-256 4c8be3c80714f2859c1528aadc3f5a3ce9aa3c3a8db47f90b622407ac5396b3d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page