# Iwantfyi Spec

> Demand-side commerce protocol: agents express purchase intent, get ranked supply matches.

- **Type:** MCP server
- **Install:** `agentstack add mcp-staugs-iwantfyi-spec`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [staugs](https://agentstack.voostack.com/s/staugs)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 1.0.0
- **License:** Apache-2.0
- **Upstream author:** [staugs](https://github.com/staugs)
- **Source:** https://github.com/staugs/iwantfyi-spec
- **Website:** https://iwant.fyi/protocol/v1

## Install

```sh
agentstack add mcp-staugs-iwantfyi-spec
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# iwant.fyi demand-side protocol

The iwant.fyi demand-side protocol defines how AI agents express structured purchase intent on behalf of users, receive matched supply across multiple sources, and report outcomes back. It is MCP-native, transport-flexible, and intentionally agnostic about who matches the demand, who fulfills it, and how money moves.

## Why

Existing agentic commerce protocols are supply-side: ACP and UCP define how an agent completes a purchase at a merchant; AP2 handles payment authorization; MCP is general tool/data access. None of them defines how an agent expresses *what its user wants* in a structured, machine-matchable form, or how that demand persists across sessions and gets fulfilled across multiple sources.

The iwant.fyi demand-side protocol fills that gap.

## Spec

- [v1.1 (Draft)](./v1.md) — Current. Additive, backward-compatible with v1.0: signed webhooks for
  Standing Wants (§16), partial-result transparency (§6.1), retryable error taxonomy (§11.2),
  idempotency keys (§8.4), capability discovery (§8.2), deterministic ordering + cursor (§6.3).

Read it rendered with anchors at [iwant.fyi/protocol/v1](https://iwant.fyi/protocol/v1).

JSON Schema for the core objects: [`schemas/1.1/`](./schemas/1.1/) (also served live at
`https://iwant.fyi/.well-known/iwantfyi/schemas/1.1/`).

## Conformance

A test kit verifies any implementation against [spec §15](./v1.md#15-conformance):

```bash
npx @iwantfyi/conformance-kit --mcp https://iwant.fyi/api/mcp --http https://iwant.fyi/api/v1 --api-key 
```

Source: [`conformance-kit/`](./conformance-kit/) · npm: `@iwantfyi/conformance-kit` (Apache-2.0). The
reference implementation also self-reports at [`/api/v1/conformance`](https://iwant.fyi/api/v1/conformance).

## Reference implementation

[iwant.fyi](https://iwant.fyi) — `https://iwant.fyi/api/mcp`

The iwant.fyi MCP server is the reference implementation. It advertises spec conformance and is the canonical surface to test against.

## Official SDKs (all Apache 2.0)

| Framework | Package | Repo |
|---|---|---|
| TypeScript / generic | `@iwantfyi/sdk` | [staugs/iwantfyi-sdk](https://github.com/staugs/iwantfyi-sdk) |
| LangChain (Python) | `iwantfyi-langchain` | [staugs/iwantfyi-langchain](https://github.com/staugs/iwantfyi-langchain) |
| Composio (Python) | `iwantfyi-composio` | [staugs/iwantfyi-composio](https://github.com/staugs/iwantfyi-composio) |
| CrewAI (Python) | `iwantfyi-crewai` | [staugs/iwantfyi-crewai](https://github.com/staugs/iwantfyi-crewai) |

Three open-source example agents at [staugs/iwantfyi-examples](https://github.com/staugs/iwantfyi-examples).

## Status

v1.1 is published as a draft for public comment. Feedback, issues, and proposed extensions are welcome via [GitHub issues](https://github.com/staugs/iwantfyi-spec/issues) or directly to `hi@iwant.fyi`.

## License

The specification is published under the Apache License 2.0. Implementations are not required to be open source.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [staugs](https://github.com/staugs)
- **Source:** [staugs/iwantfyi-spec](https://github.com/staugs/iwantfyi-spec)
- **License:** Apache-2.0
- **Homepage:** https://iwant.fyi/protocol/v1

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v1.0.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **1.0.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-staugs-iwantfyi-spec
- Seller: https://agentstack.voostack.com/s/staugs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
