---
title: "Get Mcp Server"
method: GET
path: "/v1/mcp-servers/{server_id}"
tags: ["v1", "protected", "mcp-servers"]
---

# Get Mcp Server

`GET /v1/mcp-servers/{server_id}`

## Path parameters

- `server_id` string, required

## Response `200`

Successful Response

- MCPServerResponse
  - `cmd` string[], nullable, required
  - `created_at` string, required
  - `description` string, required
  - `docker_image_url` string, nullable
  - `env_schema` object[], required
  - `id` string, uuid, required
  - `is_public` boolean, required
  - `json_spec` object, nullable
  - `name` string, required
  - `registry_url` string, nullable
  - `remote_url` string, nullable
  - `slug` string, required
  - `status` string, required
  - `tags` string[], required
  - `updated_at` string, required
  - `version` string, required

## Other responses

- `422` — Validation Error

## Changes

- **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-06-18** `dad98bb65260` — 2 breaking, 2 info
  - the response property `docker_image_url` became optional for the status `200`
  - response property `docker_image_url` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - for the `path` request parameter `server_id`, the type/format was generalized from `string`/`uuid` to `string`/``
  - added the required property `slug` to the response with the `200` status
- **2026-04-29** `e1a530c0a2d5` — 3 info
  - added the optional property `json_spec` to the response with the `200` status
  - added the optional property `registry_url` to the response with the `200` status
  - added the optional property `remote_url` to the response with the `200` status
- **2026-03-30** `e9c153221160` — 2 breaking, 3 warning, 2 info
  - for the `path` request parameter `server_id`, the type/format was changed from `string`/`` to `string`/`uuid`
  - removed the required property `slug` from the response with the `200` status
  - removed the optional property `json_spec` from the response with the `200` status
  - removed the optional property `registry_url` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/mcp-servers/:server_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/99cf61829c55/schema)
