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

# Connect Claude.ai (web)

> Add the scaling.cloud MCP server as a connector in Claude.ai for web.

Claude.ai's web app supports remote MCP servers as **connectors**. Once added, you can ask Claude to read incidents, look up on-call schedules, and trigger actions in your scaling.cloud org — directly from any chat.

## Server URL

```
https://mcp.scaling.cloud
```

## Steps

<Steps>
  <Step title="Open the Connectors settings">
    In Claude.ai, click your profile, then **Settings → Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Click **Add connector** and choose **Custom MCP server** (or **Add a custom connector**, depending on your Claude.ai version).
  </Step>

  <Step title="Paste the scaling.cloud URL">
    Enter `https://mcp.scaling.cloud` and a friendly name like `scaling.cloud`. Click **Connect**.
  </Step>

  <Step title="Sign in to scaling.cloud">
    Claude.ai will redirect you to Clerk's hosted OAuth consent screen. Sign in with your scaling.cloud account and approve the requested scopes.
  </Step>

  <Step title="Done">
    The connector appears as **Connected**. You can now ask Claude things like *"What incidents are open right now?"* and Claude will call the scaling.cloud MCP server with your scoped token.
  </Step>
</Steps>

## Verify it's working

Open **Settings → Connections** in the scaling.cloud dashboard at [scaling.cloud](https://scaling.cloud). You should see a row for `Claude.ai` (or the name Claude.ai self-registered as) with a recent **Last used** timestamp.

## Revoke access

Either revoke from the scaling.cloud dashboard (**Settings → Connections → Revoke**) — which takes effect within seconds — or delete the connector from Claude.ai's Connectors settings, which stops Claude from calling the server but does not invalidate the underlying token. For a hard cutoff, do both.
