X (Twitter) API and MCP

Programmatic access to X without running scrapers or paying for premium developer tiers. Search posts, load tweet details and reply threads, pull user profiles and timelines, and manage bookmarks.

Fifteen endpoints cover read APIs plus write actions through OAuth-connected accounts: create, edit, reply to, and delete posts; repost and unrepost; create and delete bookmarks; and list connected accounts. Integrate via REST at api.vee3.io or hosted MCP at mcp.vee3.io for Cursor, Claude Code, Codex, and other AI agents.

Connect an X account at vee3.io/dashboard/connections for write tools. Start on the free plan (1,000 tokens per month, no credit card), then scale to Starter at $5/month when your monitoring, publishing, or research workflows need more volume.

Endpoints

Get X connected accounts

0 tokensView docs

List active X accounts connected to the authenticated Vee3 account.

GET /v1/x-twitter/connected-accountsMCP x-twitter.connected_accounts

Search X

5 tokensView docs

Search X (Twitter) posts by keyword with optional pagination and result type.

GET /v1/x-twitter/searchMCP x-twitter.search

Get X tweet info

2 tokensView docs

Look up a single X (Twitter) post by numeric tweet id.

GET /v1/x-twitter/tweet-infoMCP x-twitter.tweet_info

Get X tweet replies (latest)

4 tokensView docs

Fetch the latest replies for an X (Twitter) post with optional pagination.

GET /v1/x-twitter/tweet-repliesMCP x-twitter.tweet_replies

Get X user info

2 tokensView docs

Look up an X (Twitter) user profile by handle or numeric user id.

GET /v1/x-twitter/user-infoMCP x-twitter.user_info

Get X user timeline

4 tokensView docs

Fetch recent posts from an X (Twitter) user profile with optional pagination.

GET /v1/x-twitter/user-timelineMCP x-twitter.user_timeline

Get X bookmarks

25 tokensView docs

Fetch bookmarked posts for a connected X account.

GET /v1/x-twitter/bookmarksMCP x-twitter.get_bookmarks

Create X post

60 tokensView docs

Publish a post to a connected X account. Token pricing: 60 tokens base for text posts. Posts whose text includes a URL are billed 1000 tokens base instead. Attaching only media (an image or video) without a URL in the text does not trigger the URL rate. Each attached image adds 50 tokens. Each attached video adds 150 tokens plus 50 tokens per 5 MB of video size.

POST /v1/x-twitter/postsMCP x-twitter.create_post

Reply to X post

60 tokensView docs

Reply to a post from a connected X account.

POST /v1/x-twitter/posts/replyMCP x-twitter.reply_to_post

Edit X post

60 tokensView docs

Edit a recent post from a connected X account.

POST /v1/x-twitter/posts/editMCP x-twitter.edit_post

Delete X post

25 tokensView docs

Delete a post from a connected X account.

DELETE /v1/x-twitter/posts/{post_id}MCP x-twitter.delete_post

Repost X post

75 tokensView docs

Repost a post for a connected X account.

POST /v1/x-twitter/repostsMCP x-twitter.repost_post

Unrepost X post

50 tokensView docs

Remove a repost for a connected X account.

DELETE /v1/x-twitter/reposts/{post_id}MCP x-twitter.unrepost_post

Create X bookmark

30 tokensView docs

Bookmark a post for a connected X account.

POST /v1/x-twitter/bookmarksMCP x-twitter.create_bookmark

Delete X bookmark

30 tokensView docs

Remove a bookmark for a connected X account.

DELETE /v1/x-twitter/bookmarks/{post_id}MCP x-twitter.delete_bookmark

Pricing plans

Starter

$5/mo

  • 10,000 tokens / month

~166 Created Posts

~2,000 Searches

~5,000 Post Lookups

~400 Bookmark Fetches

~133 Reposts

~166 Replies

~5,000 Profile Lookups

~2,500 Timeline Fetches

  • Easy MCP setup
  • 296+ capabilities
Get Starter

Pro

Popular

$20/mo

  • 50,000 tokens / month

~833 Created Posts

~10,000 Searches

~25,000 Post Lookups

~2,000 Bookmark Fetches

~666 Reposts

~833 Replies

~25,000 Profile Lookups

~12,500 Timeline Fetches

  • Easy MCP setup
  • 296+ capabilities
Get Pro

Scale

$100/mo

  • 400,000 tokens / month

~6,666 Created Posts

~80,000 Searches

~200,000 Post Lookups

~16,000 Bookmark Fetches

~5,333 Reposts

~6,666 Replies

~200,000 Profile Lookups

~100,000 Timeline Fetches

  • Easy MCP setup
  • 296+ capabilities
Get Scale

Prices shown exclude VAT. Applicable taxes are calculated at checkout.

Start for free

Free tier
  • 1,000 tokens every month
  • All capabilities included
  • API keys and usage dashboard
  • One-click MCP setup
  • No credit card required
  • Upgrade to a paid plan anytime
Create free account

Already have an account? Sign in