---
title: "Get"
method: GET
path: "/mcp-server/strata/{strataId}"
tags: ["mcp-server"]
---

# Get

`GET /mcp-server/strata/{strataId}`

Get information about an existing Strata MCP server instance.

Returns the strata URL, connected mcp_handle servers, connected external servers (with URLs), 
and authentication URLs for mcp_handle servers.

## Path parameters

- `strataId` string, required

## Response `200`

Successful Response

- StrataGetResponse
  - `strataServerUrl` string, required — URL to connect to the Strata MCP server
  - `strataId` string, required — The strata server ID
  - `connectedServers` string[], required — List of available integration currently connected to this strata
  - `connectedExternalServers` ExternalServerInfo[], required — List of external servers with name and URL currently connected to this strata
    - `name` string, required — The name of the external server
    - `url` string, required — The URL of the external MCP server
    - `headers` object, nullable — Optional HTTP headers used when connecting to the external server
  - `oauthUrls` object — Map of connected integration to OAuth URL, supports white labeling if configured
  - `apiKeyUrls` object — Map of connected integration to API key setup URL

## Other responses

- `422` — Validation Error

---

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