Get Task MCP Server

Retrieve one registered MCP server. Credentials are never returned — only whether authentication is configured and current.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

task_mcp_server_idstringRequiredformat: "uuid"
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Response

MCP server details retrieved successfully
namestring1-255 characters
server_urlstringformat: "uri"1-2083 characters
idstringformat: "uuid"
canonical_resourcestringformat: "uri"1-2083 characters
transportenum
auth_stateenum
auth_typeenum
project_idstringformat: "uuid"
createdstring
modifiedstring
descriptionstring or nullOptional
enabledbooleanOptionalDefaults to true
catalog_server_idstring or nullOptionalformat: "uuid"
catalog_server_slugstring or nullOptional
auth_state_reasonenum or nullOptional
auth_strategyenum or nullOptional
auth_header_namestring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error