Connecting
Stealthium exposes your alert data as an MCP server, so AI assistants like Claude can answer questions about your fleet's security directly — "how many critical alerts today?", "what happened on gpu-node-17?".
https://api.stealthium.online/api/v1/mcp
The server uses the streamable HTTP transport with OAuth built in: your client discovers the server, registers itself automatically, and opens a browser window where you sign in with GitHub or Google — no keys to copy.
Claude.ai and Claude Desktop
Go to Settings → Connectors → Add custom connector, paste the URL above, and complete the sign-in prompt.
Claude Code
claude mcp add --transport http stealthium https://api.stealthium.online/api/v1/mcp
Then run /mcp inside a session to authenticate.
Other MCP clients
Any client that supports streamable HTTP and OAuth works out of the box: the server publishes standard discovery metadata, supports dynamic client registration, and uses PKCE. A client that can't do OAuth can instead send the same JWT used by the REST API as an Authorization: Bearer header.