Update MCP server ​
Updates the configuration of a specific MCP server.
Endpoint ​
http
PATCH /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 update.
Example:
2ba1f401-7183-47c5-9e39-e8e257e3c796
Request Body ​
name
string
The new name for the MCP server.
Example:
Updated MCP server
config
object
Updated configuration settings for the MCP server
methods
string[]
The methods allowed for this server.
Example:
[
"GET",
"POST",
"READ",
"DOWNLAOD"
]
tags
string[]
The tags associated with this server.
Example:
[
"api",
"webhook",
"custom"
]
Response Body ​
id
string · uuid
Unique identifier for the MCP server
name
string
Updated name of the MCP server
config
object
Updated configuration settings for the MCP server
methods
string[]
Updated list of HTTP methods allowed for this server
tags
string[]
Updated 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