nearby-search-mcp
근처 검색 MCP 서버
IP 기반 위치 감지 기능을 갖춘 근처 장소 검색을 위한 MCP 서버입니다.
특징
IP 기반 위치 감지 : ipapi.co를 사용하여 현재 위치를 확인합니다.
Google Places 통합 : 키워드 및 선택적 유형 필터를 기반으로 주변 장소 검색
간단한 인터페이스 : 사용자 정의 반경을 갖춘 단일 도구 끝점
Related MCP server: GeoIP MCP Server
요구 사항
파이썬 3.10+
Places API가 활성화된 Google Cloud Platform API 키
인터넷 연결
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
# Using uv (recommended)
uv add "mcp[cli]" httpx python-dotenv
# Or using pip
pip install mcp httpx python-dotenv클라이언트 구성
{
"mcpServers": {
"nearby-search": {
"command": "uv",
"args": ["--directory", "path/to/nearby-search-mcp", "run", "main.py"],
"env": {
"GOOGLE_API_KEY": "your google api key"
}
}
}
}용법
서버 실행
개발 모드 (MCP 검사기 포함):
mcp dev main.pyClaude Desktop에 설치 :
mcp install main.py --name "NearbySearch"직접 실행 :
python main.py사용 가능한 엔드포인트
도구: search_nearby
현재 위치 근처 장소 검색
매개변수:
keyword(str): 검색할 내용(예: "커피숍")radius(int, 선택 사항): 검색 반경(미터 단위)(기본값: 1500)type(str, 선택 사항): 장소 유형(예: "레스토랑", "카페")
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for IPv4 geolocation with Chinese output: country/region/city, ISP and ASN.
Geo-based flight search MCP server. Find more flights between any two places on earth
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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.30-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that provides IP geolocation services using MaxMind's GeoIP2 databases, allowing users to retrieve geographical information for single or multiple IP addresses including country, city, coordinates, and ASN details.GPL 3.0
- AlicenseAqualityCmaintenanceAn MCP server providing geocoding and place discovery services via Nominatim and OpenStreetMap. It enables users to perform forward and reverse geocoding, extract bounding boxes, and find nearby places or administrative hierarchies.10Apache 2.0
- AlicenseNot gradedqualityFmaintenanceMCP server for IP geolocation lookups using ipinfo.io, with single, own, and batch queries.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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