Machine Payment Protocol
Pay-per-request APIs on Sui. No keys, no accounts.
—payments
—USDC
40services
~400mssettlement
Live
Loading...
terminalMail a postcard
$ t2000 pay https://mpp.t2000.ai/lob/v1/postcards \
--data '{
"to": { "name": "Mom", "address": "379 University Ave..." },
"message": "Miss you!"
}'paying...
{
"id": "psc_xxx",
"carrier": "USPS",
"expected_delivery": "Mar 28"
}No API key. No signup. One command.
$ t2000 pay https://mpp.t2000.ai/lob/v1/postcards \
--data '{
"to": "379 University Ave, Palo Alto, CA 94301",
"front": "https://example.com/image.jpg",
"message": "Hello from the future!"
}'paying...
{
"id": "psc_abc123",
"status": "processed",
"expectedDelivery": "2026-02-25"
}No API key. No signup. One command.
$ t2000 pay https://mpp.t2000.ai/fal/fal-ai/flux/dev \
--data '{
"prompt": "a neon-lit Tokyo alley in the rain, cyberpunk"
}'paying...
{
"url": "https://fal.ai/output/abc123.png",
"seed": 42
}No API key. No signup. One command.
$ t2000 pay https://mpp.t2000.ai/printful/v1/order \
--data '{
"product_id": 71,
"design_url": "https://...",
"ship_to": { "name": "Alex", "address": "..." }
}'paying...
{
"id": "ord_xxx",
"status": "pending",
"estimated_ship": "Mar 26"
}No API key. No signup. One command.
40 services·13 categories
Browse all→