> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipstar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# list_destinations

> List the delivery destinations connected to this project

Lists the delivery destinations connected to this project: Slack, Intercom, X (Twitter), and the number of webhook endpoints. Destinations are connected via OAuth in the Shipstar dashboard — if one you want is missing, connect it there rather than retrying. No arguments.

## Returns

```json theme={null}
{
  "slack": { "connected": true, "team": "Acme", "default_channel": "#releases" },
  "intercom": { "connected": true, "workspace": "Acme Support" },
  "x": { "connected": false },
  "webhook_endpoints": 2
}
```

Disconnected destinations return `{ "connected": false }` with no further fields. For a fuller picture of the connection (repos, mailing lists), use [`get_project_context`](/mcp/project/get-project-context).

## Example prompts

> "Which destinations are connected for this project?"

> "Is Slack set up? What channel do releases go to?"
