Available from 0.6.0. The MCP tool set is read-only and included in the free
Community edition. Nothing on the MCP surface can create, delete, or modify anything.
Endpoint
The server speaks Streamable HTTP at/mcp on the regular application port — same
process, same port, same network reachability as the UI:
Connecting a client
Claude Code
Claude Desktop
Settings → Connectors → Add custom connector, with the same URL.With authentication enabled
If the optional login is on,/mcp requires the same
credentials over HTTP Basic — MCP clients send them as a header:
Tools
All tools are read-only (readOnlyHint) and honor the same settings as the REST API —
for example, sensitive config values stay masked unless the operator enabled
ALGINTE_SHOWSENSITIVECONFIG.
The Connect and Schema Registry tools need their upstream URLs
configured, exactly like the corresponding UI areas.
Sampling messages
consume_messages fetches up to 500 messages (default 20) without joining a consumer
group or committing anything — it never affects your applications. The seekType
argument picks the window: Newest (default), Oldest, OffsetGE / OffsetLE (from
an offset), After / Before (from a timestamp). Key and value deserializers default
to String; JSON, numeric types, Bytes, and the Schema-Registry-backed
JSONSchema / Avro / Protobuf are available.