Use Trendtrack with Claude
Connect Claude to the Trendtrack public API through Trendtrack's remote MCP endpoint for live brand, ad, shop, and workspace analysis.
Claude can connect to Trendtrack through a custom connector using Trendtrack's remote MCP endpoint.
https://api.trendtrack.io/v1/mcpSetup
Make sure Public API access is enabled for your workspace before connecting Claude. If needed, follow Authentication first.
In Claude, open Settings and go to Connectors.

Click Add custom connector, set the name to Trendtrack, set/paste the Remote MCP server URL to https://api.trendtrack.io/v1/mcp, then click Connect.

On Trendtrack, click Allow access to complete OAuth.

Test the connection with a quick prompt such as: Use Trendtrack to check my workspace and summarize which API tools are available.
Trendtrack is then available in Claude and Claude Desktop.
Example prompts
- Find Shopify stores selling skincare in France with active Meta ads.
- Look up this brand and summarize its current top ads.
- Show my workspace's fastest scaling ads this week.
- Check remaining usage credits before running a large query.
Brandtracker write examples
Once you approve the trendtrack:brandtrackers.write OAuth scope, Claude can manage tracked brands through MCP write tools. API-key MCP callers are workspace-authorized like REST API keys and do not use OAuth scopes.
Use Trendtrack add_to_brandtracker with domain "examplebrand.com" and folder_id 42.Use Trendtrack create_brandtracker_folder named "Q3 competitors", then move_tracked_brands with brandtracker_ids ["..."] and folder_id from the created folder.Use Trendtrack delete_brandtracker_folder with folder_id 42, action "move_to_default", confirm true. Only use action "delete_tracked_brands" when I explicitly want the tracked brands deactivated.For public ad scaling prompts like “top ads leggings femme sur les 7 derniers jours”, ask Claude to use the generated POST /v1/ads/query 7-day scaling example (reachDelta7d, last7d, minReach: 1) rather than first-seen date filters.
Cost and safety notes
- Start with read-only discovery endpoints like
/v1/me,/v1/workspace,/v1/usage, and/v1/lookup. - Metered endpoints consume credits per returned row.
- Brandtracker create/reactivate and destructive delete operations also check brandtracker mutation quota and active tracker slots before committing changes.
- Destructive MCP tools require
confirm: true; bulk and folder destructive operations count as one persistent create/delete quota operation while reporting affected counts. - See Credits & Billing and Rate Limits before running large queries.
Troubleshooting
- Connector can't connect: confirm the MCP URL is the canonical extension-server
/v1/mcpendpoint:https://api.trendtrack.io/v1/mcp. - Claude can't access workspace data: reconnect the connector and complete OAuth again.
- Unexpected credit usage: ask Claude to check usage first and run smaller limits.
- 429 rate limits: wait and retry according to Rate Limits.
Next steps
Use Trendtrack with n8n
Drive the Trendtrack public API from n8n's HTTP Request node — setup, an endpoint cookbook, and a gallery of ten ready-to-import workflows.
Use Trendtrack with ChatGPT
Connect ChatGPT to the Trendtrack public API through Trendtrack's remote MCP endpoint for live brand, ad, shop, and workspace analysis.