ApiMcp servers
Start an MCP server
Start an MCP server by verifying connectivity. For generated servers, reloads the server into memory from disk. Updates status to RUNNING on success or ERROR on failure.
Path Parameters
server_id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/start"{
"server_id": "820efca4-4a15-4ab7-82fc-9e76f6d61325",
"server_name": "string",
"previous_status": "pending",
"current_status": "pending",
"message": "string",
"checked_at": "2019-08-24T14:15:22Z"
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}{
"error": {
"code": "string",
"message": "string"
}
}List MCP servers
List all MCP servers with pagination, filtering, search, and sorting. Supports filtering by status, type, source, and credential mode.
Stop an MCP server
Stop an MCP server by setting its status to STOPPED. For generated servers, unloads the server from memory. For remote servers, this is a logical stop only.
