Wire Make.com scenarios to live multi-source trends

Make excels at scheduled HTTP calls, routers, and alerts. Trends MCP returns normalized series and growth windows from one POST endpoint so scenarios can branch on momentum without maintaining scrapers for each platform.

Teams that live in Make often stitch LLM steps to brittle trend scrapers. Trends MCP keeps the contract simple: https://api.trendsmcp.ai/api accepts JSON for get_trends, get_growth, and related operations described in the site docs, with one bearer token for every source the product supports.

What a minimal scenario looks like

A scheduler module fires daily. An HTTP module posts a get_growth payload with the keywords the team cares about, the sources that match the campaign, and preset windows such as 30D and 3M. A router reads the parsed JSON and sends Slack messages only when growth clears an agreed cutoff. That pattern mirrors how n8n teams describe trend automation while staying inside Make’s module vocabulary.

Why marketers and ops pick this path

Affiliate editors, ecommerce analysts, and agency pods already run Make for reporting. Giving them the same growth math the engineering org uses in code reduces duplicate research and keeps alerts honest when a spike is real versus noisy. The real-time trends API overview explains how those windows map to product behavior.

Where dashboards still help

Make is strong at delivery; it is weaker at exploratory charts. When stakeholders need a shared view, export the JSON to Sheets or warehouse tables, then layer the visualization steps outlined on how to build a trends dashboard. The API stays the single source so chart refreshes never fork from the alerting logic.

Common questions

Use the HTTP app with a POST request to https://api.trendsmcp.ai/api, Authorization Bearer YOUR_KEY, and a JSON body that matches the get_trends or get_growth operation in the public docs. Parse the JSON with a subsequent module or a text parser step before routers.
Scraper blueprints break when markup or rate limits change. Trends MCP returns structured fields and growth presets from a managed pipeline, which keeps maintenance inside the scenario low when the goal is signal, not HTML.
Yes. Run get_growth on a schedule, map percent change fields from the response, and add a filter on the router so Slack or email modules fire only when the chosen window exceeds the threshold.
Usually no. MCP helps interactive copilots pick tools. Scheduled Make scenarios stay clearer with REST. If a scenario embeds an OpenAI module that must call tools dynamically, point that agent at the MCP endpoint documented at trendsmcp.ai and keep deterministic steps on HTTP.
Get Wire Make.com scenarios to live multi-source trends in 30 seconds
Free tier includes 100 requests per month. No credit card required. Works with Claude, Cursor, ChatGPT, Raycast, and every MCP client.
Get your free API key