LinkFox MCP integration for AI agents.
Connect AI agents to LinkFox through 30 structured actions, including check copyright risk, check design patent risk, and check product tro risk. Review auth…
- ACTION CONTRACTS
- 30
- 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 LinkFox integration exposes
The LinkFox Agent App exposes 30 provider-backed actions for data and marketing work. Its current contract lets an authorized agent check a product image for copyright risk through linkfox and ruiguan, check a product image for design-patent risk through linkfox and ruiguan, and check a product for trademark, copyright, patent, and tro risk through linkfox and maidalv. 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 LinkFox account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real LinkFox capabilities.
Showing 12 of 30 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
check_copyright_riskREADCheck a product image for copyright risk through LinkFox and Ruiguan.
INPUTS: imageUrl / topNumber / enableRadar
check_design_patent_riskREADCheck a product image for design-patent risk through LinkFox and Ruiguan.
INPUTS: imageUrl / queryMode / topNumber / regions / productTitle
check_product_tro_riskREADCheck a product for trademark, copyright, patent, and TRO risk through LinkFox and Maidalv.
INPUTS: mainProductImage / referenceImages / otherProductImages / ipImages / referenceText
check_text_trademark_riskREADCheck product text for trademark risk through LinkFox and Ruiguan.
INPUTS: productTitle / regions / limit / productText
get_amazon_ads_authorization_urlREADCreate an Amazon Ads authorization URL through LinkFox.
INPUTS: region / accountName
get_amazon_ads_reportREADCreate or resume an Amazon Ads report and wait for a download URL.
INPUTS: profileId / region / reportId / reportTypeId / adProduct
get_amazon_opportunity_reportREADGenerate a LinkFox Amazon commercial opportunity report for a keyword.
INPUTS: site / keyword
get_amazon_productREADGet detailed Amazon product data for up to forty ASINs through LinkFox.
INPUTS: asins / amazonDomain / language / deliveryZip / device
get_amazon_store_authorization_urlREADCreate an Amazon Selling Partner authorization URL through LinkFox.
INPUTS: region / sellerName
get_amazon_store_reportREADCreate or resume an Amazon Selling Partner report and wait for a download URL.
INPUTS: sellerId / region / reportId / reportType / marketplaceIds
get_current_accountREADGet the current LinkFox account without exposing personal contact data.
get_echotik_productsREADGet EchoTik details for a batch of TikTok products through LinkFox.
INPUTS: productIds / productUrls
INPUT CONTRACTS
Know what the action needs before it runs.
check_copyright_risk
imageUrlOPTIONAL- A publicly accessible product image URL.
topNumberOPTIONAL- The maximum number of copyright matches.
enableRadarOPTIONAL- Whether to enable LinkFox radar infringement analysis.
check_design_patent_risk
imageUrlREQUIRED- A publicly accessible product image URL.
queryModeOPTIONAL- The image retrieval mode.
topNumberOPTIONAL- The maximum number of design patent matches.
regionsOPTIONAL- Comma-separated patent jurisdiction codes.
productTitleOPTIONAL- The product title used as additional retrieval context.
check_product_tro_risk
mainProductImageREQUIRED- A publicly accessible main product image URL.
referenceImagesOPTIONAL- Public reference image URLs.
otherProductImagesOPTIONAL- Additional public product image URLs.
ipImagesOPTIONAL- Public intellectual-property reference image URLs.
referenceTextOPTIONAL- Text from a similar product.
check_text_trademark_risk
productTitleREQUIRED- The product title to inspect for trademark risk.
regionsOPTIONAL- Comma-separated trademark jurisdiction codes.
limitREQUIRED- The maximum number of trademark matches.
productTextOPTIONAL- Additional product copy to inspect.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Check Copyright Risk
Check a product image for copyright risk through LinkFox and Ruiguan. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
check_copyright_riskVerify with Check Design Patent Risk
Check a product image for design-patent risk through LinkFox and Ruiguan. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
check_design_patent_riskSAFETY BOUNDARY
Operate LinkFox with explicit limits
- Authorize LinkFox with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned LinkFox 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 LinkFox rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the LinkFox task completed successfully.
CONNECTION MODEL
API key
LinkFox Agent API key sent in the Authorization header. Create or copy it from Personal Center > API Development Guide > LinkFox Agent: https://skill.linkfox.com/linkfoxskills/guide.htm.
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
- 30
- 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 LinkFox.