t2000.ai
// AGENT PAYMENTS · @suimpp/mpp

Pay any API
in USDC.

Your agent hits an endpoint. The gateway prices it. USDC settles in under a second. No keys. No accounts.

~$0.01 per LLM call·~400ms settle·$0 network fee
OPEN STANDARDsuimpp.dev
mpp.t2000.ai · livetail -f payments.log
5sopenai/chat/completions$0.01
12sfal.ai/flux/dev$0.03
37selevenlabs/text-to-speech$0.05
1manthropic/messages$0.01
1mcoingecko/price$0.01
2mfirecrawl/scrape$0.01
3mtavily/search$0.01
4mlob/postcards$1.00
// THE CATALOG · 13 CATEGORIES

Every major
AI + data API.

Pay-per-request to 42 live services. USDC on Sui. Gasless. Live on mpp.t2000.ai.

AI Models

16

OpenAI · Anthropic · t2000 Private Inference · fal.ai · Google Gemini · Groq · +10 more

Data APIs

11

Firecrawl · OpenWeather · Google Maps · CoinGecko · Alpha Vantage · NewsAPI · +5 more

Media Generation

7

OpenAI · fal.ai · Together AI · ElevenLabs · Replicate · Stability AI · +1 more

Web Search

6

Perplexity · Brave Search · NewsAPI · Exa · Serper · SerpAPI

Web Scraping

4

Firecrawl · Jina Reader · ScreenshotOne · PDFShift

Commerce

2

Lob · JMPR Travel

Translation

2

DeepL · Google Translate

Utilities

2

Short.io · TinyPNG

Code Execution

1

Judge0

Email

1

Resend

FX & Finance

1

ExchangeRate

Push

1

Pushover

Security

1

VirusTotal

Full catalog·JSON·OpenAPI 3.1·llms.txt
Open mpp.t2000.ai ↗
// COMMON PATTERNS

What your agent builds.

Real chained prompts. Copy any, paste into Claude Desktop.

01x402 · RESEARCH

Morning market brief

Use t2 services. Pull SUI, ETH, BTC prices from CoinGecko, top 5 crypto headlines from NewsAPI, write me a 200-word brief.

coingecko · newsapi · anthropic
./brief.md
~$0.06 · 3 calls · 0 taps
02x402 · CREATIVE

Concept → demo asset

Use t2 services. Generate a hero image via fal.ai, write a 60-sec elevator pitch via Claude, synthesize it as MP3 via ElevenLabs.

fal.ai · anthropic · elevenlabs
./hero.png · ./pitch.md · ./pitch.mp3
~$0.18 · 3 calls · 0 taps · ~18s
03x402 · REACH

Mail mum a birthday card

Use t2 services. It's my mum's birthday next Tuesday. Write her a warm note from me, render it as a card front via fal.ai, and put it in the mail to 123 Lochiel Road via Lob.

anthropic · fal.ai · lob
Card queued · USPS delivery Tuesday.
~$2.08 · 3 calls · 0 taps
04x402 · CODE

Write and run

Use t2 services. Write a self-contained Python script that computes a 30-day EMA on sample SUI closes, then run it via Judge0 to verify.

anthropic · judge0
Script verified · output matches expected.
~$0.04 · 2 calls · 0 taps · ~3s
Every recipe · full how-to + runnable SDK codeBrowse all recipes →
// HOW IT WORKS · HTTP 402

No signup. No API keys.

Send. Get priced. Pay. Get the response. Under two seconds end to end.

01Request
POST /openai/v1/chat/completions

Plain HTTP POST. No API key required.

02402 Challenge
HTTP 402
{ price: 0.012,
  recipient: 0x4f…a01,
  expiry: 30s }

Gateway prices the call. 30 seconds to settle.

03Sign + Retry
splitCoins → transfer
Payment: 0x7a3b…

USDC sent gasless. Same request, retried with the Payment header.

04200 OK
200 OK
{ choices: [...] }

Upstream response, forwarded.

PROTOCOLx402on Sui
TOKENUSDCSui mainnet
SPONSORED PTBsplitCoins → transferObjectsgas paid by the sponsor
SETTLE~400msSui finality

Pay your first API
in 30 seconds.

~ /agent
$ t2 pay https://mpp.t2000.ai/openai/v1/chat/completions \
  --data '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'