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 키 발급: 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 게시물 검색, 게시물 상세 정보, 1차 댓글, 댓글 답글, 공개 사용자 정보 및 사용자 게시물에 사용합니다. 계정 로그인, 게시, 수정, 좋아요, 댓글, 팔로우 또는 기타 계정 작업은 제공하지 않습니다.

도구

도구

용도

socialdatax_get_points_balance

현재 API 키 계정 잔액을 조회합니다.

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로 1차 댓글을 읽습니다.

x_get_post_comments_by_post_url

게시물 URL로 1차 댓글을 읽습니다.

x_get_post_comment_replies_by_comment_id

게시물 ID와 1차 댓글 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의 파일을 참조하세요.

API 액세스는 https://socialdatax.com/ai?from=github에서 요청하거나 관리하세요. 실제 API 키를 커밋하지 마세요.

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