sakenowa-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAKENOWA_CACHE_DIR | No | where the JSON snapshot is cached | ~/.cache/sakenowa-mcp |
| SAKENOWA_TTL_SECONDS | No | how long before the cache auto-refreshes (in seconds) | 604800 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sync_sakenowa_dataA | Fetch/refresh the Sakenowa open dataset into a local cache and report its scale. The cache auto-refreshes weekly, so you rarely need this — call it with force=True only to pull the latest monthly snapshot immediately. Returns dataset counts, the data's year-month, and the required attribution. |
| search_sakeA | Find sake by brand name or brewery name and return their IDs. |
| get_sake_profileA | Return the six-axis flavor profile of one sake: an ASCII radar, the dominant flavor tags, an estimated four-type class (薫/爽/醇/熟, heuristic), and its overall/area popularity rank. |
| find_similar_sakeA | ★ Core feature ★ Given one sake, find others by flavor-vector proximity. |
| compare_sakeA | Compare 2–5 sake side by side across all six flavor axes, with the spread (max−min) per axis to highlight where they differ most. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| recommend_sake | Recommend Japanese sake matching a described taste or mood. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mame0001/sakenowa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server