ecommerce-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsC | Produkte nach Suchbegriff durchsuchen. |
| get_product_detailsB | Details zu einem bestimmten Produkt abrufen. |
| list_categoriesA | Alle verfuegbaren Produktkategorien auflisten. |
| get_products_by_categoryB | Produkte einer Kategorie abrufen. |
| lookup_by_barcodeB | Produkt per UPC/EAN-Barcode nachschlagen (UPCitemdb, kostenlos). |
| manage_cartB | Einkaufswagen verwalten (hinzufuegen, entfernen, anzeigen, leeren). |
| manage_wishlistC | Wunschliste verwalten (hinzufuegen, entfernen, anzeigen). |
| get_shopping_summaryA | Gesamtuebersicht: Warenkorb und Wunschliste zusammengefasst. Zeigt Gesamtkosten, Anzahl Artikel und Spar-Tipps. |
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
Each tool has a clear, distinct purpose: product details, category browsing, barcode lookup, cart and wishlist management, search, and a combined summary. No two tools perform the same function.
All tool names follow a consistent verb_noun pattern (e.g., get_product_details, manage_cart) using underscores. Verbs are descriptive and nouns are specific, with no mixing of conventions.
8 tools is well-scoped for an e-commerce assistant. It covers product discovery, cart and wishlist operations, and a summary without being overwhelming or too sparse.
Core functions (browse, search, cart, wishlist, summary) are covered. Missing checkout or order management, but the tool set seems intentionally focused on pre-purchase activities, so only minor gaps.