---
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 klavis servers, connected external servers (with URLs), 
and authentication URLs for klavis 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/klavis-ai/apis/klavis-ai-https-www-klavis-ai.md) · [All operations](https://skmtc.net/klavis-ai/apis/klavis-ai-https-www-klavis-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/klavis-ai/klavis-ai-https-www-klavis-ai/revisions/1f05ced7280f/schema)
