OmniX
NewReal-time Webhooks are live — DMs, mentions & follows

Real-time Twitter data,
at a fraction of the cost.

Search, posting, end-to-end encrypted DMs, real-time webhooks and a native MCP server — the complete X API the others don't ship. No developer account, no monthly fees. Live in minutes.

$0.001 / call, flatEncrypted DMsReal-time webhooksNative MCP server58 endpoints
Read the docs
$claude mcp add omnix -e OMNIX_KEY=omnix_live_... -e X_AUTH_TOKEN=... -- npx -y omnix-mcp@latest

Built on X's latest GraphQL — not legacy endpoints. Plug OmniX into Claude, Cursor & any MCP client.

One call. Real data.

From key to live tweets in three lines.

No OAuth dance, no app review. Pass your API key and an X account token, and get structured JSON back.

request
curl "https://api.omnixapi.com/api/v1/twitter/tweet/advanced_search?q=ai+agents&auth_token=$X_AUTH_TOKEN" \
  -H "Authorization: Bearer $OMNIX_KEY"
200 OKresponse
{
  "status": true,
  "data": {
    "query": "ai agents",
    "tweet_count": 20,
    "has_more": true,
    "next_cursor": "DAABCgAB...",
    "tweets": [
      {
        "id": "1840293847562",
        "text": "shipping ai agents all weekend 🚀",
        "author": { "userName": "devbuilder", "name": "Dev Builder" },
        "likeCount": 1284,
        "retweetCount": 192,
        "createdAt": "Sat Jun 07 09:21:00 +0000 2026"
      }
    ]
  },
  "error": null
}

Endpoints

The whole X graph, one base URL.

Read, write and listen — search, profiles, graphs, posting, DMs and real-time webhooks.

GET/search

Search tweets

Full-text and advanced query search across X in real time.

GET/users/:id

User lookup

Profiles, bios, follower counts and verification status.

GET/followers

Followers & following

Paginate full follower and following graphs.

POST/tweets

Post & reply

Publish tweets, threads and replies programmatically.

POST/dm

Direct messages

Send and list DMs — including encrypted XChat — without official API approval.

POST/webhooks

Real-time webhooks

Push DMs, mentions, replies, likes and follows to your server — typed and signed.

Live in three steps.

01

Grab a key

Sign up and get free credits instantly. No X developer account, no review queue.

02

Call an endpoint

Hit the REST API directly or plug in the MCP server. Structured JSON comes back in under two seconds.

03

Ship it

Pay only for the calls you make at $0.001 each. Scale with no rate-limit cliff.

Use cases

Built for whatever you're shipping.

Sentiment & trends

Stream mentions and topics to track market and brand sentiment in real time.

AI agents

Give Claude or Cursor live X data as native tools through the MCP server.

Lead generation

Find and enrich prospects from bios, followers and engagement signals.

Research & datasets

Pull large, structured tweet datasets without per-tweet enterprise pricing.

MCP server

Native X tools inside your AI editor.

Add one config to Claude, Cursor or Codex and all 55 tools become functions the model can call — search, user lookups, posting, follows, DMs and articles. No glue code.

claude_desktop_config.json
{
  "mcpServers": {
    "omnix": {
      "command": "npx",
      "args": ["-y", "omnix-mcp@latest"],
      "env": {
        "OMNIX_KEY": "omnix_live_...",
        "X_AUTH_TOKEN": "your_x_auth_token"
      }
    }
  }
}

One price. No surprises.

Pay per call. That's the whole pricing page.

See the full price list — all 58 endpoints

Flat rate

$0.001/ API call

  • All read & write endpoints
  • ~20 tweets per call
  • No monthly fee, no minimum
  • No rate-limit cap
  • MCP server included
  • Free credits to start

What you'd actually pay

1 call

~20 tweets

$0.001

1,000 calls

~20K tweets

$1.00

10,000 calls

~200K tweets

$10.00

That's ~$0.05 per 1,000 tweets — versus $5–$10 on the official API.

Questions, answered.

Do I need an X developer account?

No. Skip the application and review queue entirely — sign up, grab a key, and start calling endpoints in minutes.

How is this so much cheaper than the official API?

We charge a flat $0.001 per call and each call returns ~20 results, so you pay roughly $0.05 per 1,000 tweets instead of $5–$10.

Can I read and send encrypted (XChat) DMs?

Yes — OmniX is the only X (Twitter) API that reads, sends and decrypts end-to-end encrypted XChat DMs. Provide your XChat PIN and you get full decrypted conversation history, can send encrypted messages, and can even delete them for everyone.

Do you support real-time webhooks?

Yes. Register a URL and OmniX POSTs signed events the moment they happen — DMs, mentions, replies, likes, retweets and follows. It's an affordable alternative to X's official Account Activity API, which charges $0.010 per request; OmniX webhook calls start at $0.0025.

Can I write, not just read?

Yes — alongside search and lookups you can post tweets, reply in threads, and send DMs through the same key.

Is there a free way to try it?

You get free credits on signup, with no credit card, so you can test every endpoint before paying anything.

Will I hit rate limits at scale?

There's no hard cap on our side. Throughput scales with your usage on infrastructure built for a 99.9% uptime SLA.

Does it work with Claude and Cursor?

Yes. The MCP server exposes every endpoint as a native tool in any MCP client — add one config block and you're done.