Etsy seller trend data through MCP and REST

Handmade and vintage sellers still compete with broad retail demand. Trends MCP gives assistants Pinterest, TikTok, Google Shopping, and Amazon lines so product titles and tags track real attention, not only Etsy search guesses.

What Etsy listings miss when research stays inside the marketplace

Titles and tags react to niche buyers, yet wider retail demand still shapes ads, wholesale pitches, and video hooks. Pinterest trends often surface planning intent months before purchase, while TikTok trends highlight aesthetics that move fast. Feeding both into the same assistant thread keeps creative work aligned with numbers.

How assistants should sequence the pulls

Start with the plain-language phrase a shopper would say out loud. Run get_trends on Pinterest and TikTok, then mirror the phrase on Google Shopping trends and Amazon search trends. If Pinterest climbs while Amazon stays flat, the shop might emphasize gifting copy instead of stock depth.

When live TikTok feeds help without hijacking the roadmap

get_top_trends on TikTok Trending Hashtags is a brainstorming instrument. Follow it with get_growth on a tight keyword list so trending audio does not distract from listings that need steady demand.

Wiring MCP for small teams

Sellers already living inside Cursor MCP setup or Claude integrations can paste the HTTP endpoint once, then reuse prompts each planning cycle. Automation-heavy shops can mirror the same JSON through POST calls documented at trendsmcp.ai/docs.

Honest limits worth stating up front

Trends MCP cannot see private Etsy analytics. It supplies external proxies that behave like niche research guardrails: useful, falsifiable, and cheaper than rebuilding scrapers for every platform.

get_trends

Compare seasonal curves for a makership niche on Pinterest and TikTok before redoing photos or tags.

get_trends(keyword='macrame wall hanging', source='pinterest', data_mode='weekly')

get_growth

Measure whether a gift keyword is accelerating into Q4 on Google Shopping while Amazon demand stays calm.

get_growth(keyword='personalized pet ornament', source='google shopping', percent_growth=['30D', '3M', '12M'])

get_top_trends

Scan TikTok Trending Hashtags when brainstorming short-video angles that highlight a new SKU.

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

Common questions

The public docs center on the listed sources such as Pinterest, TikTok hashtags, Google Shopping, Amazon product search, and Google Search. Teams use those proxies when Etsy-specific APIs are unavailable to the assistant.
Pinterest often captures planning-phase demand for decor and gifts, while TikTok captures breakout aesthetics. Seeing both alongside Google Shopping clarifies whether interest is inspirational only or already converting elsewhere.
Weekly pulls catch meaningful shifts without burning quota. Reserve daily checks for launches, wholesale deadlines, or paid campaigns where timing is tight.