You're viewing a demo portfolio

Join the waitlist
PRSM

pipeline-cost-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Utility Matrix

1/7 registries
View full server →
pipeline-cost-calculator — Utility Matrix — PRSM MCP