AgentStack
MCP verified MIT Self-run

Trends Agent Cursor

mcp-trendsmcp-trends-agent-cursor · by trendsmcp

Live trend data inside Cursor: Google, YouTube, TikTok, Reddit, Amazon, news sentiment, Steam, npm and more. One MCP connection, free tier.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add mcp-trendsmcp-trends-agent-cursor

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Trends Agent Cursor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

trends-agent-cursor

Live trend data inside Cursor. Connect once via MCP and your AI agent can pull search, social, ecommerce, news, and developer trend data in the same conversation it uses to write code.

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

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 Cursor in 30 seconds

Open Cursor SettingsTools & MCPAdd a Custom MCP Server, then paste:

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

Config file location:

  • Mac / Linux: ~/.cursor/mcp.json
  • Windows: %USERPROFILE%\.cursor\mcp.json

You can also use the Add to Cursor button on trendsmcp.ai, which opens the MCP install prompt directly in Cursor.

Restart Cursor after saving the config.

What you can ask Cursor

Once connected, talk to the agent in plain English. Include the phrase "using TrendsMCP" or "via TrendsMCP" so it routes to the MCP instead of doing a web search.

  • "Using TrendsMCP, plot the npm download trend for langchain, llamaindex, and haystack over the last year, then write the chart code."
  • "Via TrendsMCP, get the GitHub Trending Repos for today and summarise the top 5 in a markdown table."
  • "Using TrendsMCP, compare Steam concurrent players for Elden Ring vs Baldur's Gate 3, then suggest a SQL schema to track this."
  • "Via TrendsMCP, fetch news sentiment for OpenAI over 90 days and dump the JSON into a fixture file."
  • "Using TrendsMCP, what are the trending hashtags on TikTok right now? Pick three and draft tweet copy."
  • "Via TrendsMCP, show me Wikipedia page views for Bitcoin weekly, then write a Python notebook to backtest a momentum signal."

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 Cursor 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.

Use cases inside Cursor

  • Data engineering tasks. Pull a real time series, then ask the

agent to write the loader, schema, and tests in the same chat.

  • Trend dashboards. Have Cursor fetch the data, generate the chart

component, and wire it into your existing app.

  • Research notebooks. Ask the agent to fetch a series, plot it, and

write the markdown explanation in your .ipynb.

  • Content automation. Pull GitHub Trending or npm growth, then have

the agent draft release notes or blog posts.

  • AI coding agents. Use trend data as live context when generating

product code, marketing copy, or analytics SQL.

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](./LICENSE).

Source & license

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

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.