hotpepper-gourmet-mcp-server

by miyamo2

2 stars
337 downloads
Not rated
GitHub

About

An unofficial MCP server that integrates with the Recruit Web Service Hot Pepper Gourmet API. It provides tools and resources for searching Japanese restaurants, areas, genres, and budget master data, designed for developers building AI applications that access dining…

Details

Author
miyamo2
GitHub stars
2
Downloads
337
Categories
Other

- Provides gourmet and shop search tools.
- Offers area master searches at three hierarchy levels.
- Includes genre and dinner budget master searches.
- Serves credit card and service area master resources.
- Requires a Recruit Web Service API key.

Install via Homebrew, Go, or by downloading a binary from the releases page. Obtain an API key from Recruit Web Service, then configure the server in your MCP host by adding it to the mcpServers section with the environment variable HOTPEPPER_GOURMET_API_KEY set to your API key.

hotpepper-gourmet-mcp-server

ホットペッパーグルメ MCP Server

このアプリケーションは株式会社リクルートの提供するリクルートWEBサービス ホットペッパーグルメを利用した非公式のMCPサーバーです。

クイックスタート

インストール方法

Homebrew

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

Go

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

リリースページからダウンロード

https://github.com/miyamo2/hotpepper-gourmet-mcp-server/releases/latest

使い方

1. リクルートWEBサービスのAPIキーを取得する

リクルートWEBサービスのAPIキーを取得するにはこちらから申請してください。

2. MCPサーバーを設定する

インストールしたホットペッパーグルメMCPサーバーをMCPホストから呼び出せるよう設定します。
以下のようにmcpServersセクションにホットペッパーグルメMCPサーバーを追加してください。
※ 設定ファイルのフォーマットや保存場所は利用するMCPホストによって異なります。

{
  "mcpServers": {
    "hotpepper-gourmet-mcp-server": {
      "command": "hotpepper-gourmet-mcp-server",
      "env": {
        "HOTPEPPER_GOURMET_API_KEY": "<Hotpepper Gourmet API Key>"
      }
    }
  }
}

機能

ツール

gourment_search

ホットペッパーグルメのグルメサーチAPIを実行します。

shop_search

ホットペッパーグルメの店名サーチAPIを実行します。

large_area_search

ホットペッパーグルメの大エリアマスタAPIを実行します。

middle_area_search

ホットペッパーグルメの中エリアマスタAPIを実行します。

small_area_search

ホットペッパーグルメの小エリアマスタAPIを実行します。

genre_search

ホットペッパーグルメのジャンルマスタAPIを実行します。

dinner_budget_master_search

ホットペッパーグルメの検索用ディナー予算マスタAPIを実行します。

large_service_area_master_search

ホットペッパーグルメの大サービスエリアマスタAPIを実行します。

service_area_master_search

ホットペッパーグルメのサービスエリアマスタAPIを実行します。

credit_card_master_search

ホットペッパーグルメのクレジットカードマスタAPIを実行します。

リソース

dinner_budget_master

ホットペッパーグルメの検索用ディナー予算マスタを取得します。

large_service_area_master

ホットペッパーグルメの大サービスエリアマスタを取得します。

service_area_master

ホットペッパーグルメのサービスエリアマスタを取得します。

credit_card_master

ホットペッパーグルメのクレジットカードマスタを取得します。

ライセンス

hotpepper-gourmet-mcp-serverMITライセンスのもとで開発・配布されています。

免責事項

作者ならびにコントリビューターは当アプリケーションの不具合、当アプリケーションを使用すること、当アプリケーションを使用できなかったことによって発生した損害、
もしくは利用者と株式会社リクルート間で発生したトラブルについて、一切責任を負いません。

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.