KosmoKrator

data

Confluent Cloud MCP, CLI, and Lua Integration for AI Agents

Confluent Cloud integration docs for AI agents: MCP gateway setup, Confluent Cloud CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API token auth

Confluent Cloud for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
confluent
route_slug
confluent
package
confluent
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Confluent Cloud MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Confluent Cloud.

Confluent Cloud CLI Matrix

Use these pages for direct Confluent Cloud CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
confluent.confluent_list_topics Read read 1 List Kafka topics in a Confluent cluster. Returns topic names, partition counts, replication factors, and status.
confluent.confluent_get_topic Read read 2 Get full details of a specific Kafka topic by name. Returns partition count, replication factor, and topic configuration.
confluent.confluent_create_topic Write write 5 Create a new Kafka topic in a Confluent cluster. Specify the topic name, partition count, and optional replication factor and configs.
confluent.confluent_list_clusters Read read 0 List Kafka clusters in your Confluent Cloud environment. Returns cluster IDs, names, types, and status.
confluent.confluent_get_cluster Read read 1 Get details of a specific Kafka cluster. Returns broker count, controller info, and cluster configuration.
confluent.confluent_list_environments Read read 0 List Confluent Cloud environments. Returns environment IDs, names, and associated cluster resources.
confluent.confluent_get_current_user Read read 0 Get the currently authenticated Confluent Cloud user. Useful for verifying credentials and identifying the connected account.