Social Media
xdataapi.io
An MCP server that retrieves X (Twitter) user profiles, tweets, and follower data via API calls.
ENDPOINT 1
https://api.xdataapi.io/mcp
MCP server metadata
- Name
- xdataapi
- Version
- 0.3.0+1270fca
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.