Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REDFOX_API_KEYYesYour RedFoxHub API key. Get one at https://redfox.hk/settings/api-keys/?source=mcp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
douyin_search_articlesA

搜索抖音作品(优质库)。keyword 必填;offset 分页偏移从 0 开始、每次 +20; sort_type 排序方式,如 "default"。返回含 total/hasMore/list。

douyin_search_usersC

搜索抖音账号(优质库)。keyword 必填;offset 分页偏移从 0 开始。

douyin_get_userA

获取抖音账号信息(优质库)。account_id 为抖音账号 ID, 支持 unique_id、short_id、uid 任一匹配。

douyin_get_user_worksA

获取抖音账号作品列表(优质库)。account_id(抖音号)/ author_url(主页链接)/ sec_user_id 至少传一个;offset 每页 +20;sort_type:0=默认,2=最新,4=最热。

douyin_get_workA

获取抖音作品详情(优质库)。work_id 与 work_url(作品链接)至少传一个, 返回互动数据、作者信息等。

douyin_search_ai_articlesB

搜索抖音 AI 相关作品(优质库)。keyword 必填; start_time/end_time 格式如 "2026-06-01 00:00:00"。

xiaohongshu_search_articlesB

搜索小红书笔记(优质库)。keyword 必填;offset 分页偏移。

xiaohongshu_search_usersC

搜索小红书博主账号(优质库)。keyword 必填;offset 分页偏移。

xiaohongshu_get_accountA

获取小红书账号信息(优质库)。account_id 为小红书号(必填),user_id 可选。

xiaohongshu_get_workA

获取小红书笔记详情(优质库)。work_id 与 work_link(笔记链接)至少传一个。

xiaohongshu_search_ai_articlesB

搜索小红书 AI 创作相关笔记(优质库)。keyword 必填; start_time/end_time 格式如 "2026-06-01 00:00:00";source 为来源平台(可选)。

wechat_search_articlesB

搜索公众号文章(优质库)。keyword 必填;offset 从 0 开始、每页 +20。

wechat_search_usersA

搜索公众号账号(优质库)。keyword 必填;sort_type:_0=默认,_2=最新,_4=最热。

wechat_get_accountB

获取公众号账号信息(优质库)。account 为公众号微信号(必填), account_name 为公众号名称(可选)。

wechat_get_user_worksC

获取公众号文章列表(优质库)。account 为公众号微信号(必填); sort_type:_0=默认,_2=最新,_4=最热;publish_time_start/end 格式如 "2026-07-01"。

wechat_get_workC

根据作品 UUID 获取公众号文章元数据(优质库)。

wechat_get_article_detailC

根据文章链接获取公众号文章详情,支持全文内容(优质库)。 url 形如 https://mp.weixin.qq.com/s/...

wechat_search_ai_articlesB

搜索公众号 AI 创作相关文章(优质库)。keyword 必填; start_time/end_time 格式如 "2026-06-01 00:00:00"。

bilibili_search_articlesA

搜索 B 站视频(优质库)。keyword 必填;page 从 1 开始;page_size 默认 10、最大 50; order:time=发布时间 / play=播放数 / like=点赞数 / comment=评论数 / favorite=收藏数。

bilibili_search_usersB

搜索 B 站 UP 主(优质库)。keyword 必填; order:follower=粉丝数 / like=获赞数,默认按相关性。

bilibili_get_accountB

获取 B 站 UP 主信息(优质库)。mid 为 B 站用户唯一 ID。

bilibili_get_user_worksB

获取 B 站 UP 主视频列表(优质库)。mid 与 account_url(主页链接)至少传一个; order:time=发布时间 / play=播放数 / like=点赞数。

bilibili_get_workA

获取 B 站视频详情(优质库)。bvid 与 work_url 至少传一个, work_url 支持 bilibili.com/video/BVxxx 或 b23.tv 短链。

toutiao_search_worksB

搜索今日头条内容(实时)。keyword 必填;offset 翻页偏移从 0 开始、每页 +1。

toutiao_get_workA

获取今日头条作品详情(实时)。opus_id 为作品 ID。

tiktok_search_usersB

搜索 TikTok 账号。keyword 必填;cursor 翻页游标第一页为 0、每页 +10; rid 为上一页数据返回的 rid,翻页时传入。返回含 cursor/hasMore/userList。

ai_search_kimiA

Kimi 联网 AI 搜索,提交后自动等待并返回完整结果(含 content/webPages)。 inquiry_text 为搜索提问文本;超时未完成时返回 taskId,可用 ai_search_kimi_result 再查。

ai_search_doubaoA

豆包联网 AI 搜索,提交后自动等待并返回完整结果。 inquiry_text 为搜索提问文本;超时未完成时返回 taskId,可用 ai_search_doubao_result 再查。

ai_search_deepseekA

Deepseek 联网 AI 搜索,提交后自动等待并返回完整结果。 inquiry_text 为搜索提问文本;超时未完成时返回 taskId,可用 ai_search_deepseek_result 再查。

ai_search_kimi_resultA

查询 Kimi 搜索任务结果。仅在 ai_search_kimi 超时返回 taskId 后使用。

ai_search_doubao_resultA

查询豆包搜索任务结果。仅在 ai_search_doubao 超时返回 taskId 后使用。

ai_search_deepseek_resultA

查询 Deepseek 搜索任务结果。仅在 ai_search_deepseek 超时返回 taskId 后使用。

gpt_image_generateB

GPT 图片生成(gpt-image-2),提交后自动等待并返回 imagePaths。 operation:generate=文生图 / edit=图生图(edit 时 images 必填, 形如 [{"url": "https://..."}],input_fidelity 支持 high/low); quality:low/medium/high/auto;background:transparent/opaque/auto; output_format:png/jpeg/webp。超时返回 taskId,可用 gpt_image_result 再查。

gpt_image_resultA

查询 GPT 图片生成任务结果(含 status/imagePaths/failReason)。 仅在 gpt_image_generate 超时返回 taskId 后使用。

doubao_image_pro_generateB

豆包 Seedream 5.0 Pro 图片生成,提交后自动等待结果。 size 支持 "1K"/"2K" 或像素值如 "2048x2048";image 为图生图输入(URL 或 Base64, 可传单个字符串或字符串列表);optimize_prompt 开启提示词优化(standard/fast)。 超时返回 taskId,可用 doubao_image_pro_result 再查。

doubao_image_pro_resultA

查询 Seedream 5.0 Pro 任务结果。仅在 doubao_image_pro_generate 超时返回 taskId 后使用。

doubao_image_lite_generateA

豆包 Seedream 5.0 Lite 图片生成,支持组图,提交后自动等待结果。 size 支持 "2K"/"3K"/"4K" 或像素值;sequential 设为 "auto" 时生成组图, max_images 控制组图数量(1~10)。超时返回 taskId,可用 doubao_image_lite_result 再查。

doubao_image_lite_resultA

查询 Seedream 5.0 Lite 任务结果。仅在 doubao_image_lite_generate 超时返回 taskId 后使用。

doubao_video_generateA

豆包 Seedance 2.0 视频生成,提交后自动等待结果。 content 为输入内容列表(必填),每项形如: {"type": "text", "text": "描述文字"}; {"type": "image_url", "imageUrl": "图片URL", "imageRole": "first_frame/reference_image"}; {"type": "video_url", "videoUrl": "视频URL", "videoRole": "reference_video"}; {"type": "audio_url", "audioUrl": "音频URL", "audioRole": "reference_audio"}。 resolution:480p/720p/1080p;ratio:adaptive/16:9/4:3/1:1/3:4/9:16/21:9; duration 秒数 [4,15] 或 -1 智能。超时返回 taskId,可用 doubao_video_result 再查。

doubao_video_resultA

查询豆包视频生成任务结果。仅在 doubao_video_generate 超时返回 taskId 后使用。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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