streamable-httpMITupdated 10d ago
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.
What can you do with buzzradr?
BuzzRadr MCP Server
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).
Install
Add buzzradr to your client. Pick the one you use.
claude mcp add --transport http buzzradr https://buzzradr.com/api/mcpcodex mcp add buzzradr --url https://buzzradr.com/api/mcp{
"mcpServers": {
"buzzradr": {
"url": "https://buzzradr.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"buzzradr": {
"type": "http",
"url": "https://buzzradr.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"buzzradr": {
"url": "https://buzzradr.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"buzzradr": {
"serverUrl": "https://buzzradr.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
buzzradr exposes 4 tools to a connected agent.
- 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\
- get_topic
- Full detail for one topic by `topicId`
- get_source_health
- Ingestion health of the radar's sources
Score
75 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 11, 2026 |