Get MCP server details ​
Retrieves the details of a specific MCP server.
Endpoint ​
http
GET /integrated-account/{integrated_account_id}/mcp/{id}
Path parameters ​
integrated_account_id
string · uuid
REQUIRED ·
The ID of the integrated account.
Example:
1ba1f401-7183-47c5-9e39-e8e257e3c795
id
string · uuid
REQUIRED ·
The ID of the MCP server to retrieve.
Example:
2ba1f401-7183-47c5-9e39-e8e257e3c796
Response Body ​
id
string · uuid
Unique identifier for the MCP server
name
string
Name of the MCP server
config
object
Configuration settings for the MCP server
methods
string[]
List of methods allowed for this server
tags
string[]
List of tags associated with this server
created_at
string · date-time
Timestamp when the MCP server was created
updated_at
string · date-time
Timestamp when the MCP server was last updated