Skip to main content
Your agent pulls live prices from CoinGecko, top crypto headlines from NewsAPI, and asks Claude to write a 200-word brief — all paid in USDC on the mpp.t2000.ai gateway. No subscriptions, no auth setup.

The prompt


What runs

  1. POST /coingecko/v1/price — coins by ID vs USD
  2. POST /newsapi/v1/search — keyword article search
  3. POST /anthropic/v1/messages — Claude Sonnet stitches them into prose
Each call returns HTTP 402, your wallet signs a tiny USDC payment, the gateway proxies upstream and returns 200. Total ~$0.06, ~6s end to end.

Run it

Claude Desktop (MCP)

Install the wallet, wire MCP, fund $1 of USDC, paste the prompt:
The MCP server’s t2000_pay tool handles the 402s automatically — Claude makes the calls and writes the brief.

CLI

SDK


Expected output

A 200-word morning brief stitched from live data.

Extend it

  • Swap NewsAPI for Exa (/exa/v1/search) for AI-native semantic search
  • Add Alpha Vantage (/alphavantage/v1/quote) to pull a few equities alongside crypto
  • Pipe the brief to a TTS endpoint (ElevenLabs /v1/text-to-speech/:voiceId) and play it on a morning kitchen speaker
  • Schedule via cron or GitHub Actions — every call is stateless and pays itself