redfox-mcp
Officialredfox-mcp
RedFoxHub MCP Server — 6つの主要コンテンツプラットフォームのデータAPIとAI検索/生成機能を40のMCPツールに変換し、dsh、Claude Code、Cursorなどの任意のMCPクライアントで使用できます。
ツール(40)
カテゴリ | ツール | 備考 |
抖音 |
| 作品検索、アカウント検索、アカウント情報、作品一覧、作品詳細、AI作品フィード |
小红书 |
| ノート検索、クリエイター検索、アカウント情報、ノート詳細、AIノートフィード |
微信公衆号 |
| 記事検索(全文詳細含む)、アカウント検索、記事一覧、AI記事フィード |
Bilibili |
| 動画検索、UP主検索/情報/動画、動画詳細 |
今日头条 |
| コンテンツ検索、作品詳細(リアルタイム) |
TikTok |
| アカウント検索 |
AI検索 |
| 1回の呼び出しでクエリを送信し、完全な回答を待機 |
AI生成 |
| テキスト→画像/画像→画像/画像セット/テキスト→動画、1回の呼び出しで送信・待機 |
タスクフォローアップ |
| 非同期ツールがタイムアウトした場合、 |
非同期ツール(AI検索/生成)は内部でポーリングを行います:送信→待機→完全な結果を返すため、手動でtaskIdを扱う必要はありません。待機がtimeout_seconds(デフォルト240秒、動画は480秒)を超えた場合、taskIdが返され、対応する結果ツールで取得できます。
Related MCP server: rednote-analyzer-mcp
認証
すべてのAPIにはRedFoxHub APIキーが必要です:
環境変数を設定します:
export REDFOX_API_KEY="YOUR_API_KEY"キーがない場合、すべてのツールはキーの取得方法を説明する構造化メッセージを返します。
インストールと実行
Python ≥ 3.10が必要です。uv を使用することを推奨します:
uvx redfox-mcpまたは:
pip install redfox-mcp
redfox-mcpサーバーはstdioトランスポートで動作します。
クライアント設定
dsh(DeepSeek Harness)
公式バンドルプラグイン redfox-community-dsh をインストールしてください。これにより、このMCPサーバーがすぐに登録され、ツールが mcp__redfox__* として公開されます:
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 / その他のMCPクライアント
MCP設定に以下を追加してください:
{
"mcpServers": {
"redfox": {
"command": "uvx",
"args": ["redfox-mcp"],
"env": { "REDFOX_API_KEY": "YOUR_API_KEY" }
}
}
}内部構造
公式SDK redfox-python-sdk 上に構築されています。APIドキュメント:https://redfox.hk/?source=mcp。
ライセンス
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