← utility-matrix.com

INDIVIDUAL MCP TOOL

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.

utility-matrix.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

utility-matrix.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.utility-matrix-com]
url = "https://utility-matrix.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "utility-matrix-com": {
      "type": "http",
      "url": "https://utility-matrix.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: utility-matrix-com
Remote MCP URL: https://utility-matrix.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "utility-matrix-com": {
      "url": "https://utility-matrix.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "utility-matrix-com": {
      "type": "http",
      "url": "https://utility-matrix.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "utility-matrix-com",
  "transport": "streamable-http",
  "url": "https://utility-matrix.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • error-budget-calculator — Use this when a user asks about their SLO error budget, remaining error budget, or burn rate.
  • incident-cost-calculator — Use this when a user asks what an outage or incident cost, or wants to calculate the financial impact of downtime.
  • 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.
  • 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.
  • apdex-score-calculator — Use this when a user asks about their Apdex score or wants to measure user satisfaction with response times.
  • 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.
  • 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.
  • 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.