Site MCP servers
Configure external MCP servers used by your site.
Attributes
objectstring · enumRequiredPossible values:
idstringRequired
Unique identifier for the MCP server
namestring · min: 1 · max: 100Required
Name of the MCP server
urlstring · uri · max: 2048Required
transportstring · enumRequiredDefault:
Transport protocol used to connect to the MCP server
ssePossible values: conditionstring · max: 1024Optional
Conditional expression used to evaluate whether the MCP server should be available to the site's visitor.
The SiteMcpServer object
{
"object": "site-mcp-server",
"id": "text",
"name": "text",
"url": "https://example.com",
"transport": "sse",
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"condition": "text",
"urls": {
"location": "https://example.com"
}
}Last updated
Was this helpful?