M
mcp
/get_topic
Get a single BuzzRadr topic
Fetch one trending topic by its topicId (as returned by get_daily_digest / list_trends). Use this to drill into a specific story. Returns "topic not found" if t
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 /get_topic for me.
Input
| Field | Type | Description |
|---|---|---|
| topicId* | string | The topic id, e.g. "ai_topic_ugfymp". |
| vertical | string (ai | jobs | world-cup-2026 | finance | real-estate) | Topic vertical to read. Defaults to "ai" (the flagship AI-news radar). |
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":"/get_topic","input":{"topicId":"..."}}'cli
npx cracked-ai run -p mcp-com-buzzradr-mcp -e /get_topic -i '{"topicId":"..."}'mcp
run_tool({ provider: "mcp-com-buzzradr-mcp", endpoint: "/get_topic", input: {"topicId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.