Live cross-platform brand and competitor data for AI competitive intelligence agents. One MCP connection to Google, YouTube, TikTok, Reddit, Amazon, news, and more. Track share of voice across platforms. Free tier.
Live trend data for AI agents. One connection. Every platform. Powered by trendsmcp.ai
Brand and competitive intelligence agents need to compare your brand and your competitors on the same scale, across the same platforms, on the same dates. Trends MCP gives your agent search interest (Google, YouTube), social conversation (TikTok, Reddit), commerce attention (Amazon, Google Shopping), and media coverage (news volume and sentiment) through one MCP server, with one API key and a normalized 0 to 100 scale.
- Go to trendsmcp.ai
- Enter your email, key sent instantly
- 100 free requests per month, no credit card
Pick the client your team uses. Full snippets are at trendsmcp.ai/docs.
- Claude Desktop / Claude.ai / Claude mobile. Add a custom
connector with name
Trends MCPand server URLhttps://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 data plus dashboard workflows.
- Direct API for any backend. Wire it into your BI stack.
curl -s -X POST https://api.trendsmcp.ai/api \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"source":"google search","keyword":"nike"}'- "Using TrendsMCP, compare Google Search interest for
nike,adidas, andhokaover 1 year." - "Via TrendsMCP, compare YouTube search for
Tesla,Rivian, andLucidover 6 months." - "Using TrendsMCP, give me news sentiment for our brand and our top 3 competitors over 90 days."
- "Via TrendsMCP, compare Reddit subscriber growth for our category subreddits over 1 year."
- "Using TrendsMCP, compare Amazon search trend for our top SKU and our nearest competitor over 12 months."
- "Via TrendsMCP, build a weekly share of voice table across Google, YouTube, and Reddit for
Apple,Samsung, andGoogle."
- Share of voice dashboards. Track your brand vs competitors on one normalized 0 to 100 scale across Google, YouTube, Reddit, Amazon, TikTok, and news.
- Brand momentum reports. Combine search interest, news sentiment, and Reddit growth into a single brand health score per competitor.
- Launch impact tracking. Watch competitor mention spikes and search lifts the day they launch a product.
- Category landscape maps. Compare entire competitive sets on one axis without manual data wrangling.
- Crisis monitoring. Catch fast moves in news sentiment or Reddit conversation about your brand before they go mainstream.
- Quarterly competitive reviews. Have an AI agent pull the data and draft the deck in one chat.
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.
One API key gives your competitor tracking agent every keyword source and every live feed below.
| 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.
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.
Free forever for 100 requests per month. Paid plans available. See trendsmcp.ai/pricing.
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.
MIT. See LICENSE.