mcp
M
mcp
/list_trends

List BuzzRadr trending topics

Search and list trending topics for a vertical with optional filters. Use this to answer "what is happening with <keyword>", to filter by platform, or to pull a

liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-buzzradr-mcp /list_trends for me.

Input

FieldTypeDescription
verticalstring (ai | jobs | world-cup-2026 | finance | real-estate)Topic vertical to read. Defaults to "ai" (the flagship AI-news radar).
keywordsarrayCase-insensitive keyword filter; any match keeps a topic.
platformsarrayPlatform filter, e.g. ["x","reddit","hackernews"].
sortstring (hot | time)Ranking: "hot" by heat score (default) or "time" by recency.
limitintegerMaximum topics to return (1-50, default 20).
localestring (en | zh)Summary language: "en" (default) or "zh".

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-buzzradr-mcp","endpoint":"/list_trends","input":{}}'
cli
npx cracked-ai run -p mcp-com-buzzradr-mcp -e /list_trends -i '{}'
mcp
run_tool({ provider: "mcp-com-buzzradr-mcp", endpoint: "/list_trends", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.