MCP Catalogs
Home

hotpepper-gourmet-mcp-server

by miyamo2·2·Score 35

Unofficial MCP server for accessing Hotpepper Gourmet restaurant search APIs via Go implementation.

ecommercedeveloper-toolsother
0
Forks
11
Open issues
3 mo ago
Last commit
2d ago
Indexed

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:

you:Find restaurants in specific areas of Japan with various filters
you:Access restaurant data and masters for food-related applications
you:Integrate restaurant search capabilities into AI assistants
you:Is this an official Hotpepper Gourmet service?
you:What kind of data can I access through this server?

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 README
  • gourment_search

    Search for restaurants using Hotpepper Gourmet API

  • shop_search

    Search for restaurants by name using Hotpepper Gourmet API

  • large_area_search

    Search large areas using Hotpepper Gourmet API

  • middle_area_search

    Search middle areas using Hotpepper Gourmet API

  • small_area_search

    Search small areas using Hotpepper Gourmet API

  • genre_search

    Search restaurant genres using Hotpepper Gourmet API

  • dinner_budget_master_search

    Search dinner budget options using Hotpepper Gourmet API

  • large_service_area_master_search

    Search large service areas using Hotpepper Gourmet API

  • service_area_master_search

    Search service areas using Hotpepper Gourmet API

  • credit_card_master_search

    Search credit card acceptance using Hotpepper Gourmet API

Comparable tools

tabearna-mcp-serverrestaurant-mcp-servergoogle-places-mcp

Installation

Installation

Homebrew

brew install miyamo2/tap/hotpepper-gourmet-mcp-server

Go

go install github.com/miyamo2/hotpepper-gourmet-mcp-server@latest

From 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

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.