redfox-mcp
Officialredfox-mcp
RedFoxHub MCP 서버 — 6대 주요 콘텐츠 플랫폼의 데이터 API와 AI 검색/생성 기능을 40개의 MCP 도구로 변환하여 dsh, Claude Code 또는 Cursor와 같은 모든 MCP 클라이언트에서 사용할 수 있습니다.
도구 (40개)
카테고리 | 도구 | 설명 |
Douyin |
| 작업 검색, 계정 검색, 계정 정보, 작업 목록, 작업 상세, AI 작업 피드 |
Xiaohongshu |
| 노트 검색, 크리에이터 검색, 계정 정보, 노트 상세, AI 노트 피드 |
WeChat 공식 계정 |
| 기사 검색 (전문 상세 포함), 계정 검색, 기사 목록, AI 기사 피드 |
Bilibili |
| 동영상 검색, UP주 검색 / 정보 / 동영상, 동영상 상세 |
Toutiao |
| 콘텐츠 검색, 작업 상세 (실시간) |
TikTok |
| 계정 검색 |
AI 검색 |
| 한 번 호출로 쿼리를 제출하고 전체 답변을 기다립니다 |
AI 생성 |
| 텍스트-이미지 / 이미지-이미지 / 이미지 세트 / 텍스트-비디오, 한 번 호출로 제출하고 대기 |
작업 후속 조치 |
| 비동기 도구가 시간 초과되면 |
비동기 도구(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