Skip to main content
Glama
yy-MAX-HUB

AI Social Data MCP

by yy-MAX-HUB

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AISOCIALDATA_MCP_URLNoCustom service address for the MCP endpoint. Defaults to https://www.aisocialdata.xyz/mcp, but can be overridden for self-hosted or alternative endpoints.https://www.aisocialdata.xyz/mcp

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_hot_listA

获取社媒平台当前热点榜或热搜榜。适合回答今日热点、热门话题和实时趋势;不适合按关键词搜索历史内容。

social_searchA

按关键词搜索抖音公开内容或用户。count 是单页目标;当用户要求的总量超过本页且返回 pagination.has_more=true 时,必须传回 pagination.next_cursor、search_id、search_context 自动继续调用,直到满足用户数量或无更多结果,不能只返回第一页。

get_content_detailB

获取单条公开内容的详细数据,包括作者、正文和互动指标。传 content_id 或平台分享文案 share_text。

get_user_profileA

获取公开用户资料。传 user_id、抖音 sec_user_id 或用户分享文案;不要用于获取私密账号数据。

get_user_postsA

获取公开用户发布内容列表。count 是单页目标;当用户要求更多且返回 pagination.has_more=true 时,必须保持用户参数并用 pagination.next_cursor 自动继续调用,直到满足用户数量或无更多结果。

get_commentsA

获取公开内容的一级或二级评论。count 是单页数量,抖音最多 30;当用户要求更多且返回 pagination.has_more=true 时,必须保持内容与层级参数,并用 pagination.next_cursor 自动继续调用,直到满足用户数量或无更多结果。抖音一级评论传 content_id,二级评论还需 comment_id;Bilibili 的 content_id 使用详情返回的数字 aid。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/yy-MAX-HUB/feedsonar-mcp'

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