News article volume over time, with growth for any topic. Free key at trendsmcp.ai
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
News mention volume as an MCP tool. Plug into Claude, Cursor, or any MCP-compatible AI host. Weekly series, growth percentages, and live Google News feed.
Powered by trendsmcp.ai β one API key, one client, 30+ data sources: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, App Store, Steam, npm, news volume, news sentiment, live trending feeds, and more. No separate credentials per platform.
Get your free API key β trendsmcp.ai β 100 free requests/month, no credit card.
π Full API docs β trendsmcp.ai/docs
Updated for 2026. Works with Python 3.8 through 3.13.
Add to your mcp.json (Claude Desktop, Cursor, Windsurf, VS Code, or any MCP host):
Get your free key at trendsmcp.ai. Full setup instructions for Claude, Cursor, Windsurf, and VS Code at trendsmcp.ai/docs.
If you have used pytrends or similar scrapers before, you know the problems: random 429 Too Many Requests blocks, broken pipelines at 2am, time.sleep() hacks, proxy rotation costs, and a library that is now archived because Google explicitly flags scrapers at the protocol level.
trendsmcp is the managed alternative. We run the data infrastructure. You call a REST endpoint.
| Scrapers / pytrends | trendsmcp | |
|---|---|---|
| 429 rate limit errors | constant | never |
| Proxy required | often | never |
| Breaks on platform changes | yes, regularly | no |
| Data sources covered | 1 (Google only) | 30+ |
| Absolute volume estimates | no | yes |
| Cross-platform growth | no | yes |
| Async support | no | yes |
| Actively maintained | no (archived) | yes |
| Free tier | no | yes, 100 req/month |
Zero system dependencies. Python 3.8 or later. Uses httpx under the hood.
Query multiple platforms concurrently with one key:
TrendsMcpClient output directly as tool results or contextTool and drop it into your crewget_trends() response converts to a DataFrame in one lineget_trends(source, keyword, data_mode=None)Returns a historical time series for a keyword. Defaults to 5 years of weekly data. Pass data_mode="daily" for the last 30 days at daily granularity.
get_growth(source, keyword, percent_growth, data_mode=None)Calculates percentage growth between two points in time. Pass preset strings or CustomGrowthPeriod objects.
Growth presets: 7D 14D 30D 1M 2M 3M 6M 9M 12M 1Y 18M 24M 2Y 36M 3Y 48M 60M 5Y MTD QTD YTD
get_top_trends(type=None, limit=None)Returns today's live trending items. Omit type to get all feeds at once.
Available live feeds: Google Trends Google News Top News YouTube Trending TikTok Trending Hashtags 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 Spotify Top Podcasts Top Websites
One API key. One client. Every platform. No separate credentials for each.
| source | What it measures |
|---|---|
"google search" | Google Search volume |
"google images" | Google Images search volume |
"google news" | Google News search volume |
"google shopping" | Google Shopping purchase intent |
"youtube" | YouTube search volume |
"tiktok" | TikTok hashtag volume |
"reddit" | Reddit subreddit subscribers over time |
"amazon" | Amazon product search volume |
"wikipedia" | Wikipedia page views |
"news volume" | News article mention count |
"news sentiment" | News sentiment score (positive/negative) |
"app downloads" | Mobile app download/install estimates (Android) |
"npm" | npm package weekly downloads |
"steam" | Steam concurrent player count |
All values normalized 0β100 so you can compare across platforms directly.
Does this scrape News Volume? No. trendsmcp runs managed data infrastructure. Your Python code makes a single authenticated REST call. No scraping, no Selenium, no cookies, no proxies required.
Do I need a News Volume developer account, OAuth token, or platform API key? No. One trendsmcp API key gives you access to all 30+ data sources.
Will it break when News Volume changes its backend? No. API stability is our responsibility. If something changes upstream, we update the backend. Your code keeps working.
Can I query multiple platforms with the same key?
Yes. One key covers every data source. Switch source to any of the 30+ values listed above.
Is there a free tier? Yes, 100 requests per month, no credit card required. Get your key at trendsmcp.ai.
Can I use this in production data pipelines? Yes. The client is stateless, thread-safe, and supports async for concurrent queries across multiple platforms.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/news-volume-trends-mcp-2)<a href="https://allmcps.com/mcp/news-volume-trends-mcp-2"><img src="https://allmcps.com/api/badge/news-volume-trends-mcp-2?style=directory" alt="News Volume Trends MCP on AllMCPs" /></a>