Get MCP server details by ID

Retrieves detailed configuration information for a specific Model Control Protocol (MCP) server. The returned data includes connection details, associated applications, enabled tools, and authentication configuration.

Path parameters

idstringRequired
The ID of the MCP server

Headers

x-api-keystringRequired

Response

Successfully retrieved MCP server. Returns the complete server configuration including connection details, authentication settings, and available tools.
idstring
UUID of the MCP server instance
namestring

User-defined descriptive name for this MCP server

auth_config_idslist of strings
ID references to the auth configurations used by this server
allowed_toolslist of strings
Array of tool slugs that this MCP server is allowed to use
mcp_urlstring
URL endpoint for establishing SSE connection to this MCP server
toolkitslist of strings
Array of toolkit slugs that this MCP server is allowed to use
toolkit_iconsmap from strings to strings

Object mapping each toolkit slug to its icon/logo URL for display purposes

commandsobject
Set of command line instructions for connecting various clients to this MCP server
updated_atstring
Date and time when this server configuration was last modified
created_atstring
Date and time when this server was initially created
server_instance_countdouble
Total count of active user instances connected to this server
managed_auth_via_composioboolean
Whether the MCP server is managed by Composio
deletedboolean
Whether the MCP server is deleted

Errors