dupe-mcp
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
search_catalog— Search for products by text query. Returns alternative and similar products from Dupe's catalog. Use this to find dupes / affordable alternatives.lookup_catalog— Find alternative products (dupes) for specific items identified by URL. Accepts one or more product page URLs and returns visually and semantically similar products.get_product— Retrieve enriched details for a specific product by its ID (from a previous search_catalog or lookup_catalog result). Returns description, brand, etc.search_products_by_text— Search for products using text description or keywords across various shopping platforms.search_products_by_image— Search for visually similar products using an image URL (or hash of an existing result).search_products_by_url— Extract and search for alternatives to a specific product from its complete product page URL.get_product_details— Fetch enriched product details (description, brand, specifications, images, typical price range) for one or more products from a previous result.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.