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.
Integrations
Integrates with Google Places API to search for nearby places based on keywords, with options for radius customization and type filtering.
Uses Google Cloud Platform API Key with Places API to perform location-based searches for nearby points of interest.
NearestSearch MCP 服务器
用于通过基于 IP 的位置检测进行附近地点搜索的 MCP 服务器。
特征
- 基于 IP 的位置检测:使用 ipapi.co 确定您的当前位置
- Google Places 集成:根据关键字和可选类型过滤器搜索附近的地点
- 简单界面:具有可定制半径的单一工具端点
要求
- Python 3.10+
- 已启用 Places API 的 Google Cloud Platform API 密钥
- 互联网连接
安装
- 克隆存储库:
Copy
- 安装依赖项:
Copy
- 客户端配置
Copy
用法
运行服务器
- 开发模式(使用 MCP Inspector):
Copy
- 在 Claude Desktop 中安装:
Copy
- 直接执行:
Copy
可用端点
工具: search_nearby
- 搜索您当前位置附近的地点
- 参数:
keyword
(str):要搜索的内容(例如,“咖啡店”)radius
(int,可选):搜索半径(以米为单位)(默认值:1500)type
(str,可选):地点类型(例如,“餐厅”,“咖啡馆”)
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。