hotpepper-gourmet-mcp-server
by miyamo2·★ 2·综合分 35
非官方的 MCP 服务器,通过 Go 实现访问 Hotpepper Gourmet 餐厅搜索 API。
概述
这个 MCP 服务器与 Hotpepper Gourmet(Recruit Holdings 提供的餐厅发现服务)集成。它提供了搜索餐厅的工具和访问各种数据资源(如区域、类型和服务选项)的功能。服务器实现了多个 API 端点,包括美食搜索、店铺搜索和区域/类型主数据,使其对于餐厅发现工作流程非常全面。使用 Go 编写,文档清晰且安装说明详细。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过 MCP 协议将日本餐厅和食品位置数据集成到 AI 应用程序时选择它。
什么时候不要选它
如果您需要日本以外的数据,或者希望获得比 Hotpepper Gourmet API 更全面的餐厅信息解决方案,请不要使用它。
此 server 暴露的工具
从 README 抽取出 10 个工具gourment_searchSearch for restaurants using Hotpepper Gourmet API
shop_searchSearch for restaurants by name using Hotpepper Gourmet API
large_area_searchSearch large areas using Hotpepper Gourmet API
middle_area_searchSearch middle areas using Hotpepper Gourmet API
small_area_searchSearch small areas using Hotpepper Gourmet API
genre_searchSearch restaurant genres using Hotpepper Gourmet API
dinner_budget_master_searchSearch dinner budget options using Hotpepper Gourmet API
large_service_area_master_searchSearch large service areas using Hotpepper Gourmet API
service_area_master_searchSearch service areas using Hotpepper Gourmet API
credit_card_master_searchSearch credit card acceptance using Hotpepper Gourmet API
可对比工具
安装
安装
Homebrew
brew install miyamo2/tap/hotpepper-gourmet-mcp-serverGo
go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latest从发布页面下载
从[发布页面](https://github.com/miyamo2/hotpepper-gourmet-mcp-server/releases/latest)下载
配置
添加到您的 MCP 主机配置中:
{
"mcpServers": {
"hotpepper-gourmet-mcp-server": {
"command": "hotpepper-gourmet-mcp-server",
"env": {
"HOTPEPPER_GOURMET_API_KEY": "<Hotpepper Gourmet API Key>"
}
}
}
}设置
- 从 [Recruit WEB 服务](https://webservice.recruit.co.jp/register) 获取 API 密钥
FAQ
- 这是 Hotpepper Gourmet 的官方服务吗?
- 不,这是一个非官方的 MCP 服务器,使用 Hotpepper Gourmet 的 API。
- 我可以通过这个服务器访问哪些数据?
- 您可以搜索餐厅,获取区域/类型主数据,以及检索服务选项主数据,如信用卡接受情况和预算范围。
hotpepper-gourmet-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。