Skip to main content
Glama
mame0001

sakenowa-mcp

by mame0001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAKENOWA_CACHE_DIRNowhere the JSON snapshot is cached~/.cache/sakenowa-mcp
SAKENOWA_TTL_SECONDSNohow long before the cache auto-refreshes (in seconds)604800

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

Names are Japanese; kanji queries (e.g. 八海山, 獺祭) match directly, and
so do Chinese kanji that share the glyphs. Use `area` to filter by
prefecture name (e.g. '新潟'). Use the returned `id` with
get_sake_profile / find_similar_sake / compare_sake.
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.

Also lists the bottle-spec fields the Sakenowa dataset does NOT provide
(polishing ratio, SMV, ABV, price, …) so they are never invented.
find_similar_sakeA

★ Core feature ★ Given one sake, find others by flavor-vector proximity.

`mode` steers the direction in flavor space:
  - similar       : nearest overall (a true taste-alike)
  - drier         : like this, but drier
  - sweeter       : like this, but less dry / rounder
  - lighter       : like this, but lighter & crisper
  - richer        : like this, but fuller & heavier
  - more_aromatic : like this, but more floral/fragrant
  - calmer        : like this, but quieter on the nose
  - contrast      : the opposite palate (for deliberate exploration)

Only sake that have a flavor chart can be matched.
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

NameDescription
recommend_sakeRecommend Japanese sake matching a described taste or mood.

Resources

Contextual data attached and managed by the client

NameDescription

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