Traditional data marketplaces make you download files and write pipelines. Trends MCP is a data marketplace built for AI assistants: connect once and your AI queries live trend data from 25+ sources in natural language, with no exports, no ETL, and no separate API keys.
Tools for this workflow
get_trendsPull a historical time series for any keyword from any of the 15+ available data sources - each returned as normalized 0-100 values with absolute volume estimates your AI can compare and analyze.
get_trends(keyword='your topic', source='google search', data_mode='weekly')
get_growthQuery growth rates across every available data source simultaneously with source='all' - the broadest cross-marketplace signal available in a single tool call.
get_growth(keyword='your topic', source='all', percent_growth=['1M', '3M', '1Y'])
get_ranked_trendsGet a ranked feed of the top-growing topics from any data source - surfaces emerging trends across the marketplace without requiring a specific keyword.
get_ranked_trends(source='tiktok', sort='wow_pct_change', limit=25)
get_top_trendsPull the live trending feed from any platform in the marketplace - Google, TikTok, Reddit, Amazon, Spotify, and more - surfacing what is breaking right now across the full data coverage universe.
get_top_trends(limit=20)
FAQ