REMOTE MCP
一个连接地址
把控制台里的个人地址填入客户端的 Remote HTTP MCP 设置。
https://mcp.socialtoai.com/mcp?key=YOUR_SOCIALTOAI_KEY获取你的连接地址 →社交数据,直接交给你的 AI
用六个统一动作搜索 10 个平台的公开社交内容,支持 Remote MCP,按次透明计费。
无需绑卡 · 按次付费 · 额度不过期 · 失败不扣费
{
"request_id": "example_only_not_a_live_call",
"schema_version": "v1",
"fetched_at": "2026-09-05T00:00:00Z",
"status": "ok",
"applied_params": {},
"warnings": [],
"items": [
{
"kind": "item",
"id": "t3_example",
"url": "https://www.reddit.com/r/MachineLearning/…",
"author": {
"name": "researcher"
},
"published_at": "2026-09-01T08:30:00.000Z",
"metrics": {
"likes": 412,
"comments": 96
},
"platform_extra": {
"subreddit": "r/MachineLearning"
},
"title": "What tools do you use for AI research workflows?"
},
{
"kind": "item",
"id": "t3_example2",
"url": "https://www.reddit.com/r/datascience/…",
"author": {
"name": "analyst"
},
"published_at": "2026-08-29T14:05:00.000Z",
"metrics": {
"likes": 138,
"comments": 41
},
"platform_extra": {
"subreddit": "r/datascience"
},
"title": "Pain points when tracking topics across platforms"
}
],
"platform": "reddit",
"billing": {
"cost": 0.2,
"balance": 1.8,
"unit": "credits",
"pricing": "standard"
}
}curl --request POST 'https://api.socialtoai.com/v1/search' \
--header "X-API-Key: $SOCIALTOAI_API_KEY" \
--header 'Content-Type: application/json' \
--header "Idempotency-Key: $(uuidgen)" \
--data '{"platform":"reddit","query":"AI research workflows","count":5}'# Remote HTTP MCP · seven tools · one URL
https://mcp.socialtoai.com/mcp?key=YOUR_SOCIALTOAI_KEY
# Claude Code
claude mcp add --transport http socialtoai https://mcp.socialtoai.com/mcp \
--header "X-API-Key: $SOCIALTOAI_API_KEY"01 / 数据网关
选一个平台,输入一个问题,无需 API Key 即可预览最多 5 条结果。
实时预览取决于共享的赞助额度和数据源状态。示例查询可能回退为缓存样本,并明确标注原始采集时间。自定义查询绝不会被替换成其他查询。
用你自己的 API Key 在应用中运行这次搜索。以下示例会使用你的付费余额。
curl 'https://api.socialtoai.com/v1/search' \
-H "Authorization: Bearer $SOCIALTOAI_API_KEY" \
-H 'Content-Type: application/json' \
-H "Idempotency-Key: $(uuidgen)" \
--data-raw '{"platform":"reddit","query":"social media analytics","count":5}'https://mcp.socialtoai.com/mcp?key=YOUR_SOCIALTOAI_KEYREMOTE MCP
把控制台里的个人地址填入客户端的 Remote HTTP MCP 设置。
https://mcp.socialtoai.com/mcp?key=YOUR_SOCIALTOAI_KEY获取你的连接地址 →CURSOR
在启动 Cursor 的环境里设置 SOCIALTOAI_API_KEY,然后确认安装提示。
命令行客户端
复制 Claude Code、Codex 或 Gemini CLI 的命令,先做一次免费的能力检查。
选择你的命令 →阅读研究 SKILL.md →03 / 数据网关
搜索、热榜、帖子、评论和创作者共用一套约定。点开任意格子即可查看价格、输入和限制。
| 平台 | 搜索 | 热榜 | 详情 | 评论 | 用户资料 | 用户作品 |
|---|---|---|---|---|---|---|
| 小红书 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 | 1.5 |
| 抖音 | 1.5 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 |
| X(推特) | 0.5 | 0.1 | 0.1 | 0.5 | 0.1 | 0.5 |
| 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | |
| 微信公众号 | 1.5 | 不支持 | 1.5 | 1.5 | 1.5 | 1.5 |
| 微博 | 0.2 | 0.3 | 0.2 | 0.2 | 0.2 | 0.2 |
| 哔哩哔哩 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 |
| 知乎 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 |
| 快手 | 1.5 | 0.2 | 0.2 | 0.2 | 1.5 | 暂不可用 · 不扣费 |
| YouTube | 0.3 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 |
04 / 数据网关
在本地环境设置 SOCIALTOAI_API_KEY,然后运行下面的请求。只有在重试同一个逻辑请求时才复用同一个 Idempotency-Key。
curl --request POST 'https://api.socialtoai.com/v1/search' \
--header "X-API-Key: $SOCIALTOAI_API_KEY" \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: REPLACE_WITH_A_UNIQUE_REQUEST_ID' \
--data '{"platform":"reddit","query":"AI research","count":5}'05 / 数据网关
注册送 2 credits。¥50 起充,得 500 credits。无订阅、不过期,失败不扣费。
多平台请求中每个平台分别计费。规划研究流程前,请先看完整价目表。
06 / 数据网关
10 张平台参考卡 · 59 个可用核心接口 · 1 个明确不支持:微信热榜。
线上成功率和 P95 延迟尚未公布。覆盖范围是能力清单,不是实时可用性承诺。
07 / 数据网关
以紧凑、统一的 JSON 结构返回公开社交数据。推理由你的 AI 客户端完成;SocialToAI 不在服务端生成 AI 摘要。
不是。请查看各平台页面,并检查每次响应里的 applied_params 和 warnings。回退结果不能被描述成你最初请求的筛选。
10 credits 等于 ¥1。每个可计费的“平台 × 动作”调用都有固定的 credit 价格。credits 不会过期,也没有订阅。
失败不扣费。空结果是一次成功的查询,按标价计费。多平台搜索里,每个成功或空结果的平台分别计费。
注册即送 2 credits,无需绑卡。一次 Reddit 搜索 0.2 credits;小红书“搜索 + 详情 + 评论”一整套需要 4.5 credits,超出试用额度。
网关只读取受支持的公开内容,不授予内容复用许可,不绕过访问控制,也不会代你发布内容。请遵守适用于你用途的权利和规则。
08 / 数据网关
选择一个聚焦的工作流,使用同一套 API、余额和来源限制。