Get MCP Server

Retrieve detailed information about a specific MCP server. Returns: - Server configuration - Available tools and their schemas - Connection status - Recent execution history - Error logs if any

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

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
namestring1-64 characters
MCP server name
urlstring1-255 characters
Root URL of the MCP server
idstringformat: "uuid"
Unique identifier for the MCP server
short_idstring<=8 characters
Short identifier for the MCP server
project_idstringformat: "uuid"
Project ID this MCP server belongs to
syncdboolean
Whether the server has been sync'd to external proxy
createdstring
Timestamp when the MCP server was created
modifiedstring
Timestamp when the MCP server was last modified
descriptionstring or null
Description of the MCP server

Errors

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