Polvenn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POLVENN_DATA_DIR | No | Override the data directory path. Default is ~/.polvenn |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| polvenn_search_new_beersA | Search for recently released beers on Vinmonopolet via the official API and/or your external release feed. Args:
Returns: List of new beers with name, producer, style, ABV, article number, and release date. |
| polvenn_search_upcoming_beersA | Search Vinmonopolet's "Kommende nyheter" web listing for upcoming beer releases. Args:
Returns: List of upcoming beers with name, producer, style, ABV, article number, and current website status. |
| polvenn_search_new_beers_near_storeA | Search Vinmonopolet's current "Nyheter" listing for beers available in one store. Args:
Returns: New beers currently available in the selected store, enriched with external release dates when recent feed items match. |
| polvenn_check_store_stockA | Check if a specific beer is in stock at a Vinmonopolet store. Args:
Returns: Stock status and product details. |
| polvenn_find_nearby_storesA | Find the closest Vinmonopolet stores to a given location. Args:
Returns: List of nearby stores with address, distance, category, and opening hours. |
| polvenn_watchlistA | Manage your beer watchlist. Track breweries, styles, series, or keywords to get notified about matching releases. Args:
|
| polvenn_configureA | Set the release feed URL, API key, home store, and location for the Polvenn MCP server. Args (all optional — only provided values are updated):
Returns: Current configuration (keys are masked). |
| polvenn_validate_configA | Validate current Polvenn configuration and run lightweight capability checks against upstream services. Checks:
Returns: A capability report with pass/warn/fail statuses. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools are distinct, but the three search tools (search_upcoming_beers, search_new_beers, search_new_beers_near_store) have overlapping functionality, especially since search_new_beers can include upcoming results. Descriptions clarify differences, but there's a risk of selecting the wrong one.
Tool names follow a consistent pattern with the 'polvenn_' prefix and verb_noun format (e.g., check_store_stock, search_new_beers). The exception is 'polvenn_watchlist' which uses a noun instead of a verb action, but it's still clearly named.
With 8 tools, the server is well-scoped for its purpose: searching new/upcoming beers, checking stock, finding stores, managing a watchlist, and configuration. Each tool serves a distinct need without being excessive.
The domain of beer release tracking and store stock is well covered, including search, stock, store location, watchlist, and config. However, there's no general search for all beers, only new/upcoming, which may be a gap for users wanting to look up existing products.