RedFoxHub MCP integration for AI agents.
Connect AI agents to RedFoxHub through 19 structured actions, including get douyin user, get douyin work, and get wechat account. Review authentication, inpu…
- ACTION CONTRACTS
- 19
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the RedFoxHub integration exposes
The RedFoxHub Agent App exposes 19 provider-backed actions for social and data work. Its current contract lets an authorized agent fetch a douyin account detail payload through redfoxhub, fetch a douyin work detail payload through redfoxhub by work id or work url, and fetch a wechat official account detail payload through redfoxhub. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected RedFoxHub account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real RedFoxHub capabilities.
Showing 12 of 19 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_douyin_userREADFetch a Douyin account detail payload through RedFoxHub.
INPUTS: accountId
get_douyin_workREADFetch a Douyin work detail payload through RedFoxHub by work ID or work URL.
INPUTS: workId / workUrl
get_wechat_accountREADFetch a WeChat Official Account detail payload through RedFoxHub.
INPUTS: account / accountName
get_wechat_articleREADFetch a WeChat Official Account article payload through RedFoxHub.
INPUTS: workUuid
get_wechat_article_by_urlREADFetch WeChat Official Account article data through RedFoxHub by article URL.
INPUTS: url
get_xiaohongshu_userREADFetch a Xiaohongshu account detail payload through RedFoxHub.
INPUTS: accountId / userId
get_xiaohongshu_workREADFetch a Xiaohongshu work detail payload through RedFoxHub by work ID or link.
INPUTS: workId / workLink
list_douyin_user_worksREADList works published by a Douyin account through RedFoxHub.
INPUTS: accountId / authorUrl / secUserId / offset / sortType
list_wechat_account_articlesREADList articles published by a WeChat Official Account through RedFoxHub.
INPUTS: account / accountName / offset / sortType / publishTimeStart
search_douyin_ai_creationsREADSearch Douyin AI creation data through RedFoxHub.
INPUTS: keyword / pageNum / pageSize / startTime / endTime
search_douyin_usersREADSearch Douyin accounts through RedFoxHub and return the upstream result payload.
INPUTS: keyword / offset / sortType
search_douyin_worksREADSearch Douyin works through RedFoxHub and return the upstream result payload.
INPUTS: keyword / offset / sortType
INPUT CONTRACTS
Know what the action needs before it runs.
get_douyin_user
accountIdOPTIONAL- Douyin account ID accepted by RedFoxHub.
get_douyin_work
workIdOPTIONAL- Douyin work ID accepted by RedFoxHub.
workUrlOPTIONAL- Douyin work URL accepted by RedFoxHub.
get_wechat_account
accountREQUIRED- WeChat Official Account ID accepted by RedFoxHub.
accountNameOPTIONAL- WeChat Official Account name accepted by RedFoxHub.
get_wechat_article
workUuidOPTIONAL- WeChat article UUID accepted by RedFoxHub.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Douyin User
Fetch a Douyin account detail payload through RedFoxHub. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_douyin_userVerify with Get Douyin Work
Fetch a Douyin work detail payload through RedFoxHub by work ID or work URL. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_douyin_workSAFETY BOUNDARY
Operate RedFoxHub with explicit limits
- Authorize RedFoxHub with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned RedFoxHub data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in RedFoxHub rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the RedFoxHub task completed successfully.
CONNECTION MODEL
API key
RedFoxHub API key sent with the REDFOX_API_KEY header. Register or sign in at https://redfox.hk, then create or view keys in Key Management: https://redfox.hk/settings/api-keys.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 19
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by RedFoxHub.