Create MCP server for an integrated account ​
Creates a new MCP server for the specified integrated account.
Endpoint ​
http
POST /integrated-account/{integrated_account_id}/mcp
Path parameters ​
integrated_account_id
string · uuid
REQUIRED ·Â
The ID of the integrated account to create the MCP server for.
Example:
1ba1f401-7183-47c5-9e39-e8e257e3c795
Request Body ​
name
string
REQUIRED ·Â
The name of the MCP server.
Example:
My MCP server
config
object
REQUIRED ·Â
methods
string[]
The methods allowed for this server.
Example:
[
"GET",
"POST",
"READ",
"DOWNLAOD"
]
tags
string[]
The tags associated with this server.
Example:
[
"api",
"webhook"
]
Response Body ​
id
string · uuid
Unique identifier for the newly created MCP server
name
string
Name of the MCP server
token
string
The generated MCP server value used for authentication
url
string
The full URL endpoint for accessing 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