SocialDataX X Twitter MCP
X / Twitter MCP
This public listing provides connection metadata and client examples for the hosted SocialDataX X / Twitter MCP service. The implementation is privately hosted; this directory contains public connection materials only.
Service
Hosted MCP endpoint:
https://mcp.socialdatax.com/x/mcpHosted transport:
streamable-httpAuthentication:
Authorization: Bearer <SOCIALDATAX_API_KEY>Product:
SocialDataX/社媒数据助手Website and API Key access: https://socialdatax.com/ai?from=github
Registry name:
com.52choujiang/x-insightsFuture registry name:
com.socialdatax/x-insightsCurrent public capability version:
0.1.1. The hosted production server card andtools/listare live at0.1.1with 16 tools. The official Registry latest remains0.1.0pending publication of0.1.1.
Related MCP server: X Twitter Scraper
Scope
Use this service for public X / Twitter post search, post details, first-level comments, comment replies, public user info, user posts, and video speech-to-text. It does not provide account login, posting, editing, liking, commenting, following, or other account actions.
Tools
Tool | Purpose |
| Query the current API Key account's SocialDataX points balance / 积分余额、剩余积分或点数. |
| Search public posts; use when a search term is available, and continue with |
| Read post details from a post ID. |
| Read post details from a post URL. |
| Read first-level comments from a post ID. |
| Read first-level comments from a post URL. |
| Read replies from a post ID and first-level comment ID. |
| Read public user info from a user ID. |
| Read public user info from a username. |
| Read public user info from a profile URL. |
| Read public user posts from a user ID. |
| Read public user posts from a username. |
| Read public user posts from a profile URL. |
| Submit the current post's first video with an available MP4 variant for speech-to-text by post URL. |
| Submit the current post's first video with an available MP4 variant for speech-to-text by post ID. |
| Continue querying the same speech-to-text job ID until terminal. |
When a post ID, post URL, username, or profile URL is already available, use the corresponding detail, comment, user, or user-post tool instead of searching again.
Quick Start
Use the hosted endpoint directly when the client supports authenticated streamable-http:
{
"mcpServers": {
"socialdatax-x": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/x/mcp",
"headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
}
}
}For command/stdio-only clients, use npx -y mcp-remote https://mcp.socialdatax.com/x/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>". See the files in examples.
Request or manage API access at https://socialdatax.com/ai?from=github. Never commit a real API Key.
This server cannot be deployed
Maintenance
Related MCP Connectors
X (formerly Twitter): X (formerly Twitter) public and private data API for search, posts (Tweets).
X / Twitter public post, comment, reply, user, and search tools.
X (Twitter) profiles, tweets and single-tweet lookup by handle or URL. No login. Pay per result.
X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA read-only X/Twitter MCP server that enables data retrieval for user profiles, tweets, and social graphs using OAuth 2.0 Bearer Token authentication. It supports searching recent tweets, viewing timelines, and tracking engagement metrics like followers, likes, and retweets.3MIT
- AlicenseAqualityAmaintenanceReal-time X (Twitter) data platform with 2 MCP tools covering 120+ REST API endpoints. Search tweets, look up users, get timelines, extract followers/likes/retweets in bulk, monitor accounts, run giveaway draws, and perform write actions (tweet, like, retweet, follow, DM). OAuth 2.1 authentication with PKCE.2194 npm197MIT
- AlicenseNot gradedqualityCmaintenanceLive X/Twitter search and AI trend digests without an API key, charging per call in USDC via x402. Enables real-time tweet search and AI summaries inside MCP clients.18 npm1MIT
- AlicenseNot gradedqualityCmaintenanceTikTok MCP by SocialDataX for video and image post search, post details, comments and replies, creator profiles and posts, and video speech-to-text.MIT