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_id
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Response
MCP server details retrieved successfully
name
server_url
id
canonical_resource
transport
auth_state
auth_type
project_id
created
modified
description
enabled
catalog_server_id
catalog_server_slug
auth_state_reason
auth_strategy
auth_header_name
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error