BuzzRadr MCP Server
MCP serverDev toolsThis app turns your AI into a live radar for what is trending in AI right now. Your AI can surface trending AI topics, explain the signals behind why each one is gaining attention, and share a daily digest of what is happening. It works without an API key.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the app, ask your AI what is trending in AI today or request the daily digest. No API key is required to get started.
Then ask your AI: use BuzzRadr MCP Server to get daily digest
What your AI can do with it
- Show which AI topics are trending right now
- Explain why each trending topic is gaining attention
- Deliver a daily digest of AI trends
- Start working right away with no API key needed
From the project's README
As published by buzzradr/mcp in README.md.
Remote MCP server for BuzzRadr AI Pulse — a live AI trend radar. Gives any MCP client real-time access to trending AI topics with "why trending" signals, daily digests, and source health.
- Endpoint:
https://buzzradr.com/api/mcp(Streamable HTTP) - Auth: none — public, read-only, no API key
- Live site: https://buzzradr.com/hot
Tools
| Tool | What it does |
|---|---|
get_daily_digest | Top ~12 trending topics for a vertical as a daily briefing — title, AI summary, why-it-matters reason, heat score, platforms, trusted-source count |
list_trends | Search/list trending topics with filters: keywords, platforms, sort=hot|time, limit, locale=en|zh |
get_topic | Full detail for one topic by topicId |
get_source_health | Ingestion health of the radar's sources |
Verticals: ai (flagship), jobs, finance, real-estate, world-cup-2026.
Connect
Claude Code
claude mcp add --transport http buzzradr https://buzzradr.com/api/mcp
Any MCP client (generic config)
{
"mcpServers": {
"buzzradr": {
"type": "streamable-http",
"url": "https://buzzradr.com/api/mcp"
}
}
}
claude.ai / Claude Desktop — add a custom connector with URL https://buzzradr.com/api/mcp.
Try it
Ask your agent:
- "What's trending in AI today?"
- "Anything hot about Claude or agents right now?"
- "Give me the daily AI digest in Chinese."
Related
- Agent skill (REST-based, for agents without MCP): buzzradr/ai-hot —
npx skills add buzzradr/ai-hot - RSS:
https://buzzradr.com/api/public/hot/rss?vertical=ai - OpenAPI:
https://buzzradr.com/openapi.yaml
Registry manifest
server.json is the manifest published to the official MCP registry as com.buzzradr/mcp (DNS-verified against buzzradr.com).
Tools it offers (4)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
get_daily_digestlist_trendsget_topicget_source_health
Signals
- Last commit
- Aug 2026
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-buzzradr-mcp- Source
- github.com/buzzradr/mcp
- Hosted endpoint
https://buzzradr.com/api/mcp