Now available TrendsMCP for Claude

Live trend data for your AI

Live, normalized trend data across 25+ platforms.
One MCP and API connection for your AI.

25+ sources1 connectionMCP & API access

Get my free API key

No credit cardInstant delivery100 free requests/mo
Loved by developers

Nothing there? Check spam or .

Connect

Optional — tell us more to tailor your setup

What are you working on?

How will you connect?

Works with
Claude API Cursor ChatGPT Windsurf VS Code Copilot LangChain
Start here

Connect your AI in 30 seconds

Paste this into your AI

Click to copy

Option 1MCP

Connect through MCP

See it in action. Watch Claude call TrendsMCP and get back live trend data. No API key wrangling, no glue code.

Add to Claude
No credit card30-second setup100 free requests/mo
Option 2API

Connect through API

Call the REST API directly from your own code. Same JSON schema as the live API.

Get your free API key
No credit cardInstant API key100 free requests/mo

What you can query

Proprietary trend scores on a 0–100 index for consistent cross-platform comparison.

Search
Google, Amazon, Wikipedia & more
Social
TikTok, Reddit & YouTube
Web
Site visit trends across the web
Apps
Mobile install & usage trends
News
Volume and sentiment signals
Developer
npm, Steam & GitHub signals

What your AI can call

Three tools. Track any keyword through time, measure its growth across sources, or discover what is trending right now. No keyword needed for live feeds.

get_trends
Historical time series
Approximately 5 years of weekly dataNormalized 0 to 100 plus absolute volume where availableReady to chart, model, or feed into your own calculations
+12%
7D
+31%
1M
+58%
3M
+74%
6M
+112%
1Y
get_growth
Growth metrics
% change over 7D, 1M, 3M, 6M, 1Y, YTD, or a custom rangeDirection, volume, and data quality score per periodCompare across platforms with comma-separated sources e.g. amazon, tiktok, youtube
1
Google Trends
2
TikTok
3
Reddit Hot
4
X / Twitter
5
Amazon
get_top_trends
What's trending right now
No keyword needed. Live snapshot across 10+ platformsGoogle, TikTok, Reddit, X, Spotify, App Store, Amazon and moreWhat the world is searching, watching, and buying today

get_trends

Pull the full historical time series for any keyword on any source — approximately 5 years of weekly data, normalized to 0-100 for consistent cross-platform comparison.

get_trends(
  keyword='electric vehicles',
  source='google search',
  data_mode='weekly'
)

get_growth

Compare trend momentum across platforms in one call — pass a comma-separated source list (e.g. google search, tiktok, amazon) to get growth for each.

get_growth(
  keyword='electric vehicles',
  source='google search, tiktok, youtube',
  percent_growth=['3M', '1Y']
)

get_top_trends

See what is trending right now across all platforms simultaneously -- Google Trends, TikTok, Reddit, Wikipedia, Amazon, App Store, Spotify, and more in one call, no keyword required.

get_top_trends(
  type='Google Trends',
  limit=20
)

Common questions

Trends MCP is an MCP server and API for AI assistants and agents. It delivers live trend data across search, social, commerce, news, and developer platforms. One key works for MCP (Claude, Cursor, ChatGPT) or direct API calls. No scrapers or per-platform keys needed.
Claude (Anthropic), Cursor, Windsurf, GitHub Copilot, Raycast, ChatGPT, and VS Code all support MCP connections. Paste the config snippet and your AI can query trend data immediately.
Yes. Where the pipeline supports it, values are normalized to a 0-100 index so you can compare search interest against social, commerce, and other signals in the same query. These are proprietary estimates, not official platform figures.
No. Trends MCP handles upstream data access. Your AI connects to a single MCP endpoint and gets access to all 25+ sources at once.
Free forever for 100 requests per month, no credit card required. Paid plans start at $19/month for 1,000 requests (Starter), $49/month for 5,000 (Pro), and $199/month for 25,000 (Business). Annual billing saves 20%. See /pricing for full details.
Five years of weekly historical data for any keyword on any supported source. Values are normalized to a 0-100 scale so every source is directly comparable within the same response.
Requests return a 429 error with code rate_limited until the monthly counter resets or you upgrade. No surprise overage charges. Free and paid plans both pause at their cap.
Yes. One API endpoint handles every query with a Bearer token. The same key works for MCP and the API, with the same data and rate limits. See /docs for the full reference.