Merchants read explainers on Model Context Protocol because they want AI that can act on catalogs, shipping, and storefronts. Trends MCP adds the demand side: Amazon search interest, shopping verticals on Google, short video hashtags, and live retail leaderboards returned as JSON the same assistant can cite while it drafts listings.
Vendor blogs describe MCP as a way to keep product facts synchronized while models generate copy, as in Hypotenuse AI’s October 2025 overview of ecommerce context. Trade publishers emphasize operational loops such as inventory checks and rate shopping, which appeared in Practical Ecommerce’s March 2026 analysis of MCP style integrations. Those stories rarely include normalized TikTok curves or Amazon search series, which is where Trends MCP enters the workflow.
Start with get_growth on the top five product phrases in Amazon search. Add Google Shopping growth for the two phrases that rose fastest. Pull get_top_trends for the relevant Amazon category feed when the team needs a live shelf view. Close with news volume on the brand if social comments looked noisy. Each step stays inside JSON the assistant can sort.
Campaign calendars drift when exports sit in email attachments. Live feeds such as TikTok Trending Hashtags or Amazon Best Sellers Top Rated update on the schedule defined in the docs, so agents should label the as_of_ts field when they summarize results for finance. Stale timestamps create false confidence.
Trends MCP returns interest proxies, not audited revenue. Amazon search volume and Shopping curves can disagree with internal sell through data for many reasons, including stockouts or ad spend spikes. Teams that label the data as directional see fewer escalations later.
Name the tool and server in natural language so the host picks MCP instead of a generic web lookup. Follow the keyword formats from https://www.trendsmcp.ai/docs: package ids for app downloads, exact npm names for developer goods, plain phrases for Google sources, and hashtag text for TikTok.
Tools for this workflow
get_trendsPlot Amazon search interest for a hero SKU phrase next to Google Shopping interest to see whether demand is marketplace led or search led.
get_trends(keyword='protein powder', source='amazon')
get_growthMeasure 30D and 12M growth on TikTok for a hashtag tied to a seasonal SKU before ordering inventory.
get_growth(keyword='protein powder', source='tiktok', percent_growth=['30D', '12M'])
get_top_trendsPull Amazon Best Sellers by Category when merchandising needs a live snapshot for Electronics or Beauty without manual chart exports.
get_top_trends(type='Amazon Best Sellers by Category', limit=25)
FAQ