redfox-mcp
Officialredfox-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 |
| Arbeitssuche, Kontosuche, Kontoinformationen, Werklisten, Werkdetails, KI-Werk-Feed |
Xiaohongshu |
| Notizensuche, Ersteller-Suche, Kontoinformationen, Notizdetails, KI-Notizen-Feed |
WeChat Official Accounts |
| Artikelsuche (inkl. Volltextdetails), Kontosuche, Artikellisten, KI-Artikel-Feed |
Bilibili |
| Videosuche, UP-Master-Suche / Info / Videos, Videodetails |
Toutiao |
| Inhaltssuche, Werkdetails (Echtzeit) |
TikTok |
| Kontosuche |
KI-Suche |
| Ein Aufruf sendet die Anfrage und wartet auf die vollständige Antwort |
KI-Generierung |
| Text-zu-Bild / Bild-zu-Bild / Bildersets / Text-zu-Video, ein Aufruf sendet und wartet |
Aufgaben-Nachverfolgung |
| Wenn ein asynchrones Tool timeoutet, gibt es eine |
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:
Holen Sie sich einen unter https://redfox.hk/settings/api-keys/?source=mcp
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-mcpoder:
pip install redfox-mcp
redfox-mcpDer 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-dshClaude Code
claude mcp add redfox --env REDFOX_API_KEY=YOUR_API_KEY -- uvx redfox-mcpCursor / 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
Maintenance
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
- Flicense-qualityDmaintenanceEnables 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
- AlicenseAqualityDmaintenanceMCP server enabling AI assistants to search, analyze, and generate content for Xiaohongshu (RedNote), China's leading lifestyle social media platform.68MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and publish notes on Xiaohongshu (Little Red Book) via MCP tools.8AGPL 3.0
- Alicense-qualityCmaintenanceA 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.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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