Pay any API
in USDC.
Your agent hits an endpoint. The gateway prices it. USDC settles in under a second. No keys. No accounts.
Every major
AI + data API.
Pay-per-request to 42 live services. USDC on Sui. Gasless. Live on mpp.t2000.ai.
AI Models
16OpenAI · Anthropic · t2000 Private Inference · fal.ai · Google Gemini · Groq · +10 more
Data APIs
11Firecrawl · OpenWeather · Google Maps · CoinGecko · Alpha Vantage · NewsAPI · +5 more
Media Generation
7OpenAI · fal.ai · Together AI · ElevenLabs · Replicate · Stability AI · +1 more
Web Search
6Perplexity · Brave Search · NewsAPI · Exa · Serper · SerpAPI
Web Scraping
4Firecrawl · Jina Reader · ScreenshotOne · PDFShift
Commerce
2Lob · JMPR Travel
Translation
2DeepL · Google Translate
Utilities
2Short.io · TinyPNG
Code Execution
1Judge0
Resend
FX & Finance
1ExchangeRate
Push
1Pushover
Security
1VirusTotal
What your agent builds.
Real chained prompts. Copy any, paste into Claude Desktop.
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.”
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.”
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.”
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.”
No signup. No API keys.
Send. Get priced. Pay. Get the response. Under two seconds end to end.
POST /openai/v1/chat/completions
Plain HTTP POST. No API key required.
HTTP 402 { price: 0.012, recipient: 0x4f…a01, expiry: 30s }
Gateway prices the call. 30 seconds to settle.
splitCoins → transfer ↳ Payment: 0x7a3b…
USDC sent gasless. Same request, retried with the Payment header.
200 OK { choices: [...] }
Upstream response, forwarded.
One stack.
Browse the full catalog, real activity.
The Sui x402 scheme is an open spec. Anyone can implement a gateway.
Full reference for @suimpp/mpp + recipes.
One agent stack.
Pay your first API
in 30 seconds.
$ t2 pay https://mpp.t2000.ai/openai/v1/chat/completions \ --data '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'