Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

redfox-mcp

RedFoxHub MCP 서버 — 6대 주요 콘텐츠 플랫폼의 데이터 API와 AI 검색/생성 기능을 40개의 MCP 도구로 변환하여 dsh, Claude Code 또는 Cursor와 같은 모든 MCP 클라이언트에서 사용할 수 있습니다.

도구 (40개)

카테고리

도구

설명

Douyin

douyin_search_articles / douyin_search_users / douyin_get_user / douyin_get_user_works / douyin_get_work / douyin_search_ai_articles

작업 검색, 계정 검색, 계정 정보, 작업 목록, 작업 상세, AI 작업 피드

Xiaohongshu

xiaohongshu_search_articles / xiaohongshu_search_users / xiaohongshu_get_account / xiaohongshu_get_work / xiaohongshu_search_ai_articles

노트 검색, 크리에이터 검색, 계정 정보, 노트 상세, AI 노트 피드

WeChat 공식 계정

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

기사 검색 (전문 상세 포함), 계정 검색, 기사 목록, AI 기사 피드

Bilibili

bilibili_search_articles / bilibili_search_users / bilibili_get_account / bilibili_get_user_works / bilibili_get_work

동영상 검색, UP주 검색 / 정보 / 동영상, 동영상 상세

Toutiao

toutiao_search_works / toutiao_get_work

콘텐츠 검색, 작업 상세 (실시간)

TikTok

tiktok_search_users

계정 검색

AI 검색

ai_search_kimi / ai_search_doubao / ai_search_deepseek

한 번 호출로 쿼리를 제출하고 전체 답변을 기다립니다

AI 생성

gpt_image_generate / doubao_image_pro_generate / doubao_image_lite_generate / doubao_video_generate

텍스트-이미지 / 이미지-이미지 / 이미지 세트 / 텍스트-비디오, 한 번 호출로 제출하고 대기

작업 후속 조치

ai_search_*_result / gpt_image_result / doubao_image_*_result / doubao_video_result (총 7개)

비동기 도구가 시간 초과되면 taskId를 반환합니다. 일치하는 결과 도구를 사용하여 결과를 가져옵니다

비동기 도구(AI 검색/생성)는 내부적으로 폴링합니다: 제출 → 대기 → 전체 결과 반환, 수동 taskId 처리가 필요 없습니다. 대기 시간이 timeout_seconds(기본값 240초, 비디오는 480초)를 초과하면 일치하는 결과 도구에 대한 taskId가 반환됩니다.

Related MCP server: rednote-analyzer-mcp

인증

모든 API에는 RedFoxHub API 키가 필요합니다:

  1. https://redfox.hk/settings/api-keys/?source=mcp 에서 키를 받으세요

  2. 환경 변수를 설정하세요:

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-dsh

Claude Code

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

Cursor / 기타 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

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