---
title: "Get Mcp Server Instance"
method: GET
path: "/v1/mcp-server-instances/{instance_id}"
tags: ["v1", "protected", "mcp-server-instances"]
---

# Get Mcp Server Instance

`GET /v1/mcp-server-instances/{instance_id}`

## Path parameters

- `instance_id` string, uuid, required

## Response `200`

Successful Response

- MCPServerInstanceResponse
  - `auth_config_id` union
    - string, uuid
    - string
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `json_spec` object, required
  - `last_dispatch` object, nullable
  - `name` string, required
  - `server_spec_id` string, required
  - `tools` object[], nullable
  - `updated_at` string, required
  - `verification` object, required

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 5 could not be searched.

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-05-01** `733b5cfc4ea0` — 1 info
  - response property `server_spec_id` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-04-29** `e1a530c0a2d5` — 1 breaking, 4 info
  - removed the required property `status` from the response with the `200` status
  - added the optional property `last_dispatch` to the response with the `200` status
  - added the optional property `tools` to the response with the `200` status
  - added `subschema #1` to the `auth_config_id` response property `anyOf` list for the response status `200`
  - …1 more
- **2026-03-30** `e9c153221160` — 2 breaking, 2 warning, 2 info
  - response property `server_spec_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - removed the required property `verification` from the response with the `200` status
  - removed the optional property `last_dispatch` from the response with the `200` status
  - removed the optional property `tools` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/mcp-server-instances/:instance_id/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/ac18f7025c00/schema)
