n8n · 3 clicks · read-only scopes
Connect WinningHunterto n8n.
Put market research on autopilot. Morning digests, competitor alerts, trend roundups — all on a schedule, no browser needed.
Endpoint
Automate the boring stuff.
Add the MCP endpoint to an n8n node. Authenticate once, then schedule workflows that pull fresh data whenever you want.
https://app.winninghunter.com/mcp
Install
Set up a workflow, walk away.
Create an MCP node, point it at WinningHunter, and wire it into your existing n8n flows. Runs on its own after that.
1Create a new workflow and add an MCP-compatible node.
2Set the node URL to the WinningHunter MCP endpoint.
3Sign in to WinningHunter, approve access, and schedule your flow.
POST https://app.winninghunter.com/mcp
# Request: initialize
{ "method": "initialize" }
# Response: tools list
{ "tools": [...] }Scopes
What you authorize.
Read-only across the board. You can revoke access from your account at any time.
winninghunter:identity.read
Account details and workspace context.
winninghunter:research.read
Read-only access to ad, brand, TikTok Shop, and trend signals.
winninghunter:usage.read
Credits and usage visibility.
winninghunter:mcp.read
Tool discovery and tool invocation metadata.
Read-only · OAuth 2.1 with PKCE