GET
/
mcp
/
hub
curl --request GET \
  --url https://api.blaxel.ai/v0/mcp/hub \
  --header 'Authorization: Bearer <token>'
[
  {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "categories": [
      "<any>"
    ],
    "coming_soon": true,
    "description": "<string>",
    "displayName": "<string>",
    "enterprise": true,
    "entrypoint": {},
    "form": {},
    "hiddenSecrets": [
      "<string>"
    ],
    "icon": "<string>",
    "image": "<string>",
    "integration": "<string>",
    "longDescription": "<string>",
    "name": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
successful operation
createdAt
string

The date and time when the resource was created

updatedAt
string

The date and time when the resource was updated

categories
any[]

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
object

Entrypoint of the artifact

form
object

Form of the artifact

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

url
string

URL of the artifact