Skip to content

trendsmcp/trends-agent-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

trends-agent-ecommerce

Live demand and product trend data for AI ecommerce agents. One MCP connection to Amazon, Google Shopping, TikTok, Reddit, App Store, and more. Spot rising products before competitors. Free tier.

Live trend data for AI agents. One connection. Every platform. Powered by trendsmcp.ai

Why this exists

Ecommerce and DTC agents need to know what consumers want and where demand is moving. Trends MCP gives your agent purchase intent (Amazon, Google Shopping), social discovery (TikTok hashtags, Reddit), search demand (Google Search, Google Images), and live best seller feeds through one MCP server, with one API key and a normalized 0 to 100 scale.

Get your free API key

  1. Go to trendsmcp.ai
  2. Enter your email, key sent instantly
  3. 100 free requests per month, no credit card

Get your free key

Connect any AI tool in 30 seconds

Pick the client your merch or growth team uses. Full snippets are at trendsmcp.ai/docs.

  • Claude Desktop / Claude.ai / Claude mobile. Add a custom connector with name Trends MCP and server URL https://www.trendsmcp.ai/mcp.
  • ChatGPT. Add as a custom connector on a plan that supports them, or call the REST API from a Custom GPT Action.
  • Cursor / Windsurf / VS Code Copilot. MCP config in the IDE for notebook plus storefront workflows.
  • Direct API from Shopify, Webflow, or any backend. Drop the REST call into your existing pipeline.
curl -s -X POST https://api.trendsmcp.ai/api \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"source":"amazon","keyword":"electric kettle"}'

What you can ask an ecommerce agent

  • "Using TrendsMCP, show me 12 month Amazon search trend for air fryer, pizza oven, and pasta maker."
  • "Via TrendsMCP, list Amazon Best Sellers Top Rated in home and kitchen right now."
  • "Using TrendsMCP, give me Google Shopping growth for running shoes over 1 year."
  • "Via TrendsMCP, find rising TikTok hashtags in beauty over 90 days."
  • "Using TrendsMCP, what is the App Store Top Free leaderboard right now?"
  • "Via TrendsMCP, compare Reddit subscriber growth for homeimprovement and BuyItForLife over 1 year."
  • "Using TrendsMCP, build a weekly product opportunity scorecard from rising Amazon and TikTok terms in kitchen."

Ecommerce use cases this unlocks

  • Product discovery agents. Surface rising Amazon search terms, TikTok hashtags, and Reddit conversation in your category.
  • Range planning. Validate demand before adding a SKU using Amazon and Google Shopping trend data.
  • Dropshipping research. Find products that are clearly trending upward across multiple independent platforms before committing inventory.
  • Merchandising calendars. Pull seasonal demand patterns from Amazon and Google Shopping over multi year history.
  • Brand and PDP copy. Have an AI agent pull rising language from Reddit and TikTok to inform product page copy.
  • Demand forecasting features. Use normalized trend series as external regressors in your forecast models.

Three tools your AI gets

  • get_trends, historical time series for any keyword on any source (5 years weekly, 30 days daily where supported).
  • get_growth, percentage change over any period (7D, 1M, 3M, 6M, 1Y, YTD, custom dates).
  • get_top_trends, what is trending right now across live platform feeds.

All data sources in one connection

One API key gives your ecommerce agent every keyword source and every live feed below.

Keyword sources (Get Trends and Get Growth)

source What it measures Keyword format
google search Google search volume Any keyword or phrase
google images Google image search volume Any keyword or phrase
google news Google News search volume Any keyword or phrase
google shopping Google Shopping search volume Any keyword or phrase
youtube YouTube search volume Any keyword or phrase
tiktok TikTok hashtag volume Hashtag or topic
reddit Subreddit subscribers Subreddit name only, no r/ prefix
amazon Amazon product search volume Product name or category
wikipedia Wikipedia page views Article title or topic
news volume News article mention volume Any keyword or phrase
news sentiment News sentiment score (positive / negative) Any keyword or phrase
app downloads Mobile app download estimates (Android) Package id or app identifier
npm npm package weekly downloads Exact package name e.g. react
steam Steam concurrent players (monthly) Game display name e.g. Elden Ring

All values are normalized to a 0 to 100 scale where the pipeline supports it, so you can compare different sources directly.

Live leaderboards (Get Top Trends)

Google Trends, Google News Top News, TikTok Trending Hashtags, YouTube Trending, X (Twitter) Trending, Reddit Hot Posts, Reddit World News, Wikipedia Trending, Amazon Best Sellers Top Rated, Amazon Best Sellers by Category, App Store Top Free, App Store Top Paid, Google Play, Top Websites, Spotify Top Podcasts, Steam Most Played, GitHub Trending Repos, IMDb MOVIEmeter, Trending Books.

The source list evolves over time. Authoritative reference at trendsmcp.ai/docs.

Pricing

Free forever for 100 requests per month. Paid plans available. See trendsmcp.ai/pricing.

Resources

Security

Never commit your API key to a public repository. Use environment variables or your OS secret store. Keys can be rotated at any time from your TrendsMCP dashboard. The YOUR_API_KEY placeholder above is a literal string to replace with your own key after you copy the snippet locally.

License

MIT. See LICENSE.

Releases

No releases published

Packages

 
 
 

Contributors