X/Twitter Signal API

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.

x402 v2 · USDC on Base No API key required MCP server for Claude & Cursor

See a real digest — free, no wallet →

Two tiers

EndpointPriceReturns
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.

Query syntax

Full X advanced search: from:elonmusk starship · "exact phrase" · #bitcoin min_faves:100 · $NVDA · lang:en since:2026-08-01 · airdrop -giveaway

Try it

# 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"

Use it inside Claude or Cursor

The twitter-signal-mcp MCP server exposes both tiers as tools. Your agent pays from its own wallet.

npx -y twitter-signal-mcp

npm · GitHub · OpenAPI

How you're protected

Bad queryRejected before payment — no charge.
Tweet source fails after you paidYou get an explicit error and the call is logged for refund — never a silent empty result.
Repeat query within 60sServed from cache.
GasCovered by the facilitator. You spend USDC only.