mcp_config_reverse_endpoint_management.json•1.79 kB
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Information required to set up a private endpoint",
"name": "get_v1_organizations__organization_id_private_endpoint_config"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns a list of reverse private endpoints for the specified service.",
"name": "list_reverse_private_endpoints"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Create a new reverse private endpoint.",
"name": "create_reverse_private_endpoint"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Delete the reverse private endpoint with the specified ID.",
"name": "delete_reverse_private_endpoint"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns the reverse private endpoint with the specified ID.",
"name": "get_reverse_private_endpoint"
},
{
"description": "Create a new private endpoint. The private endpoint will be associated with this service and organization",
"name": "create_private_endpoint"
},
{
"description": "Information required to set up a private endpoint",
"name": "get_private_endpoint_config"
}
]
}