# Utility Matrix MCP server

Free browser-based calculators and analyzers for cloud cost, DevOps, security, and data governance.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-helphub369-utility-matrix

## Install
- Endpoint: https://utility-matrix.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://utility-matrix.com/mcp

## Tools
- error-budget-calculator - Use this when a user asks about their SLO error budget, remaining error budget, or burn rate. Given SLO percentage and window, returns budget minutes remaining, burn rate multiplier, and status (Under budget / Elevated / ALERTING). Endpoint: https://utility-matrix.com/mcp
- slo-burn-rate-calculator - Use this when a user asks how fast they are burning their error budget, or whether their current error rate will exhaust their SLO window. Takes error count and total requests over a period, returns burn rate multiple and time-to-exhaustion signal. Endpoint: https://utility-matrix.com/mcp
- incident-cost-calculator - Use this when a user asks what an outage or incident cost, or wants to calculate the financial impact of downtime. Takes hourly revenue, downtime duration, and affected percentage. Returns revenue impact, engineering cost, and total incident cost in dollars. Endpoint: https://utility-matrix.com/mcp
- reserved-instance-breakeven - Use this when a user asks whether to buy Reserved Instances or stay on On-Demand, or how long until an RI pays for itself. Takes On-Demand and RI monthly costs plus upfront fee. Returns break-even month and net savings over 1yr and 3yr terms. Endpoint: https://utility-matrix.com/mcp
- availability-sla-calculator - Use this when a user asks what a specific availability percentage (like 99.9% or 99.99%) means in downtime minutes per month or year. Converts availability SLA percentage to exact downtime budgets: annual, monthly, weekly, and daily. Endpoint: https://utility-matrix.com/mcp
- apdex-score-calculator - Use this when a user asks about their Apdex score or wants to measure user satisfaction with response times. Takes satisfied, tolerating, and total request counts. Returns Apdex score (0–1) and performance rating. Endpoint: https://utility-matrix.com/mcp
- dora-metrics-calculator - Use this when a user wants to benchmark their engineering team against DORA metrics, or classify their deployment frequency and lead time. Takes deploy frequency, lead time hours, change failure rate, and restore time. Returns Elite/High/Medium/Low tier classification per metric. Endpoint: https://utility-matrix.com/mcp
- pipeline-cost-calculator - 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. Endpoint: https://utility-matrix.com/mcp
- connection-pool-calculator - Use this when a user asks how many database connections to configure in their connection pool, or is troubleshooting PostgreSQL connection exhaustion. Takes CPU cores, app instances, and max_connections. Returns recommended pool size per instance with utilization ratio. Endpoint: https://utility-matrix.com/mcp
- cluster-capacity-calculator - Use this when a user asks whether their Kubernetes cluster has enough capacity, or how many more pods they can schedule. Takes node count (`nodes`), CPU cores per node (`node_cpu`), memory per node in GB (`node_memory_gb`), pod count (`pods`), and resource requests. Returns cluster utilization and headroom. Endpoint: https://utility-matrix.com/mcp
- precision-recall-f1-calculator - Use this when a user asks about their ML model precision, recall, F1 score, or F-beta score. Takes precision, recall, and optional beta weight. Returns F1, F-beta, and interpretation of the precision-recall tradeoff. Endpoint: https://utility-matrix.com/mcp
- egress-cost-calculator - Use this when a user asks how much AWS data transfer or egress costs, or wants to estimate their monthly data transfer bill. Takes monthly transfer volume in GB. Returns estimated monthly egress cost using AWS tiered pricing. Endpoint: https://utility-matrix.com/mcp
- detect-secrets-scanner - Scan text (config, code, env files) for leaked API keys, tokens, passwords, and private keys. Returns findings with redacted matches and severity classification. Endpoint: https://utility-matrix.com/mcp
- known-vulnerability-checker - Check a package name against a database of known CVEs. Returns vulnerability status, CVE ID, and severity for common packages (log4j, lodash, moment, axios, django, flask, pillow, etc.). Endpoint: https://utility-matrix.com/mcp
- certificate-expiry-checker - Assess certificate expiry risk given a domain and days remaining. Returns risk level (OK, WARNING at <30 days, CRITICAL at <7 days, EXPIRED at <0). Endpoint: https://utility-matrix.com/mcp
- kubernetes-manifest-linter - Lint a Kubernetes manifest (YAML) for common issues: missing resource limits, missing health checks, :latest tag usage, privileged containers. Returns issue list and severity. Endpoint: https://utility-matrix.com/mcp
- dockerfile-linter - Lint a Dockerfile for common issues: :latest tag on FROM, interactive installs without -y, running as root. Returns issues with suggestions per instruction. Endpoint: https://utility-matrix.com/mcp
- query-cost-estimator - Estimate the relative cost of a SQL query based on heuristic analysis: SELECT *, JOIN count, missing WHERE/LIMIT, leading wildcards, unbounded sorts. Returns cost score and level. Endpoint: https://utility-matrix.com/mcp
- canonical-url-auditor - Audit a page URL against its canonical tag. Detects missing canonical, self-referencing canonical, and relative URL issues. Endpoint: https://utility-matrix.com/mcp
- rate-limit-utilization-calculator - Calculate API rate limit utilization given current request count and limit. Returns utilization percentage, buffer, safety status, and risk level (OK at <80%, WARNING at 80-95%, CRITICAL at >95%). Endpoint: https://utility-matrix.com/mcp
- alert-fatigue-calculator - Use when a user asks about alert noise, alert fatigue, or on-call burden from non-actionable alerts. Given weekly alert volume, actionable %, engineer count, and avg resolution time, returns noise rate, wasted hours, and fatigue tier. Endpoint: https://utility-matrix.com/mcp
- change-failure-rate-calculator - Use when a user asks about change failure rate or DORA CFR. Given total and failed deployments, returns failure rate percentage and DORA tier. Endpoint: https://utility-matrix.com/mcp
- cloud-waste-calculator - Use when a user asks about cloud waste, idle resources, or unattached storage. Given monthly cloud bill and idle/oversized percentages, returns waste estimate and tier. Endpoint: https://utility-matrix.com/mcp
- deployment-frequency-calculator - Use when a user asks about deployment frequency or DORA deploy cadence. Endpoint: https://utility-matrix.com/mcp
- ec2-cost-calculator - Use when a user asks about EC2 cost. Given instance type and hours, returns monthly cost and DO-equivalent savings estimate. Endpoint: https://utility-matrix.com/mcp
- mttr-calculator - Use when a user asks about MTTR or DORA recovery time. Takes incident timestamps (string lines "start,detected,resolved" or array of {start,detected,resolved}). Endpoint: https://utility-matrix.com/mcp
- on-call-burden-calculator - Use when a user asks about on-call load or burnout risk. Endpoint: https://utility-matrix.com/mcp
- rightsizing-calculator - Use when a user asks about instance rightsizing or overprovisioned compute. Endpoint: https://utility-matrix.com/mcp
- software-purchase-risk-calculator - Use when a user asks about risk of a software purchase or SaaS commitment. Endpoint: https://utility-matrix.com/mcp
- terraform-plan-cost-estimator - Use when a user asks to estimate monthly cost of a Terraform plan. Endpoint: https://utility-matrix.com/mcp
- total-cost-of-ownership-calculator - Use when a user asks about TCO or multi-year SaaS cost. Endpoint: https://utility-matrix.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.helphub369
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 29, 2026
- Source: https://registry.modelcontextprotocol.io
