eCommerce
conomize.com
Provides MCP tools to search a merchant directory, retrieve store details and availability, and list discount codes and offers for e-commerce shopping.
ENDPOINT 1
https://conomize.com/mcp
MCP server metadata
- Name
- conomize-ai
- Version
- 0.1.0
Public, read-only access to Conomize's savings catalog for Luxembourg (and future European markets). Use `search_stores` to find merchants, `get_store` for one merchant's offers, and `list_deals` to filter offers by merchant, category, country or status. Offers are only reported as verified when a verification record exists; records flagged is_demo are MVP demo data.
Known tools 3
search_storesSearch Conomize's merchant directory by store name, slug, category or shopping area.
Inferred read-onlyget_storeGet one Conomize merchant by slug: what it sells, the markets where availability is evidence-backed (delivery.availability = "confirmed"; "not_confirmed" means unknown, never unavailable), its Conomize relationship status, and any verified offers for a country.
Inferred read-onlylist_dealsList Conomize discount codes and offers, optionally filtered by merchant slug, category slug, country and status.
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.conomize-ai]
url = "https://conomize.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"conomize-ai": {
"type": "http",
"url": "https://conomize.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: conomize-ai
Remote MCP URL: https://conomize.com/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": {
"conomize-ai": {
"url": "https://conomize.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"conomize-ai": {
"type": "http",
"url": "https://conomize.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "conomize-ai",
"transport": "streamable-http",
"url": "https://conomize.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.