# Trends MCP

> MCP server for live trend data. Query Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News sentiment, Web Traffic, App Downloads, Steam, npm and more. Works with Claude, Cursor, VS Code, GitHub Copilot, ChatGPT, Windsurf, Cline, Raycast and any MCP-compatible.

- **Type:** MCP server
- **Install:** `agentstack add mcp-trendsmcp-ai-trends-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [trendsmcp-ai](https://agentstack.voostack.com/s/trendsmcp-ai)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [trendsmcp-ai](https://github.com/trendsmcp-ai)
- **Source:** https://github.com/trendsmcp-ai/Trends-MCP
- **Website:** https://trendsmcp.ai/

## Install

```sh
agentstack add mcp-trendsmcp-ai-trends-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Trends MCP

**Live trend data for your AI. 25+ platforms. One connection.**

Google Search · YouTube · TikTok · Reddit · Amazon · Wikipedia · X · News sentiment · App Store · npm · Steam · GitHub · Spotify · and more

[](https://modelcontextprotocol.io)
[](LICENSE)
[](https://smithery.ai/servers/trendsmcp/trends-mcp)
[](https://trendsmcp.ai)
[](https://trendsmcp.ai?utm_source=github&utm_medium=readme&utm_campaign=badges)
[](https://github.com/trendsmcp/trends-mcp/stargazers)

[**Get a free API key →**](https://trendsmcp.ai?utm_source=github&utm_medium=readme&utm_campaign=hero) &nbsp;·&nbsp; [Docs](https://trendsmcp.ai/docs) &nbsp;·&nbsp; [Data Sources](https://trendsmcp.ai/data-sources) &nbsp;·&nbsp; [Use Cases](https://trendsmcp.ai/use-cases)

---

## Why this exists

Your AI has a training cutoff. The world doesn't.

```
You: "Using TrendsMCP, compare 6-month growth for 'GLP-1' across Google, TikTok and Amazon."

Claude: GLP-1 momentum, last 6 months:
  Google Search  +84%  (accelerating)
  TikTok         +212% (breakout)
  Amazon         +61%  (steady)
```

One MCP endpoint replaces per-platform API keys, brittle scrapers (looking at you, pytrends), and $500/mo dashboard tools. Everything comes back as normalized 0–100 JSON your AI can reason over directly — ~5 years of weekly history per keyword.

| Problem | Trends MCP solution |
|---------|---------------------|
| AI has a training cutoff — it doesn't know what's trending today | Live data from 25+ sources, queried at request time |
| Separate keys and APIs for TikTok, Reddit, YouTube, Amazon… | One MCP endpoint, one key, consistent schema |
| pytrends scrapes Google and breaks constantly | Managed pipeline with retries, no scraping |
| Trend data comes back as charts you read manually | Structured JSON your AI reasons over directly |
| Expensive enterprise dashboards just for trend signals | Free tier, no dashboard, no per-seat pricing |

## Quickstart (30 seconds)

**1.** Grab a free API key at [trendsmcp.ai](https://trendsmcp.ai?utm_source=github&utm_medium=readme&utm_campaign=quickstart) — 100 requests/mo, no credit card.

**2.** One-click install:

[ **Add to Claude**](https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=Trends%20MCP&connectorUrl=https%3A%2F%2Fwww.trendsmcp.ai%2Fmcp) &nbsp;·&nbsp; [**Add to Cursor**](cursor://anysphere.cursor-deeplink/mcp/install?name=trends-mcp&config=eyJ1cmwiOiJodHRwczovL2FwaS50cmVuZHNtY3AuYWkvbWNwIiwidHJhbnNwb3J0IjoiaHR0cCIsImhlYWRlcnMiOnsiQXV0aG9yaXphdGlvbiI6IkJlYXJlciBZT1VSX0FQSV9LRVkifX0%3D) &nbsp;·&nbsp; [**Smithery**](https://smithery.ai/servers/trendsmcp/trends-mcp)

Or paste the config:

Cursor / Windsurf / Cline — ~/.cursor/mcp.json

```json
{
  "mcpServers": {
    "trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
```

VS Code / GitHub Copilot — .vscode/mcp.json

```json
{
  "servers": {
    "trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
```

Claude Desktop — claude_desktop_config.json

```json
{
  "mcpServers": {
    "trends-mcp": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://api.trendsmcp.ai/mcp",
        "--header", "Authorization:${AUTH_HEADER}"
      ],
      "env": { "AUTH_HEADER": "Bearer YOUR_API_KEY" }
    }
  }
}
```

Claude.ai (browser) — Settings → Connectors → Add custom connector

```
https://www.trendsmcp.ai/mcp
```

**3.** Ask your AI:

```
Using TrendsMCP, what's trending on Google right now?
```

## The three tools

| Tool | What it does | Example |
|------|--------------|---------|
| `get_trends` | ~5 years of weekly history for a keyword, normalized 0–100 | `get_trends(keyword='electric vehicles', source='google search', data_mode='weekly')` |
| `get_growth` | % change over 7D–5Y, multi-source in one call | `get_growth(keyword='vibe coding', source='google search, tiktok, youtube', percent_growth=['3M','1Y'])` |
| `get_top_trends` | Live leaderboards — no keyword needed | `get_top_trends(type='TikTok Trending Hashtags', limit=20)` |

**Keyword sources** (`get_trends` / `get_growth`): `google search`, `google images`, `google news`, `google shopping`, `youtube`, `tiktok`, `reddit`, `amazon`, `wikipedia`, `news volume`, `news sentiment`, `app downloads`, `app rankings`, `npm`, `steam`

**Live feeds** (`get_top_trends`): Google Trends, Google News, TikTok Hashtags, YouTube, X (Twitter), Reddit Hot / World News, Wikipedia, Amazon Best Sellers, App Store Free/Paid, Google Play, Top Websites, Spotify Podcasts, Steam Most Played, GitHub Trending Repos, IMDb, Open Library → [full reference](https://trendsmcp.ai/docs#sources)

## Prompts that work

```
Is consumer interest in 'creatine gummies' growing or dying? Check Google, TikTok and Amazon.
```
```
Which npm packages in the MCP ecosystem are growing fastest right now?
```
```
Show news sentiment for 'Meta' over the past 6 months — is coverage turning positive?
```
```
Pull 5-year Google trend data for 'protein soda' and tell me if this is a fad or a durable shift.
```
```
What's on GitHub Trending today, and which repos relate to AI agents?
```

More recipes in [`examples/`](examples/) — market research, SEO, e-commerce demand validation, investor signal scans, content calendars.

## REST API (same key)

```python
import requests

r = requests.post(
    "https://api.trendsmcp.ai/api",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"mode": "get_growth", "source": "google search",
          "keyword": "bitcoin", "percent_growth": ["3M", "12M"]},
)
print(r.json())
```

Full API reference: [trendsmcp.ai/docs](https://trendsmcp.ai/docs) · Errors are JSON with `error` + `message`; hitting your monthly cap returns `429 rate_limited` — no surprise overages.

## vs. the alternatives

| | Trends MCP | pytrends | Platform APIs | Exploding Topics / Glimpse |
|---|---|---|---|---|
| Live data in your AI via MCP | ✅ | ❌ | ❌ | ❌ |
| Sources per key | 25+ | 1 (scraped) | 1 each | dashboard only |
| Breaks when Google changes HTML | No | Constantly | — | — |
| Cross-platform normalized index | ✅ 0–100 | ❌ | ❌ | partial |
| Historical depth | ~5y weekly | varies | varies | paid tiers |
| Free tier | 100 req/mo | free until blocked | varies | trial |
| Setup time | 30 sec | pip + pray | days of OAuth | n/a |

## FAQ

Is the data normalized?
Yes — 0–100 index where the pipeline supports it, so search, social and commerce signals are directly comparable in one query. Proprietary estimates, not official platform figures.

Which clients work?
Claude (Desktop, claude.ai, Code), Cursor, Windsurf, VS Code, GitHub Copilot, Cline, ChatGPT, Raycast, LangChain — anything MCP-compatible. Per-client guides.

What does it cost?
Free forever: 100 req/mo. Starter $19/mo (1,000), Pro $49/mo (5,000), Business $199/mo (25,000). Annual −20%. Pricing.

Do I need per-platform API keys?
No. One Trends MCP key covers all sources — upstream access is handled for you. No scraping on your side.

Setup guides per client

[Claude](https://trendsmcp.ai/mcp-server-for-claude) · [Cursor](https://trendsmcp.ai/mcp-server-for-cursor) · [VS Code](https://trendsmcp.ai/mcp-server-for-vs-code) · [Windsurf](https://trendsmcp.ai/mcp-server-for-windsurf) · [Copilot](https://trendsmcp.ai/mcp-server-for-github-copilot) · [Cline](https://trendsmcp.ai/mcp-server-for-cline) · [ChatGPT](https://trendsmcp.ai/mcp-server-for-chatgpt) · [Raycast](https://trendsmcp.ai/mcp-server-for-raycast) · [OpenAI](https://trendsmcp.ai/mcp-server-for-openai)

Data source deep-dives

[Google Trends](https://trendsmcp.ai/google-trends) · [YouTube](https://trendsmcp.ai/youtube-trends) · [TikTok](https://trendsmcp.ai/tiktok-trends) · [Reddit](https://trendsmcp.ai/reddit-trends) · [Amazon](https://trendsmcp.ai/amazon-search-trends) · [Wikipedia](https://trendsmcp.ai/wikipedia-trends) · [News sentiment](https://trendsmcp.ai/news-sentiment-data) · [Web traffic](https://trendsmcp.ai/web-traffic-data) · [App downloads](https://trendsmcp.ai/app-download-trends) · [Steam](https://trendsmcp.ai/steam-trends) · [npm](https://trendsmcp.ai/npm-trends) · [X/Twitter](https://trendsmcp.ai/twitter-trends) · [GitHub](https://trendsmcp.ai/github-trends) · [Spotify](https://trendsmcp.ai/spotify-trends) · [Google Shopping](https://trendsmcp.ai/google-shopping-trends) · [Google News](https://trendsmcp.ai/google-news-trends) · [Google Images](https://trendsmcp.ai/google-images-trends)

Use cases & alternatives

[Market research](https://trendsmcp.ai/market-research) · [Investment research](https://trendsmcp.ai/investment-research) · [Competitor tracking](https://trendsmcp.ai/competitor-tracking) · [Brand monitoring](https://trendsmcp.ai/brand-monitoring) · [SEO keyword research](https://trendsmcp.ai/seo-keyword-research) · [Content strategy](https://trendsmcp.ai/content-strategy) · [Social listening](https://trendsmcp.ai/social-listening-ai) · [E-commerce product research](https://trendsmcp.ai/ecommerce-product-research) · [Viral trend detection](https://trendsmcp.ai/viral-trend-detection) · [pytrends alternative](https://trendsmcp.ai/pytrends-alternative) · [Exploding Topics alternative](https://trendsmcp.ai/exploding-topics-alternative) · [Glimpse alternative](https://trendsmcp.ai/glimpse-alternative) · [Semrush alternative](https://trendsmcp.ai/semrush-alternative) · [SimilarWeb alternative](https://trendsmcp.ai/similarweb-alternative)

## Ecosystem

- **[TrendWatch](https://github.com/trendsmcp/TrendWatch)** — free trend-monitoring bot that runs in your own GitHub repo. Slack/Discord/Telegram/email alerts when a keyword spikes. No server needed.
- Single-source MCP servers: [google-search-trends-mcp](https://github.com/trendsmcp/google-search-trends-mcp) · [tiktok-trends-mcp](https://github.com/trendsmcp/tiktok-trends-mcp) · [reddit-trends-mcp](https://github.com/trendsmcp/reddit-trends-mcp) · [news-sentiment-mcp](https://github.com/trendsmcp/news-sentiment-mcp) · [steam-trends-mcp](https://github.com/trendsmcp/steam-trends-mcp) · [more →](https://github.com/trendsmcp?tab=repositories)

---

**If Trends MCP saves you from writing another scraper, [give it a ⭐](https://github.com/trendsmcp/Trends-MCP) — it genuinely helps.**

[**Get your free API key →**](https://trendsmcp.ai?utm_source=github&utm_medium=readme&utm_campaign=footer)

MIT © [Trends MCP](https://trendsmcp.ai)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [trendsmcp-ai](https://github.com/trendsmcp-ai)
- **Source:** [trendsmcp-ai/Trends-MCP](https://github.com/trendsmcp-ai/Trends-MCP)
- **License:** MIT
- **Homepage:** https://trendsmcp.ai/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-trendsmcp-ai-trends-mcp
- Seller: https://agentstack.voostack.com/s/trendsmcp-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
