Client guide · verified July 22, 2026

Connect OpenClaw to the public MCP server

Configure a remote, read-only Streamable HTTP server, then verify discovery and a harmless read operation before relying on the integration.

1 · Endpoint

Add a remote MCP server named ai-redteam and use Streamable HTTP as the transport.

https://www.ai-redteam.com/mcp
Configuration shape
{
  "mcpServers": {
    "ai-redteam": {
      "url": "https://www.ai-redteam.com/mcp",
      "transport": "streamable-http"
    }
  }
}

OpenClaw releases and adapters may use different field names. Preserve the endpoint and HTTP transport semantics if your installed version uses another configuration shape.

2 · Verify
  1. Restart or reload the client after saving the server definition.
  2. Confirm that the server is listed and its read-only tools and resources are discovered.
  3. Run a harmless search or latest-items request and inspect the returned source links.
  4. If discovery fails, confirm Streamable HTTP support in the installed adapter before adding a third-party bridge.
Security note: the endpoint is public and read-only. No credentials are required, and a client should not send private prompts, secrets, or local files to test connectivity.