Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

redfox-mcp

RedFoxHub MCP Server — verwandelt die Daten-APIs von 6 großen Content-Plattformen sowie KI-Such-/Generierungsfunktionen in 40 MCP-Tools, bereit für jeden MCP-Client wie dsh, Claude Code oder Cursor.

Tools (40)

Kategorie

Tools

Hinweise

Douyin

douyin_search_articles / douyin_search_users / douyin_get_user / douyin_get_user_works / douyin_get_work / douyin_search_ai_articles

Arbeitssuche, Kontosuche, Kontoinformationen, Werklisten, Werkdetails, KI-Werk-Feed

Xiaohongshu

xiaohongshu_search_articles / xiaohongshu_search_users / xiaohongshu_get_account / xiaohongshu_get_work / xiaohongshu_search_ai_articles

Notizensuche, Ersteller-Suche, Kontoinformationen, Notizdetails, KI-Notizen-Feed

WeChat Official Accounts

wechat_search_articles / wechat_search_users / wechat_get_account / wechat_get_user_works / wechat_get_work / wechat_get_article_detail / wechat_search_ai_articles

Artikelsuche (inkl. Volltextdetails), Kontosuche, Artikellisten, KI-Artikel-Feed

Bilibili

bilibili_search_articles / bilibili_search_users / bilibili_get_account / bilibili_get_user_works / bilibili_get_work

Videosuche, UP-Master-Suche / Info / Videos, Videodetails

Toutiao

toutiao_search_works / toutiao_get_work

Inhaltssuche, Werkdetails (Echtzeit)

TikTok

tiktok_search_users

Kontosuche

KI-Suche

ai_search_kimi / ai_search_doubao / ai_search_deepseek

Ein Aufruf sendet die Anfrage und wartet auf die vollständige Antwort

KI-Generierung

gpt_image_generate / doubao_image_pro_generate / doubao_image_lite_generate / doubao_video_generate

Text-zu-Bild / Bild-zu-Bild / Bildersets / Text-zu-Video, ein Aufruf sendet und wartet

Aufgaben-Nachverfolgung

ai_search_*_result / gpt_image_result / doubao_image_*_result / doubao_video_result (7 insgesamt)

Wenn ein asynchrones Tool timeoutet, gibt es eine taskId zurück; verwende das passende Ergebnis-Tool, um das Ergebnis abzurufen

Asynchrone Tools (KI-Suche / Generierung) pollieren intern: Senden → Warten → Vollständiges Ergebnis zurückgeben, ohne manuelle taskId-Handhabung. Wenn die Wartezeit timeout_seconds überschreitet (Standard 240s, 480s für Video), wird eine taskId für das passende Ergebnis-Tool zurückgegeben.

Related MCP server: rednote-analyzer-mcp

Authentifizierung

Alle APIs erfordern einen RedFoxHub-API-Schlüssel:

  1. Holen Sie sich einen unter https://redfox.hk/settings/api-keys/?source=mcp

  2. Setzen Sie die Umgebungsvariable:

export REDFOX_API_KEY="YOUR_API_KEY"

Ohne einen Schlüssel gibt jedes Tool eine strukturierte Nachricht zurück, die erklärt, wie man einen erhält.

Installieren & Ausführen

Python ≥ 3.10 erforderlich. Empfohlen über uv:

uvx redfox-mcp

oder:

pip install redfox-mcp
redfox-mcp

Der Server läuft über stdio-Transport.

Client-Konfiguration

dsh (DeepSeek Harness)

Installieren Sie das offizielle Bundle-Plugin redfox-community-dsh — es registriert diesen MCP-Server sofort einsatzbereit und stellt Tools als mcp__redfox__* bereit:

dsh plugin --profile web add -w github:redfox-data/redfox-community-dsh

Claude Code

claude mcp add redfox --env REDFOX_API_KEY=YOUR_API_KEY -- uvx redfox-mcp

Cursor / andere MCP-Clients

Fügen Sie zu Ihrer MCP-Konfiguration hinzu:

{
  "mcpServers": {
    "redfox": {
      "command": "uvx",
      "args": ["redfox-mcp"],
      "env": { "REDFOX_API_KEY": "YOUR_API_KEY" }
    }
  }
}

Unter der Haube

Basiert auf dem offiziellen SDK redfox-python-sdk. API-Dokumentation: https://redfox.hk/?source=mcp.

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to crawl and extract data from Chinese social media platforms like Bilibili, Xiaohongshu, and Douyin. Provides search, content detail retrieval, and creator information tools with persistent browser sessions and QR code login support.
    68
  • A
    license
    A
    quality
    D
    maintenance
    MCP server enabling AI assistants to search, analyze, and generate content for Xiaohongshu (RedNote), China's leading lifestyle social media platform.
    6
    8
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol server that consolidates 237+ social/e-commerce data APIs (TikTok, Xiaohongshu, Taobao, etc.) into 6 fixed tools, enabling natural language semantic search and dynamic invocation without code changes.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

View all MCP Connectors

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/redfox-data/redfox-mcp'

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