---
title: "List Mcp Servers"
method: GET
path: "/v1/mcp-servers/"
tags: ["v1", "protected", "mcp-servers"]
---

# List Mcp Servers

`GET /v1/mcp-servers/`

## Query parameters

- `status` string, nullable
- `is_public` boolean, nullable
- `tag` string, nullable
- `page` integer
- `page_size` integer
- `search` string, nullable

## Response `200`

Successful Response

- PaginatedResponseMCPServerResponse
  - `has_next` boolean, required
  - `items` MCPServerResponse[], required
    - `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
  - `page` integer, required
  - `page_size` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `items/items/created_at` response's property format changed from `date-time` to no format for status `200`
  - the `items/items/updated_at` response's property format changed from `date-time` to no format for status `200`
- **2026-06-18** `dad98bb65260` — 2 breaking, 1 info
  - the response property `items/items/docker_image_url` became optional for the status `200`
  - response property `items/items/docker_image_url` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the required property `items/items/slug` to the response with the `200` status
- **2026-04-29** `e1a530c0a2d5` — 3 info
  - added the optional property `items/items/json_spec` to the response with the `200` status
  - added the optional property `items/items/registry_url` to the response with the `200` status
  - added the optional property `items/items/remote_url` to the response with the `200` status
- **2026-03-30** `e9c153221160` — 1 breaking, 3 warning, 2 info
  - removed the required property `items/items/slug` from the response with the `200` status
  - removed the optional property `items/items/json_spec` from the response with the `200` status
  - removed the optional property `items/items/registry_url` from the response with the `200` status
  - removed the optional property `items/items/remote_url` from the response with the `200` status
  - …2 more

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