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-e8e257e3c795id
string · uuid
REQUIRED ·Â
The ID of the MCP server to retrieve.
Example:
2ba1f401-7183-47c5-9e39-e8e257e3c796Response Body ​
id
string · uuid
Unique identifier for the MCP server.
Example:
2ba1f401-7183-47c5-9e39-e8e257e3c796name
string
Human-readable name for the MCP server.
Example:
Read-only HubSpotintegrated_account_id
string · uuid
The integrated account this MCP server is bound to.
Example:
1ba1f401-7183-47c5-9e39-e8e257e3c795config
object
Optional scoping for the MCP server. When omitted, all available tools for the integrated account are exposed.
methods
string[]
Restrict the MCP server to these Truto method names. Combined with tags using AND semantics.
Example:
[
"list",
"get"
]tags
string[]
Restrict the MCP server to tools whose resources carry these tags.
Example:
[
"contacts",
"companies"
]expires_at
string · date-time
Optional expiry timestamp. When set, the MCP server's token is invalidated after this time.
Example:
2025-12-31T23:59:59.000Zcreated_by
string · uuid
ID of the user who created the MCP server.
Example:
0c1a2b3c-4d5e-6f70-8192-a3b4c5d6e7f8created_at
string · date-time
Time at which the MCP server was created.
Example:
2024-01-10T10:00:00.000Zupdated_at
string · date-time
Time at which the MCP server was last updated.
Example:
2024-01-11T12:30:00.000Z