hotpepper-gourmet-mcp-server
by miyamo2·★ 2·Score 35
Unofficial MCP server for accessing Hotpepper Gourmet restaurant search APIs via Go implementation.
Overview
This MCP server provides integration with Hotpepper Gourmet, a restaurant discovery service from Recruit Holdings. It offers both tools for searching restaurants and resources for accessing various data masters like areas, genres, and service options. The server implements multiple API endpoints including gourmet search, shop search, and area/genre masters, making it comprehensive for restaurant discovery workflows. Written in Go with clear documentation and installation instructions.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to integrate Japanese restaurant and food location data into AI applications through the MCP protocol.
When NOT to choose this
Don't choose this if you need data outside Japan or prefer solutions with more comprehensive restaurant information beyond the Hotpepper Gourmet API.
Tools this server exposes
10 tools extracted from the READMEgourment_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
Comparable tools
Installation
Installation
Homebrew
brew install miyamo2/tap/hotpepper-gourmet-mcp-serverGo
go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latestFrom Releases
Download from the [releases page](https://github.com/miyamo2/hotpepper-gourmet-mcp-server/releases/latest)
Configuration
Add to your MCP host configuration:
{
"mcpServers": {
"hotpepper-gourmet-mcp-server": {
"command": "hotpepper-gourmet-mcp-server",
"env": {
"HOTPEPPER_GOURMET_API_KEY": "<Hotpepper Gourmet API Key>"
}
}
}
}Setup
- Get API key from [Recruit WEB Services](https://webservice.recruit.co.jp/register)
FAQ
- Is this an official Hotpepper Gourmet service?
- No, this is an unofficial MCP server that uses Hotpepper Gourmet APIs.
- What kind of data can I access through this server?
- You can search for restaurants, access area/genre masters, and retrieve service option masters like credit card acceptance and budget ranges.
Compare hotpepper-gourmet-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.