pipeline-cost-calculator
ActiveTool of Utility Matrix
Use this when a user asks how much their GitHub Actions CI/CD pipeline costs per month, or wants to compare runner costs. Takes average job duration, jobs per run, monthly run count, and runner type. Returns monthly billing cost with runner multiplier breakdown.
Parameters schema
{
"type": "object",
"required": [
"avg_job_min",
"jobs_per_run",
"runs_per_month"
],
"properties": {
"runner": {
"type": "string"
},
"avg_job_min": {
"type": "number"
},
"jobs_per_run": {
"type": "number"
},
"runs_per_month": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries