mcp_config_organization_api_keys.json•934 B
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Returns a list of all keys in the organization.",
"name": "get_v1_organizations__organization_id_keys"
},
{
"description": "Creates new API key.",
"name": "post_v1_organizations__organization_id_keys"
},
{
"description": "Deletes API key. Only a key not used to authenticate the active request can be deleted.",
"name": "delete_v1_organizations__organization_id_keys__key_id"
},
{
"description": "Returns a single key details.",
"name": "get_v1_organizations__organization_id_keys__key_id"
},
{
"description": "Updates API key properties.",
"name": "patch_v1_organizations__organization_id_keys__key_id"
}
]
}