---
title: "List MCPServer (scoped by ?namespace)"
method: GET
path: "/v0/mcpservers"
---

# List MCPServer (scoped by ?namespace)

`GET /v0/mcpservers`

## Query parameters

- `namespace` string — Namespace (defaults to 'default'; 'all' lists across all namespaces).
- `limit` integer — Max items to return (default 50).
- `cursor` string — Opaque pagination cursor.
- `labels` string — Label selector: key=value,key2=value2.
- `latestOnly` boolean — Only return rows with is_latest_version=true.
- `includeTerminating` boolean — Include rows with a deletionTimestamp.

## Response `200`

OK

- ListOutputMCPServerBody
  - `items` MCPServer[], nullable, required
    - `apiVersion` string, required
    - `kind` string, required
    - `metadata` ObjectMeta, required
      - `annotations` object
      - `createdAt` string, date-time
      - `deletionTimestamp` string, date-time
      - `labels` object
      - `name` string, required
      - `namespace` string
      - `uid` string
      - `updatedAt` string, date-time
      - `version` string
    - `spec` MCPServerSpec, required
      - `description` string
      - `source` MCPServerSource
        - `package` MCPPackage
          - `environmentVariables` MCPKeyValueInput[], nullable
            - `choices` string[], nullable
            - `default` string
            - `description` string
            - `format` string
            - `isRequired` boolean
            - `isSecret` boolean
            - `name` string, required
            - `placeholder` string
            - `value` string
            - `variables` object
          - `fileSha256` string
          - `identifier` string, required
          - `packageArguments` MCPArgument[], nullable
            - `choices` string[], nullable
            - `default` string
            - `description` string
            - `format` string
            - `isRepeated` boolean
            - `isRequired` boolean
            - `isSecret` boolean
            - `name` string
            - `placeholder` string
            - `type` string, required
            - `value` string
            - `valueHint` string
            - `variables` object
          - `registryBaseUrl` string
          - `registryType` string, required
          - `runtimeArguments` MCPArgument[], nullable
            - `choices` string[], nullable
            - `default` string
            - `description` string
            - `format` string
            - `isRepeated` boolean
            - `isRequired` boolean
            - `isSecret` boolean
            - `name` string
            - `placeholder` string
            - `type` string, required
            - `value` string
            - `valueHint` string
            - `variables` object
          - `runtimeHint` string
          - `transport` MCPTransport, required
            - `headers` MCPKeyValueInput[], nullable
              - …
            - `type` string, required
            - `url` string
          - `version` string
        - `repository` Repository
          - `subfolder` string
          - `url` string
      - `title` string
    - `status` Status
      - `conditions` Condition[], nullable
        - `lastTransitionTime` string, date-time
        - `message` string
        - `reason` string
        - `status` string, required
        - `type` string, required
  - `nextCursor` string

## Other responses

- `default` — Error

## Changes

- **2026-05-07** `1f7dac4e4622` — 15 breaking
  - the response property `errors` became nullable for the status `default`
  - the response property `items` became nullable for the status `200`
  - the response property `items/items/spec/source/package/environmentVariables` became nullable for the status `200`
  - the response property `items/items/spec/source/package/environmentVariables/items/choices` became nullable for the status `200`
  - …11 more
- **2026-05-06** `844352c0303e` — 1 info
  - added the optional property `items/items/metadata/uid` to the response with the `200` status
- **2026-05-01** `681b3dd174fb` — 2 warning, 1 info
  - removed the optional property `items/items/spec/packages` from the response with the `200` status
  - removed the optional property `items/items/spec/repository` from the response with the `200` status
  - added the optional property `items/items/spec/source` to the response with the `200` status
- **2026-05-01** `051070ab6061` — 1 warning
  - removed the optional property `items/items/spec/remotes` from the response with the `200` status
- **2026-04-30** `0893e77fb04a` — 3 warning
  - deleted the `query` request parameter `semantic`
  - deleted the `query` request parameter `semanticThreshold`
  - removed the optional property `semanticScores` from the response with the `200` status

[Full history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/v0/mcpservers/get.md)

---

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