mcpbeat Sign in

Utility Matrix MCP Server

by helphub369 Your server? Claim it
answering

Utility Matrix is answering right now. Last checked 15 min ago. It exposes 31 tools.

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

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
31
Tools
read from the server
162 ms
Response time
average over 24h
authentication required
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Utility Matrix every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add utility-matrix --transport http https://utility-matrix.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "utility-matrix": {
      "url": "https://utility-matrix.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.utility-matrix]
url = "https://utility-matrix.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "utility-matrix": {
      "url": "https://utility-matrix.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "utility-matrix": {
      "url": "https://utility-matrix.com/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

Available tools 31

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

alert
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.
apdex
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.
availability
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.
call
on-call-burden-calculator
Use when a user asks about on-call load or burnout risk.
canonical
canonical-url-auditor
Audit a page URL against its canonical tag. Detects missing canonical, self-referencing canonical, and relative URL issues.
certificate
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).
change
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.
cloud
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.
cluster
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.
connection
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.
cost
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.
deployment
deployment-frequency-calculator
Use when a user asks about deployment frequency or DORA deploy cadence.
detect
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.
dockerfile
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.
dora
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.
ec2
ec2-cost-calculator
Use when a user asks about EC2 cost. Given instance type and hours, returns monthly cost and DO-equivalent savings estimate.
egress
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.
error
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).
incident
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.
known
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.).
kubernetes
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.
mttr
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}).
pipeline
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.
precision
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.
rate
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%).
reserved
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.
rightsizing
rightsizing-calculator
Use when a user asks about instance rightsizing or overprovisioned compute.
slo
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.
software
software-purchase-risk-calculator
Use when a user asks about risk of a software purchase or SaaS commitment.
terraform
terraform-plan-cost-estimator
Use when a user asks to estimate monthly cost of a Terraform plan.
total
total-cost-of-ownership-calculator
Use when a user asks about TCO or multi-year SaaS cost.

Endpoints

URLTransportStateLatencyChecked
https://utility-matrix.com/mcp streamable-http needs auth 131 ms 15 min ago

Alternatives to Utility Matrix

same job, measured the same way
Magic Cloud
by polterguy

Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser

local only
Jshookmcp
by vmoranv

MCP server for JavaScript analysis, security auditing, browser automation and hooks

592 installs/wk local only
C
Pupul data export guides
by noctaracorp

Free data export guides for 11 platforms, export wait times, and in-browser viewers. No auth.

8 tools answering
Kernel MCP Server
by onkernel

Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).

answering
Devloop
by vincentvella

Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.

97 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
Ghost Inspector MCP
by charliemtnez

Analyze, validate and safely update Ghost Inspector end-to-end browser tests

31 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only

Utility Matrix — questions

Answers built from our own checks of this server.

What can Utility Matrix do?
It exposes 31 tools, read directly from the server on our last check. Among them: alert-fatigue-calculator, apdex-score-calculator, availability-sla-calculator, canonical-url-auditor, certificate-expiry-checker, change-failure-rate-calculator and 25 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Utility Matrix working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 162 ms. The bar chart above shows every period we have measured.
How do I connect Utility Matrix?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does Utility Matrix need an API key?
Yes. Every time we knock, Utility Matrix answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Utility Matrix?
It answers our handshake in 162 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.