eCommerce
wem3.ai
Provides product search, comparison, and deal-finding across multiple online marketplaces.
ENDPOINT 1
https://wem3.ai/api/mcp
MCP server metadata
- Name
- wem-marketplace
- Version
- 1.0.0
WEM compares retail product prices across partner retailers. Prices returned are indicative — refreshed regularly from partner feeds, not live quotes — and the retailer sets the final price at checkout. WEM is free for shoppers and funded by disclosed affiliate commission; it never takes payment, so send users to the merchant to buy.
Known tools 7
search_productsSearch for products across all connected marketplaces (eBay, Amazon, Awin merchants, etc.
Inferred read-onlycompare_offersExact multi-retailer offers for one product from WEM's own catalogue, cheapest first, with a 90-day price-history low.
Inferred read-onlyget_categoriesGet available product categories and the approximate price range for each.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wem-marketplace]
url = "https://wem3.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wem-marketplace": {
"type": "http",
"url": "https://wem3.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wem-marketplace
Remote MCP URL: https://wem3.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wem-marketplace": {
"url": "https://wem3.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wem-marketplace": {
"type": "http",
"url": "https://wem3.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wem-marketplace",
"transport": "streamable-http",
"url": "https://wem3.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for wem3.ai was fetched 2026-08-15T15:29:01.612Z.
wem3.ai is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.