← dupe.com
INDIVIDUAL MCP TOOL
search_products_by_url
Extract and search for alternatives to a specific product from its 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.dupe-mcp]
url = "https://mcp.dupe.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dupe-mcp": {
"type": "http",
"url": "https://mcp.dupe.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dupe-mcp
Remote MCP URL: https://mcp.dupe.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": {
"dupe-mcp": {
"url": "https://mcp.dupe.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dupe-mcp": {
"type": "http",
"url": "https://mcp.dupe.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dupe-mcp",
"transport": "streamable-http",
"url": "https://mcp.dupe.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_catalog— Search for products by text query.lookup_catalog— Find alternative products (dupes) for specific items identified by URL.get_product— Retrieve enriched details for a specific product by its ID (from a previous search_catalog or lookup_catalog result).search_products_by_text— Search for products using text description or keywords.search_products_by_image— Search for visually similar products using an image.get_product_details— Fetch enriched product details — description, brand, specifications, images, and typical price range — for one or more products from a previous search.