← Back to Skills Marketplace
seichris

XiaoHongShu Search MCP

by Chris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-search-mcp
Description
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.
README (SKILL.md)

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.
Usage Guidance
Treat this as an incomplete low-confidence review: the available execution environment prevented reading metadata.json and artifact files, so installation should wait for a successful artifact inspection.
Capability Tags
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The requested workspace files could not be read because shell commands failed before accessing the filesystem, so no purpose-capability mismatch can be confirmed from artifact evidence.
Instruction Scope
No artifact instructions were accessible for scope review; no unsupported concern is reported.
Install Mechanism
No install specifications were accessible for review; no unsupported concern is reported.
Credentials
No artifact evidence was available to assess environment access beyond the provided review context.
Persistence & Privilege
No artifact evidence was available showing persistence, privilege use, or credential handling.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-search-mcp
  3. After installation, invoke the skill by name or use /xiaohongshu-search-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Adds a hosted whatson.red MCP skill for structured XiaoHongShu / RED / RedNote search results, note details, and optional draft blog payloads.
Metadata
Slug xiaohongshu-search-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install XiaoHongShu Search MCP?

Run "/install xiaohongshu-search-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is XiaoHongShu Search MCP free?

Yes, XiaoHongShu Search MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does XiaoHongShu Search MCP support?

XiaoHongShu Search MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created XiaoHongShu Search MCP?

It is built and maintained by Chris (@seichris); the current version is v1.0.0.

💬 Comments