Site MCP servers
Configure external MCP servers used by your site.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
get
/orgs/{organizationId}/sites/{siteId}/mcp-servers200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Body
namestring · min: 1 · max: 100Required
Name of the MCP server
urlstring · uri · max: 2048Required
Responses
201
MCP server created
application/json
post
/orgs/{organizationId}/sites/{siteId}/mcp-servers201
MCP server created
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
siteMcpServerIdstringRequired
The unique id of the MCP server
Responses
200
OK
application/json
get
/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
siteMcpServerIdstringRequired
The unique id of the MCP server
Responses
204
MCP server did not exist
205
MCP server deleted
delete
/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
siteMcpServerIdstringRequired
The unique id of the MCP server
Body
namestring · min: 1 · max: 100Optional
Name of the MCP server
urlstring · uri · max: 2048Optional
Responses
200
OK
application/json
patch
/orgs/{organizationId}/sites/{siteId}/mcp-servers/{siteMcpServerId}200
OK
Last updated
Was this helpful?