Live tweet search and AI-written trend digests, built for AI agents. No Twitter/X API key. No subscription. No developer-account approval. Your agent pays a fraction of a cent per call in USDC on Base.
See a real digest — free, no wallet →
| Endpoint | Price | Returns |
|---|---|---|
| GET /x/digest | $0.02 | The one to use. Tweets plus an AI digest: 3–5 sentence trend summary, sentiment with the reason behind it, key themes, the accounts driving it, and the notable posts. Skips the second LLM call you'd otherwise make to summarize raw results yourself. |
| GET /x/search | $0.006 | Raw tweets only — up to 20 newest matches with author, follower count, timestamp, permalink and engagement. The cheap on-ramp when you want to do your own analysis. |
Both take ?query=<X advanced search>. Invalid queries return 400 before payment — you are never charged for a miss.
Full X advanced search: from:elonmusk starship · "exact phrase" · #bitcoin min_faves:100 · $NVDA · lang:en since:2026-08-01 · airdrop -giveaway
# Free sample — a real digest, no payment
curl https://clink-lithium-vault.fly.dev/x/example
# Paid — your agent handles the 402 automatically
curl "https://clink-lithium-vault.fly.dev/x/digest?query=%23bitcoin%20min_faves:100"
The twitter-signal-mcp MCP server exposes both tiers as tools. Your agent pays from its own wallet.
npx -y twitter-signal-mcp
| Bad query | Rejected before payment — no charge. |
| Tweet source fails after you paid | You get an explicit error and the call is logged for refund — never a silent empty result. |
| Repeat query within 60s | Served from cache. |
| Gas | Covered by the facilitator. You spend USDC only. |