---
title: "List MCP Hub servers"
method: GET
path: "/mcp/hub"
tags: ["mcphub"]
---

# List MCP Hub servers

`GET /mcp/hub`

Returns all pre-built MCP server definitions available in the Blaxel Hub. These can be deployed directly to your workspace with pre-configured tools and integrations.

## Response `200`

successful operation

- MCPDefinition[]
  - `createdAt` string — The date and time when the resource was created
  - `updatedAt` string — The date and time when the resource was updated
  - `categories` object[] — Categories of the artifact
  - `coming_soon` boolean — If the artifact is coming soon
  - `description` string — Description of the artifact
  - `displayName` string — Display name of the artifact
  - `enterprise` boolean — If the artifact is enterprise
  - `entrypoint` Entrypoint — Entrypoint of the artifact
    - `args` object[] — Args of the entrypoint
    - `command` string — Command of the entrypoint
    - `env` object — Env of the entrypoint
    - `superGatewayArgs` object[] — Super Gateway args of the entrypoint
  - `form` Form — Form of the artifact
    - `config` object — Config of the artifact
    - `oauth` OAuth — OAuth of the artifact
      - `scope` object[] — Scope of the OAuth
      - `type` string — Type of the OAuth
    - `secrets` object — Secrets of the artifact
  - `hidden` boolean — If the artifact is hidden
  - `hiddenSecrets` string[] — Hidden secrets of the artifact
  - `icon` string — Icon of the artifact
  - `image` string — Image of the artifact
  - `integration` string — Integration of the artifact
  - `longDescription` string — Long description of the artifact
  - `name` string — Name of the artifact
  - `transport` string — Transport compatibility for the MCP, can be "websocket" or "http-stream"
  - `url` string — URL of the artifact

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
