Skip to main content
Pay per API call with no signup and no API key. Agents use MPP over Tempo (USDC.e on mainnet) at https://mpp.trychannel3.com. Send x-api-key or satisfy the MPP payment challenge — same endpoints either way.

Supported endpoints

MPP works on these POST routes only: Everything else (/v1/browse, product detail, brands, etc.) requires an API key.

Quick start

1. Set up a Tempo wallet with USDC.e:
2. Make a paid request — the CLI handles 402 → pay → retry:
Also works with mppx (npx mppx@latest ... --network mainnet). Plain curl returns 402 but cannot complete payment.

How it works

  1. Call without auth → 402 with WWW-Authenticate: Payment ...
  2. Wallet settles $0.007 USDC.e on Tempo (7000 base units, chain 4217)
  3. Retry with Authorization: Payment <credential>200 + Payment-Receipt
Each payment credential is single-use. Pagination (page_token) is a new paid call. Failed responses after payment are refunded automatically.

Errors

See MPP and the Tempo wallet CLI for protocol details.