Skip to main content
Glama
SZhukovWork

aliexpress-ru-mcp

by SZhukovWork

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AE_CITYNoCity for prices and delivery quotes, as named on the site. Add the region for namesakes: `Кировск, Мурманская`. Every tool also takes a `city` argument.Москва
AE_PROXYNoProxy URL for both HTTP and the browser, e.g. `http://user:pass@host:3128`.
AE_HEADLESSNo`0` opens a visible browser window when a session is minted — use it once if the site shows a captcha; solve it and the session is reused.1
AE_CACHE_DIRNoAnti-bot session (file mode 0600) and resolved cities.~/.cache/aliexpress-ru-mcp
AE_MIN_INTERVALNoSeconds between requests to aliexpress.ru. The site throttles bursts.1.0

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 aliexpress.ru like the site does: real pages, sorting, a price window.

Per item: listing price (and pre-discount price) of the variant the listing shows (listing_sku_id — the card may pre-select another one; pass it to get_product as sku_id to price the same variant), the price the listing advertises "с купоном" (may need a bigger order), rating, orders, listing delivery estimate, number of variants, Choice and sponsored flags, seller, item_id and source_id. Review counts are not in listings. total_found is AliExpress's match count; has_more whether another page exists. Price sorting and the price window use AliExpress's own price field, so a shown price can fall outside the window.

get_productA

Full live card for one item, priced for one variant.

Returns the selected variant's price (and pre-discount price, stock), every variant with its options and price, all coupons with their minimum order, what the coupons really give at quantity (with_coupons, next_threshold), the delivery quote to the city (methods, dates, cost), Choice/combo terms, rating with the star split, orders, the seller (name, positive feedback %, followers, badges, orders shipped, store age), characteristics, buyer protection and returns.

get_reviewsA

Buyer reviews with real pagination, sorting and filters.

Each review: date, stars, text (machine-translated into Russian when the buyer wrote in another language — original_text then holds the original), bought variant, photo count, helpful votes, buyer country, seller reply and follow-up review. Also the item's rating with the star split (all variants together) and, optionally, aspect tags.

compare_productsA

Side by side: the pre-selected variant's price, price range over variants, price after coupons for one unit, cheapest delivery with its date, rating, reviews, orders, Choice/local flags — for up to 10 items. Seller details and characteristics are only in get_product.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: searching listings, fetching detailed product data, fetching reviews, and comparing products. There is no ambiguity in which tool to use for a given task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: search_products, get_product, get_reviews, compare_products. This is predictable and clear.

Tool Count5/5

With 4 tools, the server is tightly scoped to the core e-commerce workflow: search, detail, reviews, and comparison. Each tool is essential and none are redundant.

Completeness3/5

The tool set covers search, detail, reviews, and comparison, which are the primary consumer-facing operations. However, there is no tool for placing orders or managing a cart, which might be expected from an e-commerce server, but this may be intentional as the server is read-only.

Maintenance

ActivityMaintained
ResponsivenessNo issues