Skip to main content
Glama
DevinChen2014

SocialDataX X Twitter MCP

X / Twitter MCP

此公开列表提供了托管式 SocialDataX X / Twitter MCP 服务的连接元数据和客户端示例。该实现为私有托管;本目录仅包含公开的连接材料。

服务

  • 托管 MCP 端点:https://mcp.socialdatax.com/x/mcp

  • 托管传输:streamable-http

  • 认证:Authorization: Bearer <SOCIALDATAX_API_KEY>

  • 产品:SocialDataX / 社媒数据助手

  • 网站和 API Key 访问:https://socialdatax.com/ai?from=github

  • 注册表名称:com.52choujiang/x-insights

  • 未来注册表名称:com.socialdatax/x-insights

  • 当前公开能力版本:0.1.0

Related MCP server: X Twitter Scraper

范围

使用此服务进行公开的 X / Twitter 帖子搜索、帖子详情、一级评论、评论回复、公开用户信息和用户帖子。它不提供账户登录、发帖、编辑、点赞、评论、关注或其他账户操作。

工具

工具

用途

socialdatax_get_points_balance

查询当前 API Key 账户余额。

x_search_posts

搜索公开帖子;当有搜索词时使用,并通过 page_token 继续。

x_get_post_detail_by_post_id

从帖子 ID 读取帖子详情。

x_get_post_detail_by_post_url

从帖子 URL 读取帖子详情。

x_get_post_comments_by_post_id

从帖子 ID 读取一级评论。

x_get_post_comments_by_post_url

从帖子 URL 读取一级评论。

x_get_post_comment_replies_by_comment_id

从帖子 ID 和一级评论 ID 读取回复。

x_get_user_info_by_user_id

从用户 ID 读取公开用户信息。

x_get_user_info_by_username

从用户名读取公开用户信息。

x_get_user_info_by_profile_url

从个人资料 URL 读取公开用户信息。

x_get_user_posts_by_user_id

从用户 ID 读取公开用户帖子。

x_get_user_posts_by_username

从用户名读取公开用户帖子。

x_get_user_posts_by_profile_url

从个人资料 URL 读取公开用户帖子。

当已有帖子 ID、帖子 URL、用户名或个人资料 URL 时,请使用相应的详情、评论、用户或用户帖子工具,而不是再次搜索。

快速开始

当客户端支持经过认证的 streamable-http 时,直接使用托管端点:

{
  "mcpServers": {
    "socialdatax-x": {
      "type": "streamable_http",
      "url": "https://mcp.socialdatax.com/x/mcp",
      "headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
    }
  }
}

对于仅支持命令行/stdio 的客户端,请使用 npx -y mcp-remote https://mcp.socialdatax.com/x/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>"。请参阅 examples 中的文件。

https://socialdatax.com/ai?from=github 请求或管理 API 访问权限。切勿提交真实的 API Key。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Real-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.
    2
    2
    590
    188
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Live 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.
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for the official X API, enabling agents to read and publish posts, look up users, and search posts with safe read-only default and explicit write mode.
    14

View all related MCP servers

Related MCP Connectors

  • X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

  • Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

  • Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/x-twitter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server