---
title: "Get User Integrations"
method: GET
path: "/user/{userId}/integrations"
tags: ["user"]
---

# Get User Integrations

`GET /user/{userId}/integrations`

Get all available integrations (MCP server names) by user ID.
Returns a list of integration names as McpServerName types.

## Path parameters

- `userId` string, required — The external user ID

## Response `200`

Successful Response

- GetUserIntegrationsResponse
  - `integrations` McpServerName[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/revisions/58fc8af3b578/schema)
