Skip to main content
Glama
DevinChen2014

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/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.0

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, and user posts. 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 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.

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.

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