Skip to main content
GET
/
ai
/
mcpServers
/
{uuid}
Get MCP server
curl --request GET \
  --url https://api.getcargo.io/v1/ai/mcpServers/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "mcpServer": {
    "uuid": "<string>",
    "workspaceUuid": "<string>",
    "userUuid": "<string>",
    "name": "<string>",
    "tools": [
      {
        "name": "<string>",
        "slug": "<string>",
        "description": "<string>",
        "isBulkAllowed": true,
        "config": {},
        "kind": "<string>",
        "toolUuid": "<string>",
        "templateSlug": "<string>"
      }
    ],
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "deletedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

Resource UUID

Response

Successful response

mcpServer
MCP server · object
required

MCP server details.