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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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