Connect WinningHunter to AI tools
WinningHunter has one MCP endpoint:
https://app.winninghunter.com/mcp
If you run your own install, use your own domain with /mcp at the end.
This page is intentionally simple: where to click, what to paste, and how to verify it works.
Before you start
You need:
- MCP URL (
https://app.winninghunter.com/mcp) - One auth method:
- OAuth (recommended for connector UIs like Claude custom connector)
- API key header (
X-API-Key: wh_...) for header-capable clients (Cursor, n8n, Desktop JSON)
OAuth discovery metadata is available at:
https://app.winninghunter.com/.well-known/oauth-authorization-server/mcphttps://app.winninghunter.com/.well-known/oauth-authorization-server
Claude (custom connector)
- Open:
https://claude.ai/settings/connectors?modal=add-custom-connector - Click Add custom connector.
- Enter any name (for example
WinningHunter). - Paste MCP URL:
https://app.winninghunter.com/mcp - Click Connect.
- Claude will start OAuth login and ask you to sign in to WinningHunter.
- Approve access, then return to Claude.
For local/Desktop JSON setup, use:
{
"mcpServers": {
"winninghunter": {
"url": "https://app.winninghunter.com/mcp",
"headers": {
"X-API-Key": "wh_paste_your_api_key_here"
}
}
}
}
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
- Shopify store search
- Exploding Topics search + detail
- Credit balance checks
All MCP tools are read-only.
If you need to save favorites, presets, transcripts, or other writes, 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 gives
401 - No API access on account gives
403
Full details: Credits & billing, Rate limits, Troubleshooting
Next page
Need exact tool names and arguments? Open: