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:npx mppx@latest ... --network mainnet). Plain curl returns 402 but cannot complete payment.
How it works
- Call without auth → 402 with
WWW-Authenticate: Payment ... - Wallet settles $0.007 USDC.e on Tempo (7000 base units, chain
4217) - 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.