list-feeds-skill

Retrieve Xiaohongshu homepage feeds via MCP HTTP API calls.

21|8|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill list-feeds-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-feeds-skill
Source: https://github.com/ibreez3/xiaohongshu-skill/tree/main/skills/list-feeds-skill
Command: npx skills add https://github.com/ibreez3/xiaohongshu-skill --skill list-feeds-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It removes the manual effort of checking Xiaohongshu’s homepage to discover and review available feed items by letting you retrieve the feed list programmatically through an MCP HTTP API.

Core Features & Use Cases

  • Homepage feed listing: Fetches the current set of feeds from Xiaohongshu homepage for downstream processing.
  • MCP-driven automation: Calls the xiaohongshu-mcp server using the JSON-RPC tool interface, returning structured feed data for your workflow.
  • Use case: Before publishing or engaging, quickly scan what’s currently available on the homepage and use the returned feed list to drive actions like filtering, analysis, or subsequent tool calls.

Quick Start

Ask your MCP-compatible assistant to run the list-feeds-skill to return the current Xiaohongshu homepage feed list via the configured XIAOHONGSHU_MCP_URL.

Frequently Asked Questions about list-feeds-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Xiaohongshu homepage feeds programmatically?

To retrieve Xiaohongshu homepage feeds programmatically, this Skill calls a configured xiaohongshu-mcp server endpoint using a JSON-RPC tools/call to the list_feeds method. It parses and returns the current feed data for downstream workflow processing.

Do I need an MCP server to list Xiaohongshu homepage content?

Yes, you need a reachable xiaohongshu-mcp server endpoint configured via the XIAOHONGSHU_MCP_URL. The Skill relies on this MCP-backed HTTP API connection to execute the JSON-RPC call and fetch the feed list.

What is the best way to automate Xiaohongshu feed discovery for publishing workflows?

Automating Xiaohongshu feed discovery involves using an MCP-compatible assistant to run this Skill, which returns the current homepage feed list as structured data. You can then use this feed list to drive filtering, analysis, or subsequent engagement actions.

Can I use this MCP feed listing tool for content monitoring?

Yes, you can use this tool for content monitoring by fetching the current set of Xiaohongshu homepage feeds for downstream processing. It returns structured feed data suitable for monitoring what is currently available before publishing or engaging.

Why does my xiaohongshu-mcp feed list call not return data?

If the xiaohongshu-mcp feed list call does not return data, your XIAOHONGSHU_MCP_URL may be unreachable. The Skill requires a reachable MCP server endpoint to successfully perform the JSON-RPC tools/call and parse the feed data.

How does the JSON-RPC tools/call method work for Xiaohongshu feeds?

The JSON-RPC tools/call method works by sending an HTTP API request to the xiaohongshu-mcp server to invoke the list_feeds method. It retrieves and parses the structured feed data from the Xiaohongshu homepage for your automation workflows.