Skip to main content
ClaudeWave
staugs avatar
staugs

iwantfyi-spec

Ver en GitHub

Open specification for the iwant.fyi demand-side protocol v1.0. Apache 2.0.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptApache-2.0Actualizado 3mo ago
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Clear description
  • Documented (README)
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: NPX · @iwantfyi/conformance-kit
Claude Code CLI
claude mcp add iwantfyi-spec -- npx -y @iwantfyi/conformance-kit
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "iwantfyi-spec": {
      "command": "npx",
      "args": ["-y", "@iwantfyi/conformance-kit"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

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

Lo que la gente pregunta sobre iwantfyi-spec

¿Qué es staugs/iwantfyi-spec?

+

staugs/iwantfyi-spec es mcp servers para el ecosistema de Claude AI. Open specification for the iwant.fyi demand-side protocol v1.0. Apache 2.0. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-06-08.

¿Cómo se instala iwantfyi-spec?

+

Puedes instalar iwantfyi-spec clonando el repositorio (https://github.com/staugs/iwantfyi-spec) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar staugs/iwantfyi-spec?

+

Nuestro agente de seguridad ha analizado staugs/iwantfyi-spec y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene staugs/iwantfyi-spec?

+

staugs/iwantfyi-spec es mantenido por staugs. La última actividad registrada en GitHub es del 2026-06-08, con 1 issues abiertos.

¿Hay alternativas a iwantfyi-spec?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega iwantfyi-spec en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: staugs/iwantfyi-spec
[![Featured on ClaudeWave](https://claudewave.com/api/badge/staugs-iwantfyi-spec)](https://claudewave.com/repo/staugs-iwantfyi-spec)
<a href="https://claudewave.com/repo/staugs-iwantfyi-spec"><img src="https://claudewave.com/api/badge/staugs-iwantfyi-spec" alt="Featured on ClaudeWave: staugs/iwantfyi-spec" width="320" height="64" /></a>

Más MCP Servers

Alternativas a iwantfyi-spec