← juicer.deals
INDIVIDUAL MCP TOOL
get_deal
Fetch one Juicer.Deals deal by its slug (from search_deals or a /item/{slug}/ URL).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.
Related tools
search_deals— Search live Amazon deals with coupon codes on Juicer.Deals.list_brands— List brands that currently have active deals on Juicer.Deals, with deal counts.get_reviews— Member-written product reviews for an Amazon ASIN (rating, excerpt, link).how_to— Explains exactly how selling/promoting through Juicer.Deals works — coupon pools, promotions, landing pages, Telegram bots & broadcasts, newsletters, ads — with the precise API calls.