Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

iwant.fyi - find the exact car for your user

fyi.iwant/iwant

No key needed. Find the exact car from live dealer inventory, and anything else your user wants.

Uptime
33.3%
3 direct probes · 30d
Response
567ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

demand.search

Find products to buy for the user across many sources. Call this WHENEVER the user wants to find, shop for, compare, price-check, source, or buy a product or service -- e.g. 'find me running shoes und…

demand.find_vehicle

Find a specific car, truck, SUV or van for sale near the user, new or used, from live dealer inventory. Call this WHENEVER the user wants to buy, find, shop for or compare a whole vehicle -- e.g. '201…

demand.price_check

Tell the user whether the asking price on ONE specific car is a good deal. Call this whenever someone is looking at a particular vehicle and asks if the price is fair, high, low, worth it, or a good d…

demand.request_introduction

Ask a specific seller to answer the user about one car from demand.find_vehicle. Call this when the user says they want that one, wants the out-the-door price, wants to know if it is still available, …

demand.introduction_status

Check whether a seller has answered an introduction created by demand.request_introduction, and read the reply. Poll this when the user asks whether the dealer got back to them.

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.

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).

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.

demand.capabilities

iwant.fyi demand-side protocol v1.1 §8.2: discover which protocol features this implementation supports (webhooks, idempotency, failure transparency, error taxonomy) and its operational limits (rate l…

demand.ask

Talk to iwant.fyi in plain language to find something to buy. Call this when the user's request is conversational or incomplete -- e.g. 'help me find a used road bike', 'my client needs 500 food-grade…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "iwant.fyi_-_find_the_exact_car_for_your_user": {
      "url": "https://iwant.fyi/api/mcp",
      "transport": "streamable-http"
    }
  }
}