Managed Streaming for Kafka MCP Config
<p>The operations for managing an Amazon MSK cluster.</p>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-kafka.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-kafka.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-kafka": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-kafka"],
"env": {
"MANAGED_STREAMING_FOR_KAFKA_API_KEY": "your_managed_streaming_for_kafka_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-kafka.jsonEnvironment Variables
MANAGED_STREAMING_FOR_KAFKA_API_KEYReplace your_managed_streaming_for_kafka_api_key with your actual managed streaming for kafka api key
Endpoints
GET
/v1/clusters/{clusterArn}/scram-secretsListScramSecrets
POST
/v1/clusters/{clusterArn}/scram-secretsBatchAssociateScramSecret
PATCH
/v1/clusters/{clusterArn}/scram-secretsBatchDisassociateScramSecret
GET
/v1/clustersListClusters
POST
/v1/clustersCreateCluster
GET
/api/v2/clustersListClustersV2
POST
/api/v2/clustersCreateClusterV2
GET
/v1/configurationsListConfigurations
POST
/v1/configurationsCreateConfiguration
GET
/v1/clusters/{clusterArn}DescribeCluster