# Superstream MCP

## Connect with Model Context Protocol (MCP)

Integrate Superstream MCP's remote server to allow AI assistants to access your Kafka directly.

**MCP Server URL**: `https://api.superstream.ai/mcp`

### Cursor

**Add to your MCP configuration**

[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=superstream\&config=eyJ1cmwiOiJodHRwczovL2FwaS5zdXBlcnN0cmVhbS5haS9tY3AifQ%3D%3D)

Click "Connect" to complete the connection with Superstream.

### Claude

**Connect via Claude Web**

* Please ensure you are on a Team, Enterprise, Pro, or Max plan, and that you are an account Owner
* Open Admin Settings → Connectors → Add Custom Connector
* Enter name "Superstream" and paste the server URL below
* Open Settings → Connectors
* Find and connect to "Superstream"

### ChatGPT

**Connect via ChatGPT Web**

* Open Settings → Apps & Connectors
* Click on Advanced Settings
* Turn on Developer Mode
* Go back and click "Create" in the top right
* Type in the name "Superstream" and paste the server URL below
* Choose "OAuth" in the authentication dropdown
* Leave Client ID and Client Secret empty

***

### Available Tools

* `list_clusters`
* `get_cluster_details`
* `get_cluster_health`
* `get_cluster_optimization_settings_and_their_potential_savings`
* `get_cluster_autoscaling_policy`
* `test_cluster_connectivity`
* `get_cluster_savings`
* `get_cluster_metrics`
* `search_documentation`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superstream.ai/getting-started/superstream-mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
