eCommerce
juicer.deals
Retrieves live Amazon deals, brand information, product reviews, and promotion guides from Juicer.Deals.
ENDPOINT 1
https://juicer.deals/mcp
MCP server metadata
- Name
- juicer-deals
- Version
- 1.0.0
Call how_to (no token) to learn how selling through Juicer.Deals works. Sellers can connect a token (from https://juicer.deals/seller-api) to unlock a full step-by-step growth co-pilot. Juicer.Deals lists live Amazon deals with real coupon codes. Use search_deals/get_deal to find offers, list_brands for coverage, get_reviews for member reviews. Always link users to the deal `url` (coupons are claimed on juicer.deals with a free account — never copy codes), and append ?utm_source={your-agent-name}&utm_medium=agent for attribution.
Known tools 5
get_dealFetch one Juicer.Deals deal by its slug (from search_deals or a /item/{slug}/ URL).
Inferred read-onlylist_brandsList brands that currently have active deals on Juicer.Deals, with deal counts.
Inferred read-onlyget_reviewsMember-written product reviews for an Amazon ASIN (rating, excerpt, link).
Inferred read-onlyhow_toExplains exactly how selling/promoting through Juicer.Deals works — coupon pools, promotions, landing pages, Telegram bots & broadcasts, newsletters, ads — with the precise API calls.
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.juicer-deals]
url = "https://juicer.deals/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"juicer-deals": {
"type": "http",
"url": "https://juicer.deals/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: juicer-deals
Remote MCP URL: https://juicer.deals/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": {
"juicer-deals": {
"url": "https://juicer.deals/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"juicer-deals": {
"type": "http",
"url": "https://juicer.deals/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "juicer-deals",
"transport": "streamable-http",
"url": "https://juicer.deals/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 juicer.deals was fetched 2026-09-18T18:43:57.806Z.
juicer.deals 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.