← 返回
未分类 Key

XiaoHongShu Search MCP

Search XiaoHongShu / RED notes through the hosted whatson.red MCP endpoint when users need structured RED search results, note details, or a draft blog payload.
通过托管的 whatson.red MCP 端点搜索小红书/RED 笔记,获取结构化搜索结果、笔记详情或博客草稿内容。
seichris seichris 来源
未分类 clawhub v1.0.0 1 版本 99828.5 Key: 需要
★ 0
Stars
📥 582
下载
💾 0
安装
1
版本
#latest#mcp#rednote#search#xiaohongshu

概述

XiaoHongShu Search MCP

Use this skill when the user wants to search XiaoHongShu / RED / RedNote and receive structured JSON results through the hosted whatson.red MCP endpoint.

Requirements

  • The user needs a whatson.red account with an Agent API key from https://www.whatson.red/agents.
  • Read the API key from WHATSON_RED_API_KEY.
  • Send the key as Authorization: Bearer ${WHATSON_RED_API_KEY}.
  • MCP requests use account-based whatson.red billing and credits.

MCP Endpoint

Use the Streamable HTTP endpoint:

https://www.whatson.red/api/agent/mcp

Primary tool:

search_xiaohongshu_notes

Tool Arguments

  • query string, required: Search query in English, Chinese, or pinyin.
  • limit number, optional: 1-100, default 60. Values above 20 fetch additional search pages.
  • include_note_details boolean, optional: Default true. Includes note detail payloads when available.
  • include_blog boolean, optional: Default false. Returns a draft blog/article payload without publishing it.

Use limit values such as 40, 60, 80, or 100 when the user needs more than one page of notes. Note details are best-effort for the returned real notes.

Expected Response

The tool returns structured content with:

  • query
  • translatedQuery
  • searchQuery
  • notes
  • noteDetails
  • blog
  • blogError
  • usage

usage includes charged credits, remaining credits, and whether the request was already charged through idempotency.

REST Alternative

For non-MCP callers, whatson.red also exposes:

POST https://www.whatson.red/api/agent/search

REST supports API-key billing and accountless x402 payment. x402 is REST-only; do not use x402 for MCP. REST x402 searches cost $0.05 USDC per raw search on supported USDC networks, and includeBlog=true is not available through x402.

Safety Notes

  • Do not ask the user for Browserless, proxy, cookie, or deployment secrets; this skill only uses the hosted whatson.red MCP endpoint.
  • Do not attempt to scrape XiaoHongShu directly from this skill.
  • Do not publish posts when include_blog is true; the returned blog payload is only a draft.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 14:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 273 📥 100,328
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 140,612
dev-programming

Linkdrop Agent CLI

seichris
在命令行创建和兑换 Linkdrop 领币链接,严格 JSON 输出,支持 Base、Polygon、Arbitrum、Optimism 与 Avalanche 网络。
★ 0 📥 455