mcp_config_billing_account_management.json•722 B
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Gets a list of billing accounts the current user has access to",
"name": "get_billing_accounts"
},
{
"description": "Creates a billing account",
"name": "create_billing_account"
},
{
"description": "Deletes a billing account",
"name": "delete_billing_account"
},
{
"description": "Updates a billing account",
"name": "update_billing_account"
},
{
"description": "Retrieves the cost of running the pipeline",
"name": "calculate_pipeline_cost"
}
]
}