Public read-only · No API key

Plug BuzzRadr into your workflow

Let RSS readers, scripts, and any agent read BuzzRadr's signal streams. AI Pulse is live. Use RSS for zero-code subscriptions, the REST API for your own pipeline, a one-command Skill, or the remote MCP server.

Remote MCP, ready to connect

Give an MCP-compatible agent four read-only tools for daily digests, ranked trends, topic details, and source health. The hosted endpoint needs no account or API key.

ARemote endpoint
HTTPhttps://buzzradr.com/api/mcp
BGeneric client configuration
json
{
  "mcpServers": {
    "buzzradr": {
      "url": "https://buzzradr.com/api/mcp"
    }
  }
}

One Skill, any agent

One command teaches your agent to query AI Pulse directly — trending topics, daily digests, and source health. Works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, OpenCode, OpenHands, and other mainstream agents.

AInstall
bash
# Add to your project's agent
npx skills add buzzradr/ai-hot
BCompatible clients
Claude CodeCodexCursorGemini CLIGitHub CopilotOpenCodeOpenHandsAny MCP client

Subscribe to public feeds

Works with Feedly, Inoreader, NetNewsWire, Reeder, Tiny Tiny RSS, and more. Copy the URL below into your reader — no account needed.

AAvailable feeds
AI Pulse — public RSSHOT
The public RSS stream of AI Pulse. Good for daily reading, auto-summaries, and archiving.
RSS/api/public/hot/rss?vertical=ai

Full OpenAPI, read-only

Machine-readable schema — generate a client in any language. All endpoints are public, read-only, no API key, no signup.

AAccess · public read-only

Responses are CDN-cached for 1–5 minutes depending on the endpoint — polling faster returns the same data. Abusive traffic may receive 429. Send an identifiable User-Agent.

curl
curl /api/public/hot/trends?vertical=ai\&limit=50 \
  -H "User-Agent: my-agent/1.0"
BEndpoints
GET/api/public/hot/trends?vertical=ai&limit=50
GET/api/public/hot/sources?vertical=ai
SPEC/openapi.yaml
Access & rate limits
Access
Public read-only · anonymous, no API key, no signup
Rate limit
Responses CDN-cached 1–5 min; abusive traffic may get 429
Data scope
AI Pulse live
Delivery
RSS · REST / OpenAPI · Skill · MCP — all available now