← Registry

Social Media

xdataapi.io

An MCP server that retrieves X (Twitter) user profiles, tweets, and follower data via API calls.

1 endpoint14 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://api.xdataapi.io/mcp

No auth detected

MCP server metadata

Name
xdataapi
Version
0.3.0+1270fca
Capabilities
tools.listChanged
Server instructions

xdataapi.io: read-only public X (Twitter) data. Credits: one credit per tweet or profile returned; empty results and errors are free; a repeated read within the cache window costs half. Every result carries credits_charged and balance_remaining. Users can be given as a handle (with or without @) or a numeric id. Pages return next_cursor; pass it back as cursor. Search takes the x.com operators: from:, to:, since:, until:, min_faves:, lang:, "phrase", OR, -.

Known tools 14

get_user

Profile of one X user by handle.

Inferred read-only
get_users

Profiles of up to 100 X users by handle in one call.

Inferred read-only
get_user_tweets

Latest tweets of a user, newest first.

Inferred read-only
get_followers

Followers of a user.

Inferred read-only
get_follower_ids

Numeric ids of the followers of a user, no profiles.

Inferred read-only
get_following

Accounts a user follows.

Inferred read-only
search_tweets

X advanced search.

Inferred read-only
get_tweet

One tweet by numeric id, with its author.

Inferred read-only
get_tweets

Up to 100 tweets by numeric id in one call.

Inferred read-only
get_thread

A tweet with its thread and replies; the focal tweet comes first.

Inferred read-only
get_replies

Direct replies to a tweet, one page.

Inferred read-only
get_quotes

Tweets that quote a tweet, newest first.

Inferred read-only
get_retweeters

Accounts that retweeted a tweet.

Inferred read-only
get_balance

Credits left on this key and its rate limit.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.xdataapi]
url = "https://api.xdataapi.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xdataapi": {
      "type": "http",
      "url": "https://api.xdataapi.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xdataapi
Remote MCP URL: https://api.xdataapi.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "xdataapi": {
      "url": "https://api.xdataapi.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xdataapi": {
      "type": "http",
      "url": "https://api.xdataapi.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xdataapi",
  "transport": "streamable-http",
  "url": "https://api.xdataapi.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.