{
  "markdown": "# BuzzRadr MCP Server\n\nRemote [MCP](https://modelcontextprotocol.io) 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.\n\n- **Endpoint:** `https://buzzradr.com/api/mcp` (Streamable HTTP)\n- **Auth:** none — public, read-only, no API key\n- **Live site:** https://buzzradr.com/hot\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `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 |\n| `list_trends` | Search/list trending topics with filters: `keywords`, `platforms`, `sort=hot\\|time`, `limit`, `locale=en\\|zh` |\n| `get_topic` | Full detail for one topic by `topicId` |\n| `get_source_health` | Ingestion health of the radar's sources |\n\nVerticals: `ai` (flagship), `jobs`, `finance`, `real-estate`, `world-cup-2026`.\n\n## Connect\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http buzzradr https://buzzradr.com/api/mcp\n```\n\n**Any MCP client** (generic config)\n\n```json\n{\n  \"mcpServers\": {\n    \"buzzradr\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://buzzradr.com/api/mcp\"\n    }\n  }\n}\n```\n\n**claude.ai / Claude Desktop** — add a custom connector with URL `https://buzzradr.com/api/mcp`.\n\n## Try it\n\nAsk your agent:\n\n- \"What's trending in AI today?\"\n- \"Anything hot about Claude or agents right now?\"\n- \"Give me the daily AI digest in Chinese.\"\n\n## Related\n\n- **Agent skill** (REST-based, for agents without MCP): [buzzradr/ai-hot](https://github.com/buzzradr/ai-hot) — `npx skills add buzzradr/ai-hot`\n- **RSS:** `https://buzzradr.com/api/public/hot/rss?vertical=ai`\n- **OpenAPI:** `https://buzzradr.com/openapi.yaml`\n\n## Registry manifest\n\n[`server.json`](./server.json) is the manifest published to the [official MCP registry](https://registry.modelcontextprotocol.io) as `com.buzzradr/mcp` (DNS-verified against buzzradr.com).\n",
  "bytes": 1988,
  "sha": "2d7011fce2b28ba6ffe2ad80cdb96d2a323ba2b2e0c822c125d21f687fe7f0de",
  "repo_slug": "buzzradr/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_buzzradr_mcp_425965ab/readme"
}