Connect WinningHunter to AI tools
WinningHunter has one MCP endpoint. Paste it into Claude, Cursor, ChatGPT, Gemini, or n8n.
If you run your own install, use your own domain with /mcp at the end.
Recommended: start with Claude. Its custom connector flow uses OAuth, so setup is usually the quickest.
Before you start
- MCP URL (
https://app.winninghunter.com/mcp) - One auth method:
- OAuth (recommended for Claude custom connector)
- API key header (
X-API-Key: wh_...) for Cursor, n8n, Claude Code / Desktop JSON
OAuth discovery:
Claude (custom connector)
Claude Code / Desktop (API key)
claude mcp add --transport http winninghunter \
https://app.winninghunter.com/mcp \
--header "X-API-Key: ${WH_API_KEY}"
Or JSON:
{
"mcpServers": {
"winninghunter": {
"url": "https://app.winninghunter.com/mcp",
"headers": {
"X-API-Key": "wh_paste_your_api_key_here"
}
}
}
}
Claude.ai web (OAuth)
- Open:
https://claude.ai/customize/connectors?modal=add-custom-connector - Click Add custom connector.
- Enter any name (for example
WinningHunter). - Paste MCP URL:
https://app.winninghunter.com/mcp - Click Add.
- Claude will start OAuth login and ask you to sign in to WinningHunter.
- Approve access, then return to Claude.
Done check: open a new chat and ask Claude to list available tools. You should see WinningHunter tools.
Cursor (3 steps)
- Open Cursor settings for MCP (or create
.cursor/mcp.jsonin your project). - Paste the same JSON as above.
- Save, then reload MCP (or restart Cursor).
{
"mcpServers": {
"winninghunter": {
"url": "https://app.winninghunter.com/mcp",
"headers": {
"X-API-Key": "wh_paste_your_api_key_here"
}
}
}
}
Done check: ask Cursor to call or list WinningHunter MCP tools.
Cursor can continue using API-key headers. OAuth is optional there.
ChatGPT (OpenAI)
If your workspace has Apps + MCP enabled, do this:
- Open ChatGPT Settings.
- Go to Apps -> Advanced settings.
- Turn on Developer mode.
- Click Create an app.
- Set any app name (for example
WinningHunter). - Set MCP server URL to
https://app.winninghunter.com/mcp. - Click Create (or Connect, depending on UI).
If ChatGPT supports OAuth for your connector flow, use OAuth. If your screen supports custom headers instead, you can still use X-API-Key.
OpenAI MCP docs: MCP for ChatGPT Apps
Gemini (Google)
If your Gemini account supports MCP connectors:
- Add an MCP server.
- Use URL
https://app.winninghunter.com/mcp. - Prefer OAuth when Gemini requests it. If header auth is available in your client,
X-API-Keyis also supported.
Gemini MCP docs: MCP servers with Gemini CLI
n8n
Use the MCP Client node (or MCP Client Tool node):
- Add MCP node in your workflow.
- Set server URL to
https://app.winninghunter.com/mcp. - Add header auth:
X-API-Key= yourwh_...key.
n8n docs: MCP Client
What you get
You can query:
- TikTok Shop products, shops, creators, videos, categories, trending
- Meta ad library search
- Brand tracker list, analysis, and tracking new Meta pages
- Shopify store search and tracking new stores/domains
- Exploding Topics search + detail
- Credit balance checks
Most MCP tools are read-only. Write / generate tools: track_brand, track_store, save_ad, and get_ad_transcript.
TikTok favorites / filter presets still use the REST API (/api/v1/tiktok-shop/*).
Credits and limits (simple version)
tools/callsuccess = 1 API credittools/listand connection checks do not charge- Missing/invalid auth → MCP OAuth / JSON-RPC error (not always the REST
{ success: false, error: "Unauthorized" }envelope) - No API access → 403 with
WinningHunter Basic plan or higher required for MCP access. - MCP tool rate limit is 300/min (separate from HTTP 60/min)
Full details: Credits & billing, Rate limits, Troubleshooting
Next page
Need exact tool names and arguments? Open: