Subscribe & API

Subscribe or connect programmatically

Use RSS if you want update polling in a feed reader. Use MCP if you want an AI client to search, read, and reason over the published library through a structured interface.

RSS

Feed reader access

Use the public feed URLs below with any RSS or Atom reader. The main feed tracks all published updates. Topic feeds let you subscribe to one area only.

Main feed
https://www.ai-redteam.com/rss.xml
Alias
https://www.ai-redteam.com/feed.xml
Topic feed pattern
https://www.ai-redteam.com/topics/<topic-slug>/rss.xml
Setup: copy one of the feed URLs into your reader, add the topic-specific pattern if you only want one area, and let the client poll for updates after new items are published.
MCP

AI client access

The public MCP endpoint is read-only and intended for AI clients, agent tooling, and remote MCP integrations that can talk to an HTTP endpoint.

Endpoint
https://www.ai-redteam.com/mcp
Transport
Streamable HTTP
Mode
Public read-only
Setup: add a remote MCP server in your client, point it at the endpoint above, and select Streamable HTTP if your client distinguishes between MCP transports.
Example remote server definition
{
  "name": "ai-redteam",
  "type": "http",
  "url": "https://www.ai-redteam.com/mcp"
}

Client configuration formats vary. If your MCP client expects different field names, keep the same endpoint and choose the client’s HTTP-based remote MCP option.

What RSS Exposes
  • Published updates across the full library
  • Topic-specific feeds for narrower subscriptions
  • Titles, dates, summaries, categories, and source references
What MCP Exposes
  • Profile, topic, latest, featured, and per-insight resources
  • Search, latest-item, topic-overview, and insight lookup tools
  • Prompt templates and argument completions for AI clients
Client guide

OpenClaw setup

The client-specific configuration and verification checklist live in a separate, dated guide so changing integration details do not overwhelm the stable RSS and MCP endpoints.

Open OpenClaw guide