Skip to main content
Glama
SZhukovWork

podrygka-mcp

by SZhukovWork

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PODRYGKA_LOGNo`DEBUG` logs every request (path, status, time) to stderr; tokens and keys are never loggedINFO
PODRYGKA_CITYNoDefault city for stock and delivery (any tool also takes `city`). Use the name from `find_city`; add `, <region>` for same-named townsЕкатеринбург
PODRYGKA_PROXYNoProxy URL, e.g. `http://user:pass@host:3128`
PODRYGKA_TIMEOUTNoHTTP timeout, seconds25
PODRYGKA_CACHE_DIRNoGuest token, review-widget key, city, category and store lists (files `0600`, directory `0700`)~/.cache/podrygka-mcp
PODRYGKA_MIN_INTERVALNoSeconds between requests to podrygka.ru. Keep it: the shop has no published limits and the IP is yours1.5

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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search the podrygka.ru catalog like the site: pages of 20, sorting, price window and filters.

Per item: online price with the kind of discount it contains and the promotions with their card rules, price per 100 ml/g when the pack size is in the name, line rating and review count (shared by all shades), number of variants and their price range, online stock, stock and number of stores in the region, delivery terms for the city. total_found counts tiles (one line can take several); has_more tells whether another page exists. Confirm finalists with get_product.

get_productA

Full live card of one article.

Online price with the kind of discount and the promotions' card rules, price per unit, online stock and store stock (city stores separate from the rest of the region), delivery terms for the city (cost only at checkout), ratings — the line rating shown on the site next to the variant's own rating computed from its own reviews — every variant with its price and stock, characteristics (country, tone, composition, usage, package dimensions and weight).

get_reviewsA

Buyer reviews: date, stars, text, pros, cons, 'verified' flag, likes, photo count, time of use.

Also the star split and the average computed from it for the chosen scope, next to the line rating the site shows. Reviews in the 'line' scope are not tied to a shade. Author names, e-mails, phones and order numbers are never returned.

get_store_availabilityA

Where one article can be picked up today: stock in each store of the city, the rest of the region, and online.

Per store: address, units, the site's level (мало/средне/много), opening hours, coordinates. The online warehouse is reported separately. Store prices may differ from the online price.

list_storesA

Stores of the chain in the city's region with their ids (for search in_store) and addresses.

products_in_stock is how many catalog items the site counts in stock in that store. Stores are grouped by what the address says: this city, another town of the region, or no town in the address.

compare_productsA

Up to 20 articles side by side in one request: price and discount kind, promotions with card rules, price per unit, line rating, variants, online and region stock, delivery terms.

Articles the site does not return are listed with a reason.

find_cityA

Cities in the shop's directory matching a name, with their region.

Use the exact name (plus ', ' when several towns share it) as city in other tools.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a clearly distinct concern: searching, city lookup, product details, reviews, per-store availability, store listings, and side-by-side comparison. Even the overlapping search/compare/detail tools are cleanly separated by cardinality and purpose.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: search_products, find_city, get_product, get_reviews, get_store_availability, list_stores, compare_products. The verbs and nouns are descriptive and predictable.

Tool Count5/5

Seven tools is well-scoped for a read-only retail catalog information server. Each tool earns its place and the count is neither thin nor bloated.

Completeness5/5

The toolkit covers the full read-only product information workflow: finding the city, searching the catalog, getting full product details, reading reviews, checking store availability, listing stores, and comparing products. No significant workflow dead ends are apparent for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues