Follow AI Labs and Researchers Without Scraping X
Poll public timelines and search for OpenAI, Anthropic, DeepMind, and researcher voices. Feed results into RAG, digests, or Claude/Cursor via the XFlux MCP server.
Search + timelines
REST endpoints for profiles, user tweets, and keyword search — Bearer key auth.
MCP for agents
npx @xflux/xflux-mcp-server — compact summaries built for agent context windows.
Optional monitors
Watch a shortlist of lab accounts and review hits in the Dashboard.
Example accounts to poll
@OpenAI
Product launches, research notes, and policy posts from the lab account.
@AnthropicAI
Model releases and safety updates — useful for competitive intel digests.
@karpathy
Practitioner commentary that often leads discussion in AI Twitter.
Browse what's posting now on the AI & LLM signal digest.
Sample timeline call
curl -G "https://www.xfluxapi.com/api/v1/users/OpenAI/tweets" \
-H "Authorization: Bearer xflux_YOUR_KEY" \
--data-urlencode "limit=10"Or ask Claude/Cursor via MCP: xflux_get_user_tweets with username=OpenAI.
How it works
- 1
Pull on demand
Use REST or MCP to fetch profiles, timelines, and search results into your notebook or agent.
- 2
Watch the shortlist
Add key @handles as monitors so new posts show up without writing cron jobs.
- 3
Route digests
On Starter+, webhook hits into Slack, email, or your RAG ingest worker.
Ready to build an AI digest?
Free tier includes 1,000 API calls/month. Add MCP for agent workflows or upgrade for more monitors and live webhooks.