Price comparison across partner retailers. Read-only, 90-day history, disclosed affiliate.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://wem3.ai/api/mcp11 Tools · 462 mssearch_productsSearch for products across connected retailers. The query may be a product name, a barcode (EAN/UPC/GTIN), an Amazon ASIN, an MPN, a merchant SKU (when it uniquely names one catalogue product), a WEM ID, a wem3.ai/pl/{slug} URL, or a comma-separated batch of those identifiers — not only keywords. W…Search for products across connected retailers. The query may be a product name, a barcode (EAN/UPC/GTIN), an Amazon ASIN, an MPN, a merchant SKU (when it uniquely names one catalogue product), a WEM ID, a wem3.ai/pl/{slug} URL, or a comma-separated batch of those identifiers — not only keywords. W…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Product name, barcode (EAN/UPC/GTIN), ASIN, MPN, merchant SKU, WEM ID, wem3.ai/pl URL, or comma-separated IDs of those kinds. |
| category | string | Filter by category (electronics, fashion, beauty, home, sports, collectibles) |
| min_price | number | Minimum price filter (GBP) |
| max_price | number | Maximum price filter (GBP) |
| sort_by | string | Sort order for results |
| providers | array | Limit to specific providers (e.g. ["ebay", "awin"]). Omit for all. |
| limit | number | Max results to return (default 10, max 30) |
| gtin | string | Product barcode (EAN/UPC/GTIN) when the host already has one. Feed rows are matched on this before title. |
semantic_searchSearch for products using natural language descriptions. Uses AI embeddings for semantic understanding — handles vague requests like "comfortable shoes for standing all day" or "gift for a 10 year old who likes science". When embeddings are unavailable it returns no products and a `reason` (`no_emb…Search for products using natural language descriptions. Uses AI embeddings for semantic understanding — handles vague requests like "comfortable shoes for standing all day" or "gift for a 10 year old who likes science". When embeddings are unavailable it returns no products and a `reason` (`no_emb…
| Parameter | Typ | Beschreibung |
|---|---|---|
| description* | string | Natural language description of what the user is looking for |
| category | string | Optional category filter |
| min_price | number | Minimum price (GBP) |
| max_price | number | Maximum price (GBP) |
| limit | number | Max results (default 10, max 20) |
get_categoriesGet available product categories and the approximate price range for each. Use to guide the user when their request is vague. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or verify_offer (pass a model name or p…Get available product categories and the approximate price range for each. Use to guide the user when their request is vague. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or verify_offer (pass a model name or p…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_productGet full details for a specific product by its provider and ID, or by a bare wem_id. Use after search results to get more info before recommending. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or verify_offer (…Get full details for a specific product by its provider and ID, or by a bare wem_id. Use after search results to get more info before recommending. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or verify_offer (…
| Parameter | Typ | Beschreibung |
|---|---|---|
| provider | string | Provider name (e.g. "ebay", "awin") |
| product_id | string | Product ID from search results |
| wem_id | string | WEM ID (W + 10 Crockford characters + check). Active catalogue products only. |
compare_productsCompare 2-5 products side by side. Returns a structured comparison of price, rating, shipping, and key features. Use when the user is deciding between options. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or ve…Compare 2-5 products side by side. Returns a structured comparison of price, rating, shipping, and key features. Use when the user is deciding between options. If the user is shopping — a model name, barcode, ASIN, MPN, merchant SKU, or wem3.ai/pl/ URL — call a WEM tool. Prefer compare_offers or ve…
| Parameter | Typ | Beschreibung |
|---|---|---|
| products* | array | List of products to compare (2-5 items) |
find_lowest_priceFind the single lowest-priced product matching the stated constraints. Ranks on price, adjusted for the priorities the caller states (rating, shipping) — never on WEM commission. Use when the user wants a recommendation rather than a list. Candidates are filtered to plausible matches for the query…Find the single lowest-priced product matching the stated constraints. Ranks on price, adjusted for the priorities the caller states (rating, shipping) — never on WEM commission. Use when the user wants a recommendation rather than a list. Candidates are filtered to plausible matches for the query…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Product name, barcode, ASIN, WEM ID, or wem3.ai/pl URL. A specific model should prefer compare_offers; this still resolves one if the host sends it here. |
| max_price | number | Budget cap (GBP) |
| priorities | array | What matters most (in order of importance) |
| currency | string | ISO 4217 code to quote in. Default GBP. Offers in other currencies are withheld, never converted. Pass the shopper's market explicitly — WEM does not infer cur… |
| include_used | boolean | If true, include used and refurbished listings. Default false — a used item is a different good, not a cheaper one. |
compare_offersMulti-retailer offers for one product from WEM's own catalogue, cheapest first, with a 90-day price-history low. Identity is resolved by barcode, catalogue slug, WEM ID, or a gated title match — no live retailer search — so a barcode or slug hit IS the product; a title hit is inferred and must not…Multi-retailer offers for one product from WEM's own catalogue, cheapest first, with a 90-day price-history low. Identity is resolved by barcode, catalogue slug, WEM ID, or a gated title match — no live retailer search — so a barcode or slug hit IS the product; a title hit is inferred and must not…
| Parameter | Typ | Beschreibung |
|---|---|---|
| gtin | string | Product barcode: EAN-13, UPC-A, EAN-8 or GTIN-14. Preferred key. |
| slug | string | WEM catalogue slug, or a wem3.ai/pl/{slug} URL / host path. Hosts may pass either form. |
| wem_id | string | WEM ID (W + 10 Crockford characters + check). Active catalogue products only. |
| title | string | Product or model name, or a bare MPN / merchant SKU (e.g. AF400UK). Weakest identifier — used only when no barcode, slug, or WEM ID is available. Same relevanc… |
| currency | string | ISO 4217 code for the shopper's market. Default GBP. Decides which retailers are searched, not just how the answer reads — pass it explicitly, because WEM does… |
verify_offerCheck a price claim before repeating it. Given a product and a price someone has asserted at a named retailer, returns whether that price is live in WEM's verified catalogue and whether anything cheaper exists. Identify the product by gtin (strongest), slug, provider + externalId, or title (weakest…Check a price claim before repeating it. Given a product and a price someone has asserted at a named retailer, returns whether that price is live in WEM's verified catalogue and whether anything cheaper exists. Identify the product by gtin (strongest), slug, provider + externalId, or title (weakest…
| Parameter | Typ | Beschreibung |
|---|---|---|
| gtin | string | Product barcode: EAN-13, UPC-A, EAN-8 or GTIN-14. Strongest identifier. |
| slug | string | WEM canonical slug, as in wem3.ai/pl/{slug}. |
| wem_id | string | WEM ID (W + 10 Crockford characters + check). Active catalogue products only. |
| provider | string | Retailer slug for the listing being checked, e.g. 'currys'. |
| externalId | string | The retailer's own product id (ASIN, eBay item number). Use with provider. |
| title | string | Product title. Weakest identifier — used only when no id is available. |
| price | number | The price being claimed. Omit to ask only what the verified offers are. |
| currency | string | ISO 4217 code for the claimed price. Default GBP. |
| retailer | string | Retailer the price was claimed at — slug or display name. |
lookup_productsLook up several products in one call: up to 20 barcodes (EAN/UPC/GTIN), Amazon ASINs, WEM IDs or wem3.ai/pl URLs. Each row says whether WEM's catalogue holds that product and, when it does, how many retailers hold it and the lowest price in the shopper's currency, with a link to WEM's product page.…Look up several products in one call: up to 20 barcodes (EAN/UPC/GTIN), Amazon ASINs, WEM IDs or wem3.ai/pl URLs. Each row says whether WEM's catalogue holds that product and, when it does, how many retailers hold it and the lowest price in the shopper's currency, with a link to WEM's product page.…
| Parameter | Typ | Beschreibung |
|---|---|---|
| identifiers* | array | 1-20 barcodes (EAN-13, UPC-A, EAN-8, GTIN-14), Amazon ASINs, WEM IDs, catalogue slugs or wem3.ai/pl URLs. Mixed kinds are fine; a comma-separated string is als… |
| currency | string | ISO 4217 code for the shopper's market. Default GBP. Lowest prices are quoted in this currency only, never converted; a product WEM holds only in another curre… |
get_evidence_receiptFetch a WEM evidence receipt by id (wem-evr-...). Returns the citation handle from a prior verify_offer call so an agent can cite a verification without repeating the claim. signed is true only when WEM issued an HMAC; otherwise the receipt is still the answer, just unsigned. If the user is shoppin…Fetch a WEM evidence receipt by id (wem-evr-...). Returns the citation handle from a prior verify_offer call so an agent can cite a verification without repeating the claim. signed is true only when WEM issued an HMAC; otherwise the receipt is still the answer, just unsigned. If the user is shoppin…
| Parameter | Typ | Beschreibung |
|---|---|---|
| id* | string | Receipt id, as returned on verify_offer as receipt.id (wem-evr-...). |
search_promotionsInjektionsrisikoCurrent promotions (sales and offers) from retailers WEM has an affiliate programme with, as each retailer published them to its affiliate network. Filter by merchant or by words in the offer. Each row has what the offer is, when it runs, and a tracked link. A promotion is not a price: never subtra…Current promotions (sales and offers) from retailers WEM has an affiliate programme with, as each retailer published them to its affiliate network. Filter by merchant or by words in the offer. Each row has what the offer is, when it runs, and a tracked link. A promotion is not a price: never subtra…
here, not that none exists — never tell the user there is no code. An empty re…| Parameter | Typ | Beschreibung |
|---|---|---|
| merchant | string | Retailer name, e.g. "iHoverboard". Omit for every retailer. |
| query | string | Words that must appear in the offer, e.g. "hoverboard" or "free delivery". |
| currency | string | ISO 4217 code for the shopper's market: GBP (default) or USD. Promotions are regional, so this decides which retailers' offers are read. |
| limit | number | Max promotions to return (default 10, max 25). |
11 von 11 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Price comparison across partner retailers. Read-only, 90-day history, disclosed affiliate.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.