mcp_config_organization_cost_analysis.json•741 B
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Returns prometheus metrics for all services in an organization.",
"name": "get_v1_organizations__organization_id_prometheus"
},
{
"description": "Returns a grand total and a list of daily, per-entity organization usage cost records for the organization in the queried time period (maximum 31 days). All days in both the request and the response are evaluated based on the UTC timezone.",
"name": "get_v1_organizations__organization_id_usage_cost"
}
]
}