cross-shop
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERPAPI_API_KEY | No | SerpApi key for Google Shopping and Amazon engines. | |
| ALIEXPRESS_APP_KEY | No | AliExpress Affiliate App Key. | |
| CROSS_SHOP_DATA_DIR | No | Override the default data directory (from platformdirs.user_data_path('cross-shop')). | |
| ALIEXPRESS_APP_SECRET | No | AliExpress Affiliate App Secret. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search 1–100 {store, query} entries. Results use r.. item handles; append . for a variant, then pass handles to product or quote. |
| productA | Fetch detail for 1–100 product URLs, refs, or r..[.] handles. Product results issue fresh handles for quote. |
| quoteC | Quote 1–20 stores with 1–20 lines each. Each item accepts a URL, ref, or r..[.] handle; use . for multi-variant products. |
| imagesA | Download up to ten cached images for item handle r..; selection is N or START:END. |
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 4 tools
Each tool performs a distinct operation: search finds items, product retrieves details, quote generates quotes, and images downloads images. There is no overlap in their primary purposes, and the handles passed between them make the workflow clear.
All tool names are single lowercase words, which is consistent in format. However, they mix noun and verb forms (search is a verb, product and images are nouns), but this minor inconsistency does not impede predictability.
With exactly 4 tools, the server is tightly scoped to its cross-shop search, product detail, quoting, and image retrieval purpose. Each tool has a clear, non-redundant role, making the count ideal.
The tool set covers the core workflow: search, fetch product details, create quotes, and download images. Minor gaps like store listing or order management exist but fall outside the apparent scope of this server.