Talandor
Public MCP report

X-insights

https://mcp.socialdatax.com/x/mcp

Official Registry

Official Registry · com.52choujiang/x-insights · Publisher namespace: com.52choujiang

Server checked today at 20:36 UTC

Displayed catalog: last complete observation from September 18

16 public tools observed. Tools were not executed. These tools come from the catalog observation above, not from the latest availability check.

Reachable

What Talandor observed

The server answered

Add the endpoint to a compatible client below. A Watch can alert you if this public catalog changes.

This is a public protocol and tools/list check, not a functional validation.

https://mcp.socialdatax.com/x/mcp
AvailabilityReachablemeasured
Tools16 public tools observedmeasured
CompatibilityEstimated from published client rules · not a hands-on testestimated

Configure your assistant · Check details

How to use this MCP

Talandor checks the server; it does not connect the server to your assistant.

Choose your assistant, then copy the configuration shown for that client. Authentication is completed with the MCP provider, never inside Talandor.

    Open the official client guide (opens in a new tab)
    Compatibility evidence by assistant

    Compatibility is estimated from published configuration rules and is not a hands-on test in each client.

    Claude
    Observed 2025-11-25.
    Likely compatible · inferred
    Cursor
    Streamable HTTP and public HTTPS were observed.
    Likely compatible · inferred
    ChatGPT
    Public tool names, descriptions and schemas were observed. Plan and workspace access still apply.
    Likely compatible · inferred
    VS Code
    Public remote HTTP configuration can be assessed.
    Likely compatible · inferred
    Generic MCP
    Observed 2025-11-25.
    Likely compatible · inferred

    Rule evidence: Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

    Check details

    What changed

    No earlier complete public snapshot yet. Watch would start a baseline on the next complete check.

    Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
    Tools and declared exposure

    Server annotations are declarations, not verified behavior.

    Show 16 of 16 server-provided tool definitions
    socialdatax_get_points_balance
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    x_get_post_comment_replies_by_comment_id
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 帖子 ID 和一级评论 ID 获取公开评论回复列表;用户已提供完整合法的 ID 组合时直接使用;已有 post_id 或帖子链接但缺少必需 ID 时,调用对应一级评论工具补全;缺少帖子定位信息时向用户索取;不要传评论回复结果里的 comment_id 或评论链接。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "comment_id",
        "post_id"
      ],
      "properties": {
        "post_id": {
          "type": "string",
          "description": "X 帖子 ID;用户已提供时直接使用,否则请原样复制获取一级评论时使用的 post_id,或评论列表 items[*].post_id;必须是数字字符串;不要传评论 ID、帖子链接、用户名或分享文案。"
        },
        "comment_id": {
          "type": "string",
          "description": "X 一级评论 ID;用户已提供时直接使用,否则请原样复制 x_get_post_comments_by_post_id 或 x_get_post_comments_by_post_url 返回的 items[*].comment_id;不要传帖子 ID、评论回复结果里的 items[*].comment_id、评论链接、用户主页链接或分享文案。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 评论回复列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子下同一条一级评论的回复列表;切换 post_id 或 comment_id 时请清空 page_token 后从第一页重新获取。"
        }
      },
      "additionalProperties": false
    }
    x_get_post_comments_by_post_id
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 帖子 ID 获取公开帖子的一级评论列表,不内嵌评论回复;已知 post_id 时优先使用,不要传帖子链接或评论 ID。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_id"
      ],
      "properties": {
        "post_id": {
          "type": "string",
          "description": "X 帖子 ID;用户已提供时原样使用,否则可从搜索结果、详情结果、quoted_post、reposted_post 或用户帖子列表结果复制 post_id;必须是数字字符串;不要传帖子链接、用户名、评论 ID 或分享文案。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 帖子评论列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子评论列表;切换到其他帖子时请清空 page_token 后从第一页重新获取。"
        }
      },
      "additionalProperties": false
    }
    x_get_post_comments_by_post_url
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 帖子链接获取公开帖子的一级评论列表,不内嵌评论回复;仅在没有 post_id、只有帖子链接或结果里的非空 post_url 时使用。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_url"
      ],
      "properties": {
        "post_url": {
          "type": "string",
          "description": "X 帖子链接;仅在没有 post_id 时,请传搜索结果、详情结果、quoted_post 或 reposted_post 返回的非空 post_url,或用户帖子列表结果返回的非空 post_url,或形如 https://x.com/{username}/status/{post_id} 的 x.com 或 twitter.com 帖子页面链接;不要传用户主页链接、评论链接、帖子正文里的链接、搜索关键词或接口地址。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 帖子评论列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一帖子评论列表;切换到其他帖子时请清空 page_token 后从第一页重新获取。"
        }
      },
      "additionalProperties": false
    }
    x_get_post_detail_by_post_id
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 帖子 ID 获取公开帖子详情;已知 post_id 时优先使用,不要传帖子链接。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_id"
      ],
      "properties": {
        "post_id": {
          "type": "string",
          "description": "X 帖子 ID;用户已提供时原样使用,否则可从搜索结果、详情结果、quoted_post、reposted_post 或用户帖子列表结果复制 post_id;必须是数字字符串;不要传帖子链接、用户名或分享文案。"
        }
      },
      "additionalProperties": false
    }
    x_get_post_detail_by_post_url
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 帖子链接获取公开帖子详情;仅在没有 post_id、只有帖子链接或结果里的非空 post_url 时使用。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_url"
      ],
      "properties": {
        "post_url": {
          "type": "string",
          "description": "X 帖子链接;仅在没有 post_id 时,请传搜索结果、详情结果、quoted_post 或 reposted_post 返回的非空 post_url,或用户帖子列表结果返回的非空 post_url,或形如 https://x.com/{username}/status/{post_id} 的 x.com 或 twitter.com 帖子页面链接;不要传用户主页链接、帖子正文里的链接、搜索关键词或接口地址。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_info_by_profile_url
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户主页链接获取公开用户信息;可直接使用结果里的非空 author.profile_url,不要传帖子链接。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "profile_url"
      ],
      "properties": {
        "profile_url": {
          "type": "string",
          "description": "X 用户主页链接;从搜索、详情、评论或评论回复结果的非空 author.profile_url,或用户帖子列表结果的非空 author.profile_url,或用户信息结果的非空 profile_url 原样复制;也可传用户提供的 x.com 或 twitter.com 用户主页链接;不要传帖子链接、评论链接、帖子正文里的链接、搜索关键词或接口地址。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_info_by_user_id
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户 ID 获取公开用户信息;已有完整 user_id 时直接使用。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "user_id"
      ],
      "properties": {
        "user_id": {
          "type": "string",
          "description": "X 用户稳定数字 ID;用户已提供时原样使用,否则可从搜索、详情、评论或评论回复结果的非空 author.user_id、用户帖子列表结果的非空 author.user_id,或用户信息结果的非空 user_id 原样复制;必须是数字字符串;不要传用户名、用户主页链接、帖子链接或分享文案。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_info_by_username
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户名获取公开用户信息;可直接使用搜索、详情、评论或评论回复结果里的非空 author.username。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "username"
      ],
      "properties": {
        "username": {
          "type": "string",
          "description": "X 用户名;推荐从搜索、详情、评论或评论回复结果的非空 author.username,或用户帖子列表结果的非空 author.username,或用户信息结果的非空 username 原样复制,该值不带 @;如果用户给的是 @username 也可以传;不要传用户主页链接、帖子链接或分享文案。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_posts_by_profile_url
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户主页链接获取公开用户帖子列表;可直接使用结果里的非空 author.profile_url,不要传帖子链接,支持 page_token 翻页。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "profile_url"
      ],
      "properties": {
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户帖子列表;切换 user_id、username 或 profile_url 时请清空 page_token 后从第一页重新获取。"
        },
        "profile_url": {
          "type": "string",
          "description": "X 用户主页链接;从搜索、详情、评论或评论回复结果的非空 author.profile_url,或用户帖子列表结果的非空 author.profile_url,或用户信息结果的非空 profile_url 原样复制;也可传用户提供的 x.com 或 twitter.com 用户主页链接;不要传帖子链接、评论链接、帖子正文里的链接、搜索关键词或接口地址。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_posts_by_user_id
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户 ID 获取公开用户帖子列表;已有完整 user_id 时直接使用,支持 page_token 翻页。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "user_id"
      ],
      "properties": {
        "user_id": {
          "type": "string",
          "description": "X 用户稳定数字 ID;用户已提供时原样使用,否则可从搜索、详情、评论或评论回复结果的非空 author.user_id、用户帖子列表结果的非空 author.user_id,或用户信息结果的非空 user_id 原样复制;必须是数字字符串;不要传用户名、用户主页链接、帖子链接或分享文案。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户帖子列表;切换 user_id、username 或 profile_url 时请清空 page_token 后从第一页重新获取。"
        }
      },
      "additionalProperties": false
    }
    x_get_user_posts_by_username
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据 X 用户名获取公开用户帖子列表;可直接使用结果里的非空 author.username,支持 page_token 翻页。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "username"
      ],
      "properties": {
        "username": {
          "type": "string",
          "description": "X 用户名;推荐从搜索、详情、评论或评论回复结果的非空 author.username,或用户帖子列表结果的非空 author.username,或用户信息结果的非空 username 原样复制,该值不带 @;如果用户给的是 @username 也可以传;不要传用户主页链接、帖子链接或分享文案。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 用户帖子列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一用户帖子列表;切换 user_id、username 或 profile_url 时请清空 page_token 后从第一页重新获取。"
        }
      },
      "additionalProperties": false
    }
    x_get_video_speech_text_job
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    根据用户提供的有效 job_id,或 submit 工具返回的 job_id 查询 X / Twitter 口播转文字任务;每次最多等待 240 秒,不触发重处理,也不要重复提交任务。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "job_id"
      ],
      "properties": {
        "job_id": {
          "type": "string",
          "description": "口播转文字任务 ID;用户已提供时直接使用,否则使用 x_submit_video_speech_text_by_post_url 或 x_submit_video_speech_text_by_post_id 返回的 job_id;任务未完成时继续原样传入同一个 job_id,不要重复提交。"
        }
      },
      "additionalProperties": false
    }
    x_search_posts
    Declared read-only
    Show server-provided details
    Server description (copied; language not verified)
    按搜索词搜索 X / Twitter 公开帖子,只返回帖子结果。用户需要按搜索词查找帖子时使用;已有 post_id 或 post_url 时使用帖子详情或评论工具;已有 user_id、username 或 profile_url 时使用用户信息或用户帖子工具;支持 page_token 翻页和热门/最新排序。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "keyword"
      ],
      "properties": {
        "keyword": {
          "type": "string",
          "description": "X / Twitter 帖子搜索词,可传关键词或短语,例如品牌名、话题、人物名或内容需求;不要传帖子链接、用户主页链接、接口地址、post_id、user_id、username 或 page_token。"
        },
        "sort_type": {
          "enum": [
            "hot",
            "time_descending"
          ],
          "type": "string",
          "default": "hot",
          "description": "搜索排序:hot=热门,time_descending=最新;需要 latest/newest sorting 时也传 time_descending。如无明确排序需求,保持 hot。"
        },
        "page_token": {
          "type": "string",
          "default": "",
          "description": "X 搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回;page_token 是不透明分页令牌;不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成,不得用省略号替换中间内容。只能用于同一关键词和同一搜索排序链路;更换关键词或 sort_type 时,请清空 page_token 后从第一页重新搜索。"
        }
      },
      "additionalProperties": false
    }
    x_submit_video_speech_text_by_post_id
    Annotation present; effect not classified
    Show server-provided details
    Server description (copied; language not verified)
    根据 X / Twitter 视频帖子的 post_id 提交口播转文字任务;只处理当前帖子自身首个可用 MP4 视频,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_id"
      ],
      "properties": {
        "post_id": {
          "type": "string",
          "description": "X 帖子 ID;用户已提供时原样使用,否则可从搜索结果、详情结果、quoted_post、reposted_post 或用户帖子列表结果复制 post_id;必须是数字字符串;不要传帖子链接、用户名或分享文案。"
        }
      },
      "additionalProperties": false
    }
    x_submit_video_speech_text_by_post_url
    Annotation present; effect not classified
    Show server-provided details
    Server description (copied; language not verified)
    根据 X / Twitter 视频帖子链接提交口播转文字任务;只处理当前帖子自身首个可用 MP4 视频,提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "post_url"
      ],
      "properties": {
        "post_url": {
          "type": "string",
          "description": "X 帖子链接;仅在没有 post_id 时,请传搜索结果、详情结果、quoted_post 或 reposted_post 返回的非空 post_url,或用户帖子列表结果返回的非空 post_url,或形如 https://x.com/{username}/status/{post_id} 的 x.com 或 twitter.com 帖子页面链接;不要传用户主页链接、帖子正文里的链接、搜索关键词或接口地址。"
        }
      },
      "additionalProperties": false
    }
    Evidence and limitations

    Method: anonymous Streamable HTTP probe. We never invoke a tool.

    Attempted protocols: 2026-07-28, 2025-11-25

    Protocol2025-11-25
    TransportStreamable HTTP
    AuthNo authentication challenge observed
    EvidencePublic contract observed
    Total latency11675 ms
    Response bytes171290

    No diagnostic errors.

    Observation history
    Operational
    2025-11-25 · 16 tools
    Unreachable now
    No protocol
    Operational
    · stable since
    2025-11-25 · 16 tools · no change · 45 checks
    Complete public contract · 2025-11-25 · 16 tools
    1c30b5fa298d

    Deep monitoring eligibility

    Eligible for deep monitoring

    A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.

    Personal Watch is not open yet. This report does not start a Watch or a payment.

    See public monitoring

    Automatic monitoring later

    Saving this connector does not start a Watch. Watch is a future offer; subscriptions and alerts are not available yet.

    Full Watch. Availability, protocol, auth and public tool contract changes can be compared.