← cheapbestdeals.com
INDIVIDUAL MCP TOOL
resolve_amazon_link
Extract an ASIN from an Amazon URL, fetch product details, and return the affiliate buy_url when available.
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.cheapbestdeals-com]
url = "https://cheapbestdeals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cheapbestdeals-com": {
"type": "http",
"url": "https://cheapbestdeals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cheapbestdeals-com
Remote MCP URL: https://cheapbestdeals.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": {
"cheapbestdeals-com": {
"url": "https://cheapbestdeals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cheapbestdeals-com": {
"type": "http",
"url": "https://cheapbestdeals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cheapbestdeals-com",
"transport": "streamable-http",
"url": "https://cheapbestdeals.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_marketplaces— Return marketplace IDs and names accepted by the CheapBestDeals MCP tools.search_products— Search Amazon products by keyword and return structured deal data.get_product_details— Fetch detailed Amazon product information by ASIN.search_aliexpress— Search AliExpress products and return structured products.chat_with_deals_agent— Ask the CheapBestDeals shopping assistant for recommendations.