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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |