Creators and newsletter editors often hunt separate tabs for IMDb chatter, book lists, and GitHub release buzz. Trends MCP exposes those leaderboards plus Google Search, YouTube, TikTok, Wikipedia, and news feeds so one assistant thread can compare breakout titles without opening five rank trackers.
One result cluster promotes scraping style Google Trends APIs with exhaustive parameter docs such as SerpApi’s engine reference. Another cluster lists social analytics startups for creators. Trends MCP sits in the middle for teams that already moved research into Cursor, Claude, or ChatGPT and want feed labels spelled out in one place.
Open with get_top_trends on IMDb MOVIEmeter for film buzz, add Trending Books for publishing hooks, then hit GitHub Trending Repos if the audience cares about dev tools. Follow with get_growth on a specific title string in Google Search when someone argues that interest is still climbing. The agenda stays quantitative instead of anecdotal.
Wikipedia trending shows curiosity spikes that may arrive before long tail search monetizes. News volume clarifies whether a title trends because of earned coverage or organic meme pressure. Trends MCP does not judge causality; it supplies parallel series the editor interprets.
Label each pull with timestamp metadata returned by the API, cite the feed name exactly, and avoid implying official studio endorsement. Sponsored segments still need human fact checking for rights sensitive clips even when numbers look crisp.
Tools for this workflow
get_trendsPlot Google Search and YouTube search interest for a film title during release week while keeping Wikipedia page views for context on encyclopedic curiosity.
get_trends(keyword='Dune Part Two', source='google search')
get_growthCompare 30D and 12M growth for a book phrase on Amazon search before pitching a reading list sponsorship.
get_growth(keyword='Fourth Wing', source='amazon', percent_growth=['30D', '12M'])
get_top_trendsSnapshot IMDb MOVIEmeter, Trending Books, and GitHub Trending Repos in separate calls when a newsletter needs three culture sections fast.
get_top_trends(type='IMDb MOVIEmeter', limit=25)
FAQ