SocialDataX X Twitter MCP
SocialDataX X / Twitter MCP dành cho tìm kiếm bài đăng công khai, chi tiết bài đăng, bình luận và phản hồi, hồ sơ người sáng tạo, bài đăng của người sáng tạo và kết quả phân trang.
Tài liệu
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/mcp - Hosted transport:
streamable-http - Authentication:
Authorization: Bearer <SOCIALDATAX_API_KEY> - Product:
SocialDataX/社媒数据助手 - Website and API Key access: https://socialdatax.com/ai?from=github
- Registry name:
com.52choujiang/x-insights - Future registry name:
com.socialdatax/x-insights - Current 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.
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 |
|---|---|
socialdatax_get_points_balance | Query the current API Key account's SocialDataX points balance / 积分余额、剩余积分或点数. |
x_search_posts | Search public posts; use when a search term is available, and continue with page_token. |
x_get_post_detail_by_post_id | Read post details from a post ID. |
x_get_post_detail_by_post_url | Read post details from a post URL. |
x_get_post_comments_by_post_id | Read first-level comments from a post ID. |
x_get_post_comments_by_post_url | Read first-level comments from a post URL. |
x_get_post_comment_replies_by_comment_id | Read replies from a post ID and first-level comment ID. |
x_get_user_info_by_user_id | Read public user info from a user ID. |
x_get_user_info_by_username | Read public user info from a username. |
x_get_user_info_by_profile_url | Read public user info from a profile URL. |
x_get_user_posts_by_user_id | Read public user posts from a user ID. |
x_get_user_posts_by_username | Read public user posts from a username. |
x_get_user_posts_by_profile_url | Read public user posts from a profile URL. |
x_submit_video_speech_text_by_post_url | Submit the current post's first video with an available MP4 variant for speech-to-text by post URL. |
x_submit_video_speech_text_by_post_id | Submit the current post's first video with an available MP4 variant for speech-to-text by post ID. |
x_get_video_speech_text_job | 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.