Give LLMs live trend data through MCP or REST

Developers and power users often look for a single pipe that returns structured trend series instead of brittle scraping. Trends MCP exposes normalized time series, growth windows, and live leaderboards so assistants stay inside tool calls instead of guessing from stale training cutoffs.

Why search intent shows up as "MCP plus JSON"

People wiring agents rarely ask for "another dashboard." They ask for a dependable JSON response their model can cite, sort, and diff. That is why queries cluster around Model Context Protocol setup, REST bodies, bearer tokens, and stable schemas. Trends MCP answers that bundle with one authorization model and documented operations for historical series, growth math, and live leaderboards listed in the public product overview.

What a minimal architecture looks like

A common pattern keeps the LLM inside a supported client, registers the remote MCP server with a bearer key, and lets the host issue tool calls when the user asks for numbers. When a cron job or backend worker needs the same data, it posts the same JSON to the REST base URL instead of running the assistant. Both paths draw from the same operation table described in the docs, which reduces duplicate glue code.

Teams that also maintain retrieval stores sometimes link out to trend data for AI RAG when they want embeddings plus fresh macro signals. The separation stays clean: vector stores handle documents, while Trends MCP supplies time-indexed demand curves the model can fetch on demand.

Which calls match common developer prompts

Get Trends fits when the user names a keyword and a single source such as google search, youtube, tiktok, amazon, wikipedia, news volume, news sentiment, npm, steam, or app downloads with the package identifier rules spelled out in llms.txt. Get Growth fits when the prompt asks for percent change across presets like 30D, 3M, 12M, or YTD, or custom baseline and recent dates. Get Top Trends fits when the user wants ranked leaders from feeds such as Google Trends, TikTok Trending Hashtags, YouTube Trending, Reddit Hot Posts, or chart-style app lists without supplying a keyword.

Reliability notes agents should surface

Upstream pipelines can return data_unavailable or empty matches. Rate limits return 429 when monthly quotas are exhausted. Those facts belong in user-facing summaries so operators trust the system. The honest limitation is part of quality: agents that hide missing data read as confident and wrong.

How this page fits next steps

Readers comparing hosted options can open headless trends API for service-to-service framing. Python shops often pair this page with Python trends API examples. Anyone standardizing tool catalogs should skim MCP server for the broader positioning statement.

Common questions

Queries often mention MCP servers, REST trend APIs, JSON time series, and avoiding scrapers. Trends MCP matches that intent with POST https://api.trendsmcp.ai/api plus an HTTP MCP endpoint documented at https://trendsmcp.ai/docs so the model calls tools instead of improvising charts.
MCP gives hosts a standard discovery path for tools and auth headers already used by Cursor, Claude, VS Code, and Windsurf. The same payloads still work over REST when a service or script should call the API directly without an MCP host.
Documentation states one Get Trends call counts one request per source and keyword, Get Growth counts one per source and keyword even with multiple windows, and Get Top Trends counts per feed type and page. Free tier allowance is published on the pricing and docs pages and should be checked before shipping an agent loop.
REST supports data_mode weekly or daily for eligible Google sources. MCP defaults omit that flag, so teams that need daily granularity should read the current REST field list in the official docs and test responses before relying on them in production jobs.
Get Give LLMs live trend data through MCP or REST in 30 seconds
Free tier includes 100 requests per month. No credit card required. Works with Claude, Cursor, ChatGPT, Raycast, and every MCP client.
Get your free API key