The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Twitter Signal MCP listing page.
Live X/Twitter search and AI trend digests inside Claude, Cursor, or any MCP client — no Twitter/X API key, no subscription, no monthly minimum. Your agent pays a fraction of a cent per call in USDC on Base using x402.
The official X API starts at a monthly subscription and a developer-account approval. If an agent just needs to know what people are saying right now, that's a lot of setup for a handful of queries. This server charges per request instead — a hundred searches costs about sixty cents, and there is nothing to cancel.
x_search — $0.006Full advanced-search syntax. Returns up to 20 newest matches with author handle, follower count, text, timestamp, permalink, likes, retweets, replies, and views.
x_digest — $0.02Everything above plus an AI-written digest generated only from the returned tweets:
Use x_digest when you want the takeaway; x_search when you want the raw posts.
Both tools take one query string:
| Pattern | Example |
|---|---|
| Keywords / phrases | "rate cut" inflation |
| Account | from:elonmusk starship |
| Hashtag / cashtag | #bitcoin · $NVDA |
| Engagement floor | min_faves:100 · min_retweets:50 |
| Language / dates | lang:en since:2026-08-01 until:2026-08-09 |
| Exclusions | airdrop -giveaway |
You need a Coinbase CDP wallet funded with a little USDC on Base — that wallet pays per call. Create one at portal.cdp.coinbase.com (API key + wallet secret).
Claude Desktop — add to claude_desktop_config.json:
X402_MAX_PRICE is a hard per-call ceiling in USD. If the endpoint ever quotes more than this,
the request is refused before anything is signed — no charge.
error and logs
the call for refund rather than pretending it worked.Protocol: x402 v2 (CAIP-2 networks, PAYMENT-REQUIRED challenge header). A v1 client cannot
talk to this API.
MIT