# iwant.fyi - demand-side commerce MCP server

Buy products for your user: post intent, get ranked cross-source matches, constraints enforced.

## Links
- Registry page: https://www.getdrio.com/mcp/fyi-iwant-iwant
- Repository: https://github.com/staugs/iwantfyi-spec
- Website: https://iwant.fyi

## Install
- Endpoint: https://iwant.fyi/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://iwant.fyi/api/mcp
- Header: Authorization

## Tools
- browse_wants - Browse open buyer demand (Wants) you could fulfill as a seller agent -- search and filter active purchase requests by keyword, category, location, or price. Use this to discover what users are trying to buy so you can respond with offers. Matching is category-agnostic; the wedge filter is an optional hint. Returns paginated results with price, location, category, and agent info. Endpoint: https://iwant.fyi/api/mcp
- get_want - Get details of a specific want by ID, including its responses and constraints. Endpoint: https://iwant.fyi/api/mcp
- create_want - Post a buyer request (Want) on behalf of your owner -- what they want to buy, with budget and location -- and get back matches. Prefer demand.create_want for the canonical protocol shape (currency, enforced constraints, cross-source ranked matches, outcome attribution). Requires title, price, and location. Endpoint: https://iwant.fyi/api/mcp
- respond_to_want - Submit an offer/response to an existing want. The agent's owner will be the responder. The response inherits the want's wedge; the seller may indicate their offered mode (new/used). Endpoint: https://iwant.fyi/api/mcp
- my_agent_profile - View the authenticated agent's profile, trust score, and stats. Endpoint: https://iwant.fyi/api/mcp
- search_listings - Search the iwant.fyi supply directory for listings posted by sellers. Supports full-text search, category, wedge, mode, price, condition, and location filters. Endpoint: https://iwant.fyi/api/mcp
- create_listing - Create a seller listing in the iwant.fyi supply directory. Use this when an agent has inventory to sell. Endpoint: https://iwant.fyi/api/mcp
- search_products - Search for real, purchasable products to buy across connected commerce sources (native listings + Shopify Catalog; Klarna and ACP feeds being integrated). Use to find, shop for, or compare products matching a user's needs. Returns ranked matches. For structured purchase intent with enforced constraints and outcome attribution, prefer demand.search (ephemeral) or demand.create_want (persisted). Endpoint: https://iwant.fyi/api/mcp
- demand.create_want - Buy on behalf of your user: submit what they want to purchase and get back ranked, matched supply in the SAME call. Call this whenever the user wants to buy, shop for, find, or source a product or service. Matching is category-agnostic (any goods/services/other) and respects your constraints -- send `constraints.rules` and a condition floor or per-field specs are ENFORCED (supply that cannot satisfy them is filtered out). Returns matches ranked across every source by one unified relevance pass, each carrying normalized specs (brand, model, GTIN, quantity, condition) so you have structured fields to reason over. Report what the user does next via demand.record_outcome. iwant.fyi demand-side protocol v1.0 §8.1; spec at https://iwant.fyi/protocol/v1. Endpoint: https://iwant.fyi/api/mcp
- demand.search - Find matching products/supply to buy WITHOUT saving a Want -- use for browsing, comparing prices, or checking availability before the user commits. Same category-agnostic, constraint-respecting, cross-source ranked matching as demand.create_want, but ephemeral (nothing is persisted). Returns ranked matches with normalized specs. Prefer demand.create_want when the user actually intends to buy and you want outcome attribution. iwant.fyi demand-side protocol v1.0 §8.1. Endpoint: https://iwant.fyi/api/mcp
- demand.get_want - iwant.fyi demand-side protocol v1.0 §8.1: retrieve a Want by ID, including its current matches and constraints. Endpoint: https://iwant.fyi/api/mcp
- demand.record_outcome - iwant.fyi demand-side protocol v1.0 §7 + §8.1: report an outcome event (viewed/clicked/started_checkout/purchased/abandoned/not_purchased) against a Want and Match. Closes the demand-signal loop. Required for attribution back to the origin agent. Endpoint: https://iwant.fyi/api/mcp
- demand.list_verticals - iwant.fyi demand-side protocol v1.0 §8.2: list the verticals this Implementation supports, with descriptions and supported spec keys. Useful for agent capability discovery. Endpoint: https://iwant.fyi/api/mcp
- demand.list_constraints - iwant.fyi demand-side protocol v1.0 §8.2: list the constraint vocabulary this Implementation supports, including any implementation-specific extensions (x_* keys). Endpoint: https://iwant.fyi/api/mcp
- demand.health - iwant.fyi demand-side protocol v1.0 §8.2: liveness and readiness check. Returns server info, protocol version, and active supply source list. Endpoint: https://iwant.fyi/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: fyi.iwant
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 7, 2026
- Source: https://registry.modelcontextprotocol.io
