hotpepper-gourmet-mcp-server
Verified Safeby miyamo2
Overview
This server acts as an unofficial proxy for the HotPepper Gourmet WEB Service, providing structured tools and resources for searching gourmet information and retrieving master data through the MCP protocol.
Installation
hotpepper-gourmet-mcp-serverEnvironment Variables
- HOTPEPPER_GOURMET_API_KEY
- LOG_OUTPUT_DIR
Security Notes
The server follows good security practices by reading the API key from environment variables (HOTPEPPER_GOURMET_API_KEY) and not hardcoding it. HTTP requests use `go-resty` which properly encodes query parameters, mitigating URL injection risks. Input validation via JSON Schema is implemented for tool calls. Logging to a file is enabled, which should be considered for sensitive data if the log directory is publicly accessible, though the default is the current working directory.
Similar Servers
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
honeybadger-mcp-server
Provides structured access to the Honeybadger API through the Model Context Protocol (MCP) for integration with LLM agents and MCP clients.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
recreation-mcp-server
This MCP server enables LLMs like Claude to discover and learn about recreation opportunities by integrating National Park Service, Recreation.gov, and OpenWeatherMap APIs, providing tools to search for parks, campgrounds, weather, and activities.