Send these headers to your cluster-specific endpoint. See Remote MCP Access for endpoint construction details.
Header reference
X-MCP-Readonly— set totruewhen the client only needs read access. The remote server enforces read-only semantics for supported tools and skips operations that mutate resources.X-MCP-Features— provide a comma-separated list of feature identifiers to narrow the tool catalog. When omitted, the server enables discovery for the default feature set, including Pulsar Functions and Orca agents as tools.
Available feature identifiers
Use these values inside theX-MCP-Features header. Separate multiple values with commas.
Combination feature sets
all— enables every available capability across StreamNative Cloud, Pulsar, and Kafka.all-pulsar— includes all Pulsar tooling features.all-kafka— includes all Kafka tooling features.pulsar— alias forall-pulsar.kafka— alias forall-kafka.
Kafka tooling
kafka-adminkafka-clientkafka-admin-schema-registrykafka-admin-kafka-connect
Pulsar tooling
pulsar-adminpulsar-clientpulsar-admin-brokerspulsar-admin-brokers-statuspulsar-admin-clusterspulsar-admin-functionspulsar-admin-functions-workerpulsar-admin-namespacespulsar-admin-namespace-policypulsar-admin-ns-isolation-policypulsar-admin-packagespulsar-admin-resource-quotaspulsar-admin-schemaspulsar-admin-subscriptionspulsar-admin-tenantspulsar-admin-topicspulsar-admin-sinkspulsar-admin-sourcespulsar-admin-topic-policy
StreamNative Cloud tooling
cloud— alias forstreamnative-cloud.streamnative-cloud
Dynamic tooling
functions-as-toolsagents-as-toolsagents— alias foragents-as-tools.agent-functions— alias foragents-as-tools.
Usage tips
- Start with a minimal feature list to reduce token usage and improve tool selection accuracy.
- Add
agents-as-toolsorfunctions-as-toolsonly when remote MCP clients should call Orca agents or Pulsar Functions directly. - Combine feature groups as needed. For example,
X-MCP-Features: streamnative-cloud,pulsar-admin,agents-as-toolsenables cloud context utilities, Pulsar administration, and agent tooling while leaving Kafka features disabled.