GET
/
mcp
/
hub
curl --request GET \
  --url https://api.blaxel.ai/v0/mcp/hub \
  --header 'Authorization: Bearer <token>'
[
  {
    "categories": [
      "<any>"
    ],
    "coming_soon": true,
    "description": "<string>",
    "displayName": "<string>",
    "enterprise": true,
    "entrypoint": {},
    "form": {},
    "icon": "<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
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

icon
string

Icon 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