Trends MCP for Cline

Give Cline live trend data across Google, TikTok, YouTube, Reddit, Amazon, npm, and 8 more sources. Cline's autonomous agent mode can call Trends MCP tools as part of multi-step research tasks - querying, comparing, and reporting on trends without manual intervention.

get_trends

In Cline autonomous agent workflows, query trend history as part of automated research pipelines - Cline calls get_trends, processes the time series, and writes the analysis output without manual steps.

get_trends(keyword='ai coding assistant', source='google search', data_mode='weekly')

get_growth

Run fully automated competitive intelligence with Cline: define a list of companies or keywords, have Cline call get_growth for each, and output a ranked report - all without human intervention.

get_growth(keyword='ai coding assistant', source='all', percent_growth=['3M', '1Y'])

get_ranked_trends

Use Cline to build automated trend monitoring scripts - schedule daily get_ranked_trends calls, compare results against baselines, and trigger alerts when a topic breaks into the top movers.

get_ranked_trends(source='google search', sort='wow_pct_change', limit=20)

get_top_trends

Use Cline to run automated trend digests - have the agent pull get_top_trends daily, format the output, and deliver a structured briefing to your team or inbox.

get_top_trends(type='TikTok Trending Hashtags', limit=25)

Common questions

Yes. Cline is one of the most popular VS Code extensions for autonomous AI agents and has first-class MCP support. Add the Trends MCP config to Cline's MCP settings and all trend tools are immediately available in agent mode.
Open Cline settings in VS Code, navigate to the MCP section, and add a new server with the URL https://api.trendsmcp.ai/mcp. Cline will discover all available tools automatically.
Cline agents can use Trends MCP to autonomously research market trends, validate product ideas, track keyword momentum, or monitor brand mentions across platforms - all as part of longer automated workflows without requiring human input at each step.
get_growth (for automated trend comparison), get_top_trends (for discovering what is trending now), and get_trends (for time-series data). Cline can chain these into multi-step reports automatically.