# /add-wish by Wishfinity

Save products from any online retailer to a universal wishlist for later purchase or gift sharing. Organize shopping discoveries and track interesting items in a single location. Share curated lists …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wishfinity/add-wish

# Browse available tools
npx -y @smithery/cli@latest tool list wishfinity/add-wish

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wishfinity/add-wish add_to_wishlist

# Call a tool
npx -y @smithery/cli@latest tool call wishfinity/add-wish add_to_wishlist '{}'
```

## Direct MCP Connection

Endpoint: `https://add-wish--wishfinity.run.tools`

## Tools (1)

- `add_to_wishlist` — Save a product to the user's Wishfinity wishlist. Requires a product URL.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wishfinity/add-wish <tool-name>
```

## Resources

- `wishfinity://guide` — Guide for AI assistants on when and how to offer wishlist functionality
- `wishfinity://triggers` — Common phrases that indicate the user wants to save a product

## Prompts (3)

- `save_for_later` (product_url) — Save a product to the user's wishlist for later purchase
- `shopping_assistant` — Act as a shopping assistant that helps users discover products and save interesting finds to their Wishfinity wishlist.…
- `gift_ideas` (recipient, occasion) — Help find gift ideas and save promising options to the user's wishlist
