---
title: "ConnectorConnectResponse"
description: "Response payload for a Connector endpoint."
section: "Reference"
group: "Types"
order: 49
---

## Definition

```ts
interface ConnectorConnectResponse {
  authorizationUrl: string;
  mcpServerId: string;
}
```

## Fields

| Field              | Type     | Notes                                                                    |
| ------------------ | -------- | ------------------------------------------------------------------------ |
| `authorizationUrl` | `string` | `required` — OAuth authorization URL the caller should redirect to.      |
| `mcpServerId`      | `string` | `required` — MCP server record provisioned for this workspace's install. |
