2 months ago
Universal wishlist for AI shopping experiences. Save any product URL from any store to a persistent wishlist directly from AI conversations.
Overview
Wishfinity +W
Universal wishlist infrastructure for AI shopping experiences.
The Problem
90% of consumers don't buy in the moment — they're browsing, researching, or saving for later. When users discover products through AI assistants, they have no easy way to save them.
The Solution
+W adds "save for later" functionality to any AI assistant. Users say "save that" and the product goes to their universal Wishfinity wishlist — works with any product URL from any store.
Quick Start
Claude Desktop / Local MCP:
{
"mcpServers": {
"wishfinity": {
"command": "npx",
"args": ["-y", "wishfinity-mcp-plusw"]
}
}
}
HTTP Endpoint (Remote):
https://wishfinity-mcp-plusw.wishfinity.workers.dev/mcp
Features
- Universal compatibility — any product URL from any online store
- MCP Prompts — save_for_later, shopping_assistant, gift_ideas
- MCP Resources — integration guide, trigger phrases
- Dual transport — stdio (local) and HTTP (remote)
Links
Server Config
{
"mcpServers": {
"wishfinity": {
"command": "npx",
"args": [
"-y",
"wishfinity-mcp-plusw"
]
}
}
}